For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set-UDClipboard

Sets string data into the clipboard.

Synopsis

Sets string data into the clipboard.

Syntax

Set-UDClipboard [-Data] <String> [-ToastOnSuccess] [-ToastOnError] [<CommonParameters>]

Description

Sets string data into the clipboard.

Parameters

-Data

The data to set into the clipboard.

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

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?