Removing multiple white spaces from text is easy in PowerShell. Simply use -replace operator...
Powershell
The connection between vCenter and the ESXHost is established and maintained by certificates. You...
How to add members to the local Administrator group using powershell The answers is...
How to convert a string to version (Major, Minor, Build, Revision) in PS Sometimes...
Uptime of Windows boxes An cmdlet that is still missing in WMF5 as a...
WMF 5 RTM Microsoft released there PowerShell WMF 5 RTM. (link) I found a...
How to create your own Custom PSObjects. Sometimes it is useful when curtain data...
Show the state of the ClusterReserveState on every Cluster in our Hyper-V environment All...
POWERSHELL CHALLENGE 001 : VMQ State on Hosts Using : Windows Server 2012 R2...
Well I needed to check if a specific port was reachable on a set...
On the internet I found some useful Powershell cheatsheets for you to use as...
A Server inventory script that generates a HTML Output The current script contains only...
List Eventlogsizes # ----------------------------------------------------------------------------- # Script: HTML_EventlogSize.ps1 # Usage: HTML_EventlogSize.ps1 -path "c:\test\Eventlogsize.html" -Servers <server1>,<Server2>...
When you are managing a large number of virtual machines, it can get tricky...
When you build non-production lab environment internal Windows Firewall could be source of connectivity...
Extract contents from a zip file using PowerShell. Other Scripts in this range...
Get the contents of a zip file using powershell ...
Move files to a zip file Other Scripts in this range...
Create a zip-file using PowerShell This function creates a zip file based on the...
Add files to a zipfile using powershell. This script is creating a zip file...