Set-UDClipboard
Sets string data into the clipboard.
Synopsis
Syntax
Set-UDClipboard [-Data] <String> [-ToastOnSuccess] [-ToastOnError] [<CommonParameters>]Description
Parameters
-Data
Required? true
Position? 1
Default value
Accept pipeline input? false
Aliases
Accept wildcard characters? false
-ToastOnSuccess [<SwitchParameter>]
Show a toast if the clipboard data was sent successfully.
Required? false
Position? named
Default value False
Accept pipeline input? false
Aliases
Accept wildcard characters? false
-ToastOnError [<SwitchParameter>]
Show a toast if the clipboard data was not sent successfully.
Required? false
Position? named
Default value False
Accept pipeline input? false
Aliases
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).Outputs
Last updated
Was this helpful?