The Win32_OperatingSystem class exposes the machines Description. This is how you can easily change a computer’s description.
PS> Get-CimInstance -ClassName Win32_OperatingSystem | select Description
Description
———–
PS> Get-CimInstance… Read the full text.