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

Hide-UDToast

Hides a toast message.

Synopsis

Hides a toast message.

Syntax

Hide-UDToast [-Id] <String> [<CommonParameters>]

    Hide-UDToast [-All] [<CommonParameters>]

Description

Hides a toast message.

Parameters

-Id

The ID of the toast to hide.

Required?                    true
Position?                    1
Default value
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

    -All [<SwitchParameter>]

Required?                    true
Position?                    1
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).

Last updated

Was this helpful?