Windows 7 WMIC ERROR: Description = Not found

BSchwarz

Administrator
Joined
Sep 26, 2003
Messages
1,918
Location
Florida U.S.A.
Hi,
I try to get the FreePhysicalMemory and loadpercentage from some terminal servers in my organization.
I use this commands:
wmic /node:Cnots02 cpu get loadpercentage >> TSListAll_MD%mm%.txt
wmic /node:Cnots02 OS get FreePhysicalMemory >> TSListAll_MD%mm%.txt
It works fine on 2 TS farms with 10 servers but not at all on the last TS farm with 2 servers.
I get the WMIC answar ERROR: Description = Not found
C:\Users\XXXX>wmic OS GET /ALL
Node - CNOTS02
ERROR:
Description = Not found
WMIC has no problem to show me options when I ask : wmic OS GET /?
I think my credentials are the same on all servers, what can be wrong ?
Server OS 2008 R2 Enterprise
MVH
Jesper


More...
 
Back
Top