How do I effectively copy and paste input and output in the Windows PowerShell?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|||
|
Powershell functions like most terminal emulators (like PuTTY) - selecting text automatically copies it to your clipboard, and right-clicking pastes the content of your keyboard at your cursor. |
|||||
|
|
Try this from the MSDN website: Copy console screen to system clipboard . This its self is a PS script, but it copies what is currently on the window to a file. |
|||
|
|