Good day,
I am attemting to gather information about machines to automate some manual task. I am new to VBS and have little resources, but a book on the way.
I have found how to get the machine name:
Set WshNetwork = WScript.CreateObject("WScript.Network"
WScript.Echo "Computer Name: " & WshNetwork.ComputerName
Is there a way to get the ammount of ram? All local hardrives and free space? IP addy? Number of processors? Processor speed? OS/Service pack? MS-Office version?
Sorry for the long post and thanks in advance!!
Shane
I am attemting to gather information about machines to automate some manual task. I am new to VBS and have little resources, but a book on the way.
I have found how to get the machine name:
Set WshNetwork = WScript.CreateObject("WScript.Network"
WScript.Echo "Computer Name: " & WshNetwork.ComputerName
Is there a way to get the ammount of ram? All local hardrives and free space? IP addy? Number of processors? Processor speed? OS/Service pack? MS-Office version?
Sorry for the long post and thanks in advance!!
Shane