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