You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run the following - new-burnttoastnotification -UniqueIdentifier "HelloWorld" -SnoozeAndDismiss
before you click snooze or dismiss run the following - get-bthistory
click Snooze get-bthistory get-bthistory -scheduledtoast
wait for the toast to come back from snooze - get-bthistory
Expected behavior
Group & Tag (UniqueIdentifier) should be preserved during and after snooze
Actual behavior
Once snooze is clicked the Group & Tag (UniqueIdentifier) are lost
This means:
using -UniqueIdentifier with -ScheduledToast will not return anything
using -UniqueIdentifier with a visible toast that was previously snoozed will not return anything
Any update on this one? I am running into this wall whilst trying to take actions if a user dismisses the toast.
A workaround would be equally appreciated :)
Steps to reproduce
run the following -
new-burnttoastnotification -UniqueIdentifier "HelloWorld" -SnoozeAndDismiss
before you click snooze or dismiss run the following -
get-bthistory
click Snooze
get-bthistory
get-bthistory -scheduledtoast
wait for the toast to come back from snooze -
get-bthistory
Expected behavior
Group & Tag (UniqueIdentifier) should be preserved during and after snooze
Actual behavior
Once snooze is clicked the Group & Tag (UniqueIdentifier) are lost
This means:
Environment data
The text was updated successfully, but these errors were encountered: