Powershell: if Statement basics
The if-statement is pretty important if you are creating PowerShell scripts. So I created this post...
Powershell: check variable for null
If you are working a lot with PowerShell parameters and inputs you need to check if variables have the right value and are not...