Collecting Hyper-V information using a PowerShell script
Collecting Hyper-V infrastructure information is useful when you do an audit or even for day to day administration. The easiest way to do that is…
Collecting Hyper-V infrastructure information is useful when you do an audit or even for day to day administration. The easiest way to do that is…
Sometimes we have to install the latest PowerShell on a Windows 7 computer because we are stuck with a Windows 7. Here is how to…
Querying WMI remotely with PowerShell is very useful in Windows day to day administration and scripting. Windows PowerShell provides a simple mechanism to connect to…
Here is a PowerShell script that is listing the VM servers on a Hyper-V cluster and showing the checkpoints if there is any. The script…