User Profile

Collapse

Profile Sidebar

Collapse
ciffycyclops
ciffycyclops
Last Activity: Apr 8 '07, 02:37 PM
Joined: Feb 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ciffycyclops
    replied to WMI ERROR "RPC server unavailable"
    well ...i wrote a vb script to get the details of Win32_Operating System class
    of remote computer..i get this error at run time...
    here is the part of my script..
    Code:
    strComputer = "LAB1P1"
    Set objSWbemLocator = CreateObject("WbemScripting.SWbemLocator")
    Set objSWbemServices = objSWbemLocator.ConnectServer _
        (strComputer, "root\cimv2", "administrator", "password")
    ...
    See more | Go to post

    Leave a comment:


  • ciffycyclops
    started a topic WMI ERROR "RPC server unavailable"

    WMI ERROR "RPC server unavailable"

    Hello..
    i am using WIndows XP Professional service pack 2 in my client m/c as well as in server..i diasabled the firewall in both the local and remote computer..but it shows the following error"RPC server unavailable"
    whats wrong is here??what other configuration changes i have to do??
    my 2nd question is
    is there will be any problem if i use Windows 2003 server in my server computer???
    pls help me out...
    See more | Go to post

  • Information required to run wmi script remotely

    Hello..
    i want to wrote a WMI vb script to run on remote system...
    can anyone tell me what server m/c is required??and what services are needed to installed on the server??i have client m/c running in Windows XP....
    pls help me...
    See more | Go to post

  • hello guys..need help on wmi event handling..

    Hi
    i have written a vbscript to manage permanent event consumer classes of wmi ..
    here i used the NTEventLogEvent Consumer class to store the specific event notification in the windows event log...heres my script....
    Code:
    strComputer = "."
    Set objWMIServices = GetObject("winMgmts:" _
    & "{impersonationLevel=impersonate}!\\"
    ...
    See more | Go to post

    Leave a comment:


  • hello guys..need help on wmi event handling..

    Hi
    i have written a vbscript to manage permanent event consumer classes of wmi ..
    here i used the NTEventLogEvent Consumer class to store the specific event notification in the windows event log...heres my script....
    Code:
    strComputer = "."
    Set objWMIServices = GetObject("winMgmts:" _
    & "{impersonationLevel=impersonate}!\\" & _
    strComputer & "\root\subscription")
    ...
    See more | Go to post

  • hello guys..need help on wmi event handling..

    Hi
    i have written a vbscript to manage permanent event consumer classes of wmi ..
    here i used the NTEventLogEvent Consumer class to store the specific event notification in the windows event log...heres my script....
    Code:
    strComputer = "."
    Set objWMIServices = GetObject("winMgmts:" _
    & "{impersonationLevel=impersonate}!\\" & _
    strComputer & "\root\subscription")
    ...
    See more | Go to post

  • hello guys..need help on wmi event handling..

    Hi
    i have written a vbscript to manage permanent event consumer classes of wmi ..
    here i used the NTEventLogEvent Consumer class to store the specific event notification in the windows event log...heres my script....

    strComputer = "."
    Set objWMIServices = GetObject("winM gmts:" _
    & "{impersonation Level=impersona te}!\\" & _
    strComputer & "\root\subscrip tion")...
    See more | Go to post
No activity results to display
Show More
Working...