We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b07ccb commit 74bc6b5Copy full SHA for 74bc6b5
Powershell/Get-SCOMNotificationSubscriptionDetails.ps1
@@ -6,7 +6,7 @@ function Get-SCOMNotificationSubscriptionDetails
6
[string]$Output
7
)
8
#Originally found here: https://blog.topqore.com/export-scom-subscriptions-using-powershell/
9
- # Located here: https://github.com/blakedrumm/SCOM-Scripts-and-SQL/edit/master/Powershell/Get-SCOMNotificationSubscriptionDetails.ps1
+ # Located here: https://github.com/blakedrumm/SCOM-Scripts-and-SQL/blob/master/Powershell/Get-SCOMNotificationSubscriptionDetails.ps1
10
# Modified by: Blake Drumm (blakedrumm@microsoft.com)
11
# Date Modified: 08/03/2021
12
$finalstring = $null
0 commit comments