From 73921e35e262647a0e560ab5de1b8f6c982c743d Mon Sep 17 00:00:00 2001 From: Blake Drumm Date: Tue, 12 Jul 2022 10:47:00 -0400 Subject: [PATCH] Update Remove-SCOMBaseManagedEntity.ps1 --- Powershell/Quick Fixes/Remove-SCOMBaseManagedEntity.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Powershell/Quick Fixes/Remove-SCOMBaseManagedEntity.ps1 b/Powershell/Quick Fixes/Remove-SCOMBaseManagedEntity.ps1 index b14a052..d86883e 100644 --- a/Powershell/Quick Fixes/Remove-SCOMBaseManagedEntity.ps1 +++ b/Powershell/Quick Fixes/Remove-SCOMBaseManagedEntity.ps1 @@ -712,7 +712,7 @@ EXEC p_DiscoveryDataPurgingByBaseManagedEntity @TimeGenerated, @BatchSize, @RowC } else { -<# Edit line 726 to modify the default command run when this script is executed. +<# Edit line 727 to modify the default command run when this script is executed. Example: Remove-SCOMBaseManagedEntity -ManagementServer MS1-2019.contoso.com -SqlServer SQL-2019\SCOM2019 -Database OperationsManager -Servers Agent1.contoso.com, Agent2.contoso.com