![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | get-wmiobject i did a above against a remote machine and got this error : DCOM was unable to communicate with the computer 155.14.197.87 using any of the configured protocols. I've remote machine admin permissions. Pls advice |
My System Specs![]() |
| | #2 (permalink) |
| Guest | Re: get-wmiobject Are there any firewalls, host-based or otherwise between you and this machine? "IT Staff" <jkklim@hotmail.com> wrote in message news:%23aQ5OBM8GHA.1188@TK2MSFTNGP05.phx.gbl... >i did a above against a remote machine and got this error : > > DCOM was unable to communicate with the computer 155.14.197.87 using any > of the configured protocols. > > > > I've remote machine admin permissions. Pls advice > > |
My System Specs![]() |
| | #3 (permalink) |
| Guest | Re: get-wmiobject yes there is symantec client fw. But we applied firewall policies across all machine consistently. Some machine have dcom error, some machine i can execute get-wmiobject with no problems "Brian McDermott" <brian.mcdermottNOSPAM@qa.com> wrote in message news:%23LjaRSQ8GHA.4012@TK2MSFTNGP04.phx.gbl... > Are there any firewalls, host-based or otherwise between you and this > machine? > > > "IT Staff" <jkklim@hotmail.com> wrote in message > news:%23aQ5OBM8GHA.1188@TK2MSFTNGP05.phx.gbl... >>i did a above against a remote machine and got this error : >> >> DCOM was unable to communicate with the computer 155.14.197.87 using any >> of the configured protocols. >> >> >> >> I've remote machine admin permissions. Pls advice >> >> > > |
My System Specs![]() |
| | #4 (permalink) |
| Guest | Re: get-wmiobject Same build, same os? "IT Staff" <jkklim@hotmail.com> wrote in message news:Ob%23bJoY8GHA.788@TK2MSFTNGP05.phx.gbl... > yes there is symantec client fw. But we applied firewall policies across > all machine consistently. > > Some machine have dcom error, some machine i can execute get-wmiobject > with no problems > > > "Brian McDermott" <brian.mcdermottNOSPAM@qa.com> wrote in message > news:%23LjaRSQ8GHA.4012@TK2MSFTNGP04.phx.gbl... >> Are there any firewalls, host-based or otherwise between you and this >> machine? >> >> >> "IT Staff" <jkklim@hotmail.com> wrote in message >> news:%23aQ5OBM8GHA.1188@TK2MSFTNGP05.phx.gbl... >>>i did a above against a remote machine and got this error : >>> >>> DCOM was unable to communicate with the computer 155.14.197.87 using any >>> of the configured protocols. >>> >>> >>> >>> I've remote machine admin permissions. Pls advice >>> >>> >> >> > > |
My System Specs![]() |
| | #5 (permalink) |
| Guest | Re: get-wmiobject yes everything same build same OS. "Brian McDermott" <brian.mcdermottNOSPAM@qa.com> wrote in message news:e2exayq8GHA.4620@TK2MSFTNGP02.phx.gbl... > Same build, same os? > > > "IT Staff" <jkklim@hotmail.com> wrote in message > news:Ob%23bJoY8GHA.788@TK2MSFTNGP05.phx.gbl... >> yes there is symantec client fw. But we applied firewall policies across >> all machine consistently. >> >> Some machine have dcom error, some machine i can execute get-wmiobject >> with no problems >> >> >> "Brian McDermott" <brian.mcdermottNOSPAM@qa.com> wrote in message >> news:%23LjaRSQ8GHA.4012@TK2MSFTNGP04.phx.gbl... >>> Are there any firewalls, host-based or otherwise between you and this >>> machine? >>> >>> >>> "IT Staff" <jkklim@hotmail.com> wrote in message >>> news:%23aQ5OBM8GHA.1188@TK2MSFTNGP05.phx.gbl... >>>>i did a above against a remote machine and got this error : >>>> >>>> DCOM was unable to communicate with the computer 155.14.197.87 using >>>> any of the configured protocols. >>>> >>>> >>>> >>>> I've remote machine admin permissions. Pls advice >>>> >>>> >>> >>> >> >> > > |
My System Specs![]() |
| | #6 (permalink) |
| Guest | Re: get-wmiobject just an update FOR TROUBLESHOOTING i ran thru a vbscript and got the error as : Microsoft VBScript runtime error: The remote server machine does not exist or is unavailable: 'GetObject' If i run via powershell RC2, get-wmiobject Win32_ComputerSystem -computername 155.14.197.87 | format-table -property username error is : Get-WmiObject : The RPC server is unavailable. (Exception from HRESULT: 0x800706BA) At line:1 char:14 + get-wmiobject <<<< Win32_ComputerSystem -computername 155.14.197.87 | format-table -property username And of course the error in event viewer in 155.14.197.87 is the dcom error below. How do i troubleshoot the dcom error in 155.14.197.87 such that it works fine ? For other machines, i ran both vbscript and ps script and it appears fine. So i know it is not firewall issue, etc "IT Staff" <jkklim@hotmail.com> wrote in message news:%23aQ5OBM8GHA.1188@TK2MSFTNGP05.phx.gbl... >i did a above against a remote machine and got this error : > > DCOM was unable to communicate with the computer 155.14.197.87 using any > of the configured protocols. > > > > I've remote machine admin permissions. Pls advice > > |
My System Specs![]() |
| | #7 (permalink) |
| Guest | Re: get-wmiobject Things to check include Is the RPC endpoint mapper service running on that system(155.14.197.87)? If you do a netstat -an is it listening on port 135? Is the WinMgmts service ok on that machine? will the script run locally? Can you telnet to that port from the machine you are sitting at? "IT Staff" <jkklim@hotmail.com> wrote in message news:ewimftz8GHA.4996@TK2MSFTNGP03.phx.gbl... > just an update FOR TROUBLESHOOTING > > i ran thru a vbscript and got the error as : > > Microsoft VBScript runtime error: The remote server machine does not exist > or is unavailable: 'GetObject' > > If i run via powershell RC2, > > get-wmiobject Win32_ComputerSystem -computername 155.14.197.87 | > format-table -property username > error is : > > Get-WmiObject : The RPC server is unavailable. (Exception from HRESULT: > 0x800706BA) > At line:1 char:14 > + get-wmiobject <<<< Win32_ComputerSystem -computername 155.14.197.87 | > format-table -property username > > And of course the error in event viewer in 155.14.197.87 is the dcom error > below. > > How do i troubleshoot the dcom error in 155.14.197.87 such that it works > fine ? > > > For other machines, i ran both vbscript and ps script and it appears fine. > So i know it is not firewall issue, etc > > > > > > "IT Staff" <jkklim@hotmail.com> wrote in message > news:%23aQ5OBM8GHA.1188@TK2MSFTNGP05.phx.gbl... >>i did a above against a remote machine and got this error : >> >> DCOM was unable to communicate with the computer 155.14.197.87 using any >> of the configured protocols. >> >> >> >> I've remote machine admin permissions. Pls advice >> >> > > |
My System Specs![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| get-wmiobject different size than gui | Frank | PowerShell | 3 | 11-04-2007 05:39 PM |
| Get-WmiObject Win32_Product | Keith Hill | PowerShell | 6 | 02-26-2007 02:21 PM |
| trap and Get-WmiObject | rockmoose | PowerShell | 3 | 12-25-2006 04:59 AM |
| Get-WmiObject win32_connectionshare | Methodology | PowerShell | 4 | 12-16-2006 02:06 AM |
| Get-WmiObject Timeout? | gaurhoth | PowerShell | 1 | 11-22-2006 11:08 PM |