Change the computer description
Here is a custom action I setup so that we can change the computer description. cmd.exe cscript \\SERVER\SHARE\change_comp_desc.vbs {computer}and here is the VBscript code:Set WshNetwork = WScript.CreateObject("WScript.Network") strComputer = Wscript...