I saw a question from a engineer who recived a number of notifications about the same alert from different notification subscriptions. The questions was how to track down which subscription sending these notifications from the subscription ID. You can do that with Command Shell. Run
get-NotificationSubscription | where {$_.ID -like “subscription ID”}
Â
Hello…
None…