toast-notification-examples
toast-notification-examples copied to clipboard
Toast notification examples for PowerShell
I tried to repeat [Messaging example](https://github.com/GitHub30/toast-notification-examples/blob/main/README.md#messaging). But image didn't show.
Kudos for the repo, these examples were helpful to me. One thing I can't figure out however. There is an example of running python script, but I'd like to also...
`[Windows.UI.Notifications.ToastNotificationManager]::History.Clear($AppId)` This command clears your App Notifications in the Action Center, maybe this can be useful to someone.
I used this example: $PSVersionTable.PSVersion Major Minor Build Revision ----- ----- ----- -------- 5 1 19041 5007 ``` new-object : Cannot find type [PoshWinRT.EventWrapper[Windows.UI.Notifications.ToastNotification,System.Object]]: verify that the assembly containing this...