PowerTip: Create Empty String with PowerShell
Summary: Learn how to create an empty string by using Windows PowerShell. How can I use Windows PowerShell to create an empty string? Use the static Empty field from the System.String class: [string]::Empty