I want to start a transcript on a Windows Server 2008 R2
Start-Transcript -path C:\\Temp\\test.txt \"Hello!\" Stop-Transcript
But PowerShe
Windows PowerShell v4 ISE and lower do not support transcription. You must use the command line to run the commandlet.
From PowerShell v5 Start-Transcript is supported natively in ISE.