Re: using wmi trough the firewalls
From: Sergio (aaa)
Date: 01/12/05
- Next message: Stefan Kuhr: "Re: Rebooting a PC while not logged-on"
- Previous message: Peter: "Re: WMIC command to read registry Uninstall keys ..."
- In reply to: Sergio: "using wmi trough the firewalls"
- Next in thread: Peter Falz: "Re: using wmi trough the firewalls"
- Reply: Peter Falz: "Re: using wmi trough the firewalls"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 12 Jan 2005 09:05:05 +0100
perņ la riga rimane fissa non scompare mai...
possibile che nelle impostazioni avanzate non sia possibile modifacrla in
qualche modo?
ciao
sergio
"Sergio" <aaa> wrote in message
news:O6lsAx$9EHA.1392@tk2msftngp13.phx.gbl...
> Hi everybody!
>
> I want to connect to wmi interface of some server of my WAN.
>
> This servers stand on an private network behind a cisco-pix firewall.
>
> I can reach it with an pubblic Ip Address, so I'm able to connect to it in
> every way (telnet, Terminal client, Management Console, etc).but i can't
> connect in any way with wmi.
> If I try to connect with the WMI control Console, I got this error :
> Failed to connect to \\myserver.mysubdomain.mydomain.com because "Win32: A
> security package specific error occurred."
>
> Same problem if I try a stupid script like these from my remote pc:
>
> strComputer = "\\myserver.mysubdomain.mydomain.com"
> Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
> Set colItems = objWMIService.ExecQuery("Select * from Win32_Process",,48)
> For Each objItem in colItems
> Wscript.Echo "Caption: " & objItem.Caption & " - CommandLine: " &
> objItem.CommandLine
> Next
>
> I get this error : \temp_script.vbs(3, 1) (null): 0x80041021
>
> but if I exeute it localy ( on the remote server with the my user ) it
> works fine.
>
> You must know it :
>
> . The servers are subdomains' members
> . I have the grant of Enterprise administrator
>
>
>
> I need help, I hope will can give me it!
>
> Sergio M.
>
>
>
- Next message: Stefan Kuhr: "Re: Rebooting a PC while not logged-on"
- Previous message: Peter: "Re: WMIC command to read registry Uninstall keys ..."
- In reply to: Sergio: "using wmi trough the firewalls"
- Next in thread: Peter Falz: "Re: using wmi trough the firewalls"
- Reply: Peter Falz: "Re: using wmi trough the firewalls"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|