PowerShell Script String affiche la variable

//To print the value instead the name of the variable
//Use "" instead of ''
$message = "Hello, $first $last."
Watcher O_O