PowerShell: Getting Computer Name and Model

If you work with SCCM, and you try to integrate new drivers in your SCCM Task Sequence, you will need to get the model of your devices.

Thanks to PowerShell, you can use the following command to get this information:


Get-WmiObject Win32_Computersystem

Now, you can easily create a WMI query in your SCCM Task Sequence based on this information.

Thanks for reading! You can follow me on Twitter @PrigentNico

About Nicolas 282 Articles
I work as an IT Production Manager, based in Paris (France) with a primary focus on Microsoft technologies. I have 10 years experience in administering Windows Servers. . I am a Microsoft MVP for Cloud & Datacenter Management. I also received the PowerShell Hero 2016 award by PowerShell.0rg. And finally, I am "MCSE: Cloud Platform and Infrastructure", "MCSA: Windows Servers", "Administering & Deploying SCCM", and CheckPoint CCSA certified.