Using powershell to change remote computer description
Changing or viewing remote computer's description, name and other options related to Win32_WmiObject and class Win32_OperatingSystem is relatively easy with powershell. Just type in new script in PoweShell ISE or in notepad and save it as .ps1 file. [crayon-6039e197cac98801135054/] You can as well display current description and other options by typing: [crayon-6039e197cac9d036909020/] Full list of [...]