· 1 min read
HOW TO: Use Powershell to obtain PC Serial Number
Open powershell and enter the following :
(get-wmiobject WIN32\_bios).SerialNumber
Which will return the system’s serial number registered in the BIOS.
🙂 Enjoy.
· 1 min read
Open powershell and enter the following :
(get-wmiobject WIN32\_bios).SerialNumber
Which will return the system’s serial number registered in the BIOS.
🙂 Enjoy.
Installing Windows Terminal on Windows Server 2022