In my recent post about avoiding Add-Member I showed how to create objects. As with most things in PowerShell there are a number of different ways of creating objects.
I showed this code:
$os = Get-CimInstance -ClassName Win32_OperatingSystem
$comp… Read the full text.