Tag: if

Powershell: if Statement basics

Microsoft, PowerShell • 4 Comments

The if-statement is pretty important if you are creating PowerShell scripts. So I created this post...
Read More

Powershell: check variable for null

Microsoft, PowerShell • 30 Comments

If you are working a lot with PowerShell parameters and inputs you need to check if variables have the right value and are not...
Read More
Close