Sunday, November 7, 2021

Enabling copy to Clipboard in a GUI Powershell

To copy a text to Clipboard in Powershell do the following:

$FullInfo = "This is the text that will be copied into memory
$FullInfo|set-clipboard

No comments: