Start-Transcript: This host does not support transcription

前端 未结 7 2034
难免孤独
难免孤独 2021-02-05 04:50

I want to start a transcript on a Windows Server 2008 R2

Start-Transcript -path C:\\Temp\\test.txt
\"Hello!\"
Stop-Transcript

But PowerShe

7条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-05 05:40

    Either accept you can't, or use a host that does support transcripts (like the console host: PowerShell.exe).

提交回复
热议问题