PowerTip: Use PowerShell to Display Invalid File Names
Summary: Use Windows PowerShell to display invalid file name characters. How can I use Windows PowerShell to display information about invalid file name characters? Use the System.IO.Path class and call the GetInvalidFileNameChars static method: [System.IO.Path]::GetInvalidFileNameChars...