How to Find Out Specifications of Server Using PowerShell
How to Find Out Specifications of Server Using PowerShell
When you are running a Windows server and you need to find out the specification of your servers then this tutorial will helps you to achieve with the help of PowerShell script.
Step 1#: Open PowerShell with secific privileges.
Step 2#: Execute below script to get the specifications of the Servers
Get-wmiobject win32_computersystem Get-WmiObject win32_processor
Explanation :
Get-wmiobject :Gets…
View On WordPress










