Powershell: check variable for null
If you are working a lot with PowerShell parameters and inputs you need to check if variables have...
Powershell: Send Tweet
For some reason your Powershell script should send a Tweet. With this function Powershell will send a message to Twitter. function...
Powershell: Parsing XML part 1
In my company, we started to use XML files as configuration files. So we use it for some configurations of servers or automation for our...
Powershell: Invoke-Expression
Using the Invoke-Expression Cmdlet: The Invoke-Expression cmdlet provides one way to run a script...