Set-AzClipboard
Last updated
Was this helpful?
Write the current clipboard text to the Azure clipboard Key Vault.
Module
OSD
Platform
WinPE (amd64 / arm64)
Connects to Azure if needed, finds the first Key Vault tagged with AzClipboard, and stores the current clipboard text in the named secret as plain text.
Set-AzClipboard [[-Name] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]-Name
String
False
The name of the Key Vault secret to write. The default secret name is Clipboard.
Set-AzClipboard
Copies the current clipboard text into the default Clipboard secret.Last updated
Was this helpful?
Was this helpful?
Set-AzClipboard -Name Clipboard
Copies the current clipboard text into the Clipboard secret explicitly.
