→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎05-05-2008 11:49 PM
cmd.exe cscript \\SERVER\SHARE\change_comp_desc.vbs {computer}
Set WshNetwork = WScript.CreateObject("WScript.Network")
strComputer = Wscript.Arguments.Item(0)
strDescription = Inputbox("Enter Description:")
Set Obj= GetObject("winmgmts:\\" & strComputer).InstancesOf("Win32_OperatingSystem")
For Each x In Obj
x.Description = strDescription
x.Put_
Next
WScript.Quit
‎08-12-2008 08:51 PM
‎08-05-2008 08:29 PM
‎08-05-2008 12:39 AM
‎07-09-2008 05:25 PM
cmd.exe /K \\COMPUTER\SHARE\change_comp_desc.vbs {computer}
‎05-07-2008 12:36 AM
‎05-06-2008 11:55 PM
‎05-06-2008 10:55 PM
‎05-06-2008 10:46 PM
‎05-06-2008 10:23 PM
‎05-06-2008 10:00 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now