2025-11-18 17:11:13
#IT sent out instructions to all employees to use #Powershell and a dozen commands to run in it to get computer information, which we were to email back to IT:
`$sys = Get-CimInstance Win32_ComputerSystem`
`$sys.Name`
etc.
A dev (I assume) pointed out that Active Directory does this for breakfas…
