To automate vSphere task PowerCLI can make any Administrator’s job much easier. Here I’ll go step by step how to install PowerCLI module on your client system to administer your vSphere without every time login to vCenter UI console. Install VMware PowerCLI Module on a system with Internet connection. Open Powershell as ‘run as administrator’Type … Continue reading How to install PowerCLI module through Powershell
Powershell
How to check Powershell version on windows
If you want to check which Powershell version is installed in your system open PowerShell & type Get-Host |Select-Object Version Alternatively you can also type $PSVersionTable command which will show the complete details. That’s it. If you think this post is helpful to you, please like & share. All comment are most welcome for further … Continue reading How to check Powershell version on windows