pc model get name

Vagelakos, George 20 Reputation points
2023-05-25T14:14:23.3766667+00:00

how to find computer model in PowerShell

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} votes

Accepted answer
  1. S.Sengupta 24,476 Reputation points MVP
    2023-05-25T14:21:13.1066667+00:00

    Use this command that collects information about the desktops on the local computer:

    Get-CimInstance -ClassName Win32_Desktop

    Ref:

    Collecting information about computers

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.