Powershell Empty or Null values

#Powershell

So you know in powershell when you are looping values or in an IF Statement you want to know if a value is blank or null, you would need two checks. “” -eq $null and “” -eq “”

On my travels I found a .net function, [string]::IsNullOrEmpty(“”)

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.