PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
743 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
how to find computer model in PowerShell
Use this command that collects information about the desktops on the local computer:
Get-CimInstance -ClassName Win32_Desktop
Ref: