< Back
Get-BTHistory
Post
NAME Get-BTHistory
SYNOPSIS
Shows all toast notifications in the Action Center.
SYNTAX
Get-BTHistory [[-AppId] <String>] [[-UniqueIdentifier] <String>] [<CommonParameters>]
DESCRIPTION
The Get-BTHistory function returns all toast notifications that are in the Action Center. Toasts that have been
dismissed by the user will not be returned.
The object returned includes tag and group information which can be used with the Remove-BTNotification function
to clear specific notification from the Action Center.
PARAMETERS
-AppId <String>
Specifies the AppId of the 'application' or process that spawned the toast notification.
Required? false
Position? 1
Default value $Script:Config.AppId
Accept pipeline input? false
Accept wildcard characters? false
-UniqueIdentifier <String>
A string that uniquely identifies a toast notification. Submitting a new toast with the same identifier as a
previous toast will replace the previous toast.
This is useful when updating the progress of a process, using a progress bar, or otherwise correcting/updating
the information on a toast.
Required? false
Position? 2
Default value
Accept pipeline input? false
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).
INPUTS
STRING
OUTPUTS
TODO
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-BTHistory
RELATED LINKS
https://github.com/Windos/BurntToast/bl ... History.md
SYNOPSIS
Shows all toast notifications in the Action Center.
SYNTAX
Get-BTHistory [[-AppId] <String>] [[-UniqueIdentifier] <String>] [<CommonParameters>]
DESCRIPTION
The Get-BTHistory function returns all toast notifications that are in the Action Center. Toasts that have been
dismissed by the user will not be returned.
The object returned includes tag and group information which can be used with the Remove-BTNotification function
to clear specific notification from the Action Center.
PARAMETERS
-AppId <String>
Specifies the AppId of the 'application' or process that spawned the toast notification.
Required? false
Position? 1
Default value $Script:Config.AppId
Accept pipeline input? false
Accept wildcard characters? false
-UniqueIdentifier <String>
A string that uniquely identifies a toast notification. Submitting a new toast with the same identifier as a
previous toast will replace the previous toast.
This is useful when updating the progress of a process, using a progress bar, or otherwise correcting/updating
the information on a toast.
Required? false
Position? 2
Default value
Accept pipeline input? false
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).
INPUTS
STRING
OUTPUTS
TODO
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-BTHistory
RELATED LINKS
https://github.com/Windos/BurntToast/bl ... History.md