Hi,
I am trying to pull the process list off of a Windows 2003 X64 server using
the wmic command:
C:\Users\aweaver>wmic /user:domain\administrator /password

ass
/node:host775 process
Node - host775
ERROR:
Code = 0x80070005
Description = Access is denied.
Facility = Win32
The same command works fine on two other servers and if I login locally to
the machine and just type wmic process that works fine.
I replicated the settings DCOM settings in dcomcnfg from a working machine
and it still isn't working properly, any advice would be awesome.
thanks,
-Drew