Comment verifier si une chaine est null ou vide dans PowerShell ?
Vous pouvez utiliser la methode statique IsNullOrEmpty :
[string]::IsNullOrEmpty(...)
Comment verifier si une chaine est null ou vide dans PowerShell ?
Vous pouvez utiliser la methode statique IsNullOrEmpty :
[string]::IsNullOrEmpty(...)