Get-AzClipboard
Last updated
Was this helpful?
Read a secret value from 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 returns the named secret as plain text.
Get-AzClipboard [[-Name] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]-Name
String
False
The name of the Key Vault secret to read. The default secret name is Clipboard.
Get-AzClipboard
Returns the value stored in the default Clipboard secret.Last updated
Was this helpful?
Was this helpful?
Get-AzClipboard -Name Clipboard
Returns the value stored in the Clipboard secret explicitly.
