Hello,
 
i was trying to use wmic to get these information from a list of DCs:
Name (oh DC), TotalPhysicalMemory,InitialSize of pagefile,  MaximumSize of pagefile on one line or in an excel file.
 
I use this
wmic PAGEFILESET list writeable that list the values of
InitialSize  MaximumSize  Name
 
wmic COMPUTERSYSTEM get name,TotalPhysicalMemory that list the values of
Name  TotalPhysicalMemory
 
But how to concatenate the 2 commands line in order to have on one line the values of:
Name  TotalPhysicalMemory InitialSize  MaximumSize  Name
 
Thanks for input,
 
Yann
 
 


Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses.

Reply via email to