Today I came across an issue in my Lab where my windows 2016 server evaluation license got expired. Here we will see how to extend the Evaluation period of windows 2016 server. As you can see in below screenshot my windows evaluation license has been expired. To extend the evaluation license follow the below procedure. … Continue reading Extend Evaluation Period of windows server 2016
Windows
How to install PowerCLI module through Powershell
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
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
Space clean-up in C drive
I come across an issue with C drive less space, while checking found almost all my windows servers are having C:\Windows\ccmcache folder with lots of data in it. While further investigation found the ccmcache folder cleanup is not properly set in SCCM server. So used a workaround to clean up space from systems manually with … Continue reading Space clean-up in C drive