Last time we began a series of lessons on the common parameters you get with every cmdlet and advanced PowerShell function. If you want to get a jump, read the help topic About_CommonParameters. This ...
Have you ever noticed that if you include a variable within a PowerShell Write-Host statement, that variable is evaluated, even if you include the reference to the variable within the quotation marks?