Hardware, PowerShell PowerShell $computer='.' Get-WmiObject Win32_BIOS -computername $computer Get-WmiObject Win32_ComputerSystem -cn $computer Get-WmiObject Win32_Processor -computername $computer 1234 $computer='.'Get-WmiObject Win32_BIOS -computername $computerGet-WmiObject Win32_ComputerSystem -cn $computerGet-WmiObject Win32_Processor -computername $computer