Summary: Use the backtick character to insert data normally parsed by Windows PowerShell in a string.
Certain characters (such as the colon and double quotation marks) are special in Windows PowerShell.
How can I use those in a parsed string?
Use the backtick character (usually under the tilde, and it’s also ASCII character 96), for example:
$OSDrive=’C’
$DriveLetter=”$OSDrive`:”