Comments
Sort by recent activity
Second Question is also answered. I was finally able to find out how to update the targets. For anyone interested, this is how you do it: $alertSuppressionWindow = Get-SqlMonitorAlertSuppressionWindow -Name $WindowName
$alertSuppressionWindow.Targets += $machine[0]
$alertSupressionWindow | Update-SqlMonitorAlertSuppressionWindow$machine = Get-SqlMonitorMachine
Kind Regards, Borru / comments
Second Question is also answered. I was finally able to find out how to update the targets. For anyone interested, this is how you do it:$alertSuppressionWindow = Get-SqlMonitorAlertSuppressionWind...
Okay, the first question is answered as we tried it yesterday: If the machine (host) is in a alert suppression window, the instances will not raise any alerts. The second question on how to add a machine as a target for the update-sqlmonitoralertsuppressionwindow cmdlet is still open. Kind Regards, Borru / comments
Okay, the first question is answered as we tried it yesterday:If the machine (host) is in a alert suppression window, the instances will not raise any alerts.The second question on how to add a mac...