You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Powershell/Quick Fixes/Remove-SCOMBaseManagedEntity.ps1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
The Base Managed Entity Display Name of the object you are wanting to delete from the Operations Manager Database.
25
25
26
26
.PARAMETERServers
27
-
Each Server (comma seperated) you want to Remove related BME ID's related to the Display Name in the OperationsManager Database.
27
+
Each Server (comma separated) you want to Remove related BME ID's related to the Display Name in the OperationsManager Database.
28
28
29
29
.PARAMETERSqlServer
30
30
SQL Server/Instance,Port that hosts OperationsManager Database for SCOM.
@@ -86,7 +86,7 @@ param
86
86
[Parameter(Mandatory=$false,
87
87
ValueFromPipeline=$true,
88
88
Position=7,
89
-
HelpMessage="Each Server (comma seperated) you want to Remove related BME ID's related to the Display Name in the OperationsManager Database. This will also remove from Agent Managed.")]
89
+
HelpMessage="Each Server (comma separated) you want to Remove related BME ID's related to the Display Name in the OperationsManager Database. This will also remove from Agent Managed.")]
90
90
[Array]$Servers,
91
91
[Parameter(Mandatory=$false,
92
92
Position=8,
@@ -361,7 +361,7 @@ PROCESS
361
361
[Parameter(Mandatory=$false,
362
362
ValueFromPipeline=$true,
363
363
Position=7,
364
-
HelpMessage="Each Server (comma seperated) you want to Remove related BME ID's related to the Display Name in the OperationsManager Database. This will also remove from Agent Managed.")]
364
+
HelpMessage="Each Server (comma separated) you want to Remove related BME ID's related to the Display Name in the OperationsManager Database. This will also remove from Agent Managed.")]
0 commit comments