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 4d26acf commit 4b2d207Copy full SHA for 4b2d207
Powershell/Erase-BaseManagedEntity.ps1
@@ -542,9 +542,11 @@ if ($ManagementServer -or $SqlServer -or $Database -or $Servers -or $AssumeYes -
542
}
543
else
544
{
545
-<# Edit line 549 to modify the default command run when this script is executed.
+<# Edit line 551 to modify the default command run when this script is executed.
546
Example:
547
Erase-BaseManagedEntity -ManagementServer MS1-2019.contoso.com -SqlServer SQL-2019\SCOM2019 -Database OperationsManager -Servers Agent1.contoso.com, Agent2.contoso.com
548
+ or
549
+ Erase-BaseManagedEntity -Servers Agent1.contoso.com
550
#>
551
Erase-BaseManagedEntity
552
0 commit comments