简体   繁体   中英

Azure PowerShell clipboard usage

I am using Azure PowerShell and many times I am operating with clipboard data.

Is there any convenient way to insert clipboard content as a command line except the way unproductive mouse based "Click window top left -> Edit -> Paste" ?

I don't know which shell is launched for Azure Powershell, but in a normal Powershell host either of these methods will work:

  1. Right click on the mouse
  2. The combination Alt + space , e , p

If the right click on the mouse doesn't work, perhaps try modifying your Powershell profile to include the Azure module, and then use the Azure cmdlets from the default host.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM