PowerShell: Check a parameter/variable value is null
While you are writing PowerShell modules, with lot with parameters and you might want to verify these parameters are not ‘null’ to validate some business cases. In normal powershell inline…
Cloud Distilled ~ Nithin Mohan
Everywhere, intelligence with cloud computing
While you are writing PowerShell modules, with lot with parameters and you might want to verify these parameters are not ‘null’ to validate some business cases. In normal powershell inline…