Skip to content

Commit ad05d23

Browse files
authored
Update Remove-SCOMBaseManagedEntity.ps1
1 parent ba83041 commit ad05d23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Powershell/Quick Fixes/Remove-SCOMBaseManagedEntity.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
The Base Managed Entity Display Name of the object you are wanting to delete from the Operations Manager Database.
2525
2626
.PARAMETER Servers
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.
2828
2929
.PARAMETER SqlServer
3030
SQL Server/Instance,Port that hosts OperationsManager Database for SCOM.
@@ -86,7 +86,7 @@ param
8686
[Parameter(Mandatory = $false,
8787
ValueFromPipeline = $true,
8888
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.")]
9090
[Array]$Servers,
9191
[Parameter(Mandatory = $false,
9292
Position = 8,
@@ -361,7 +361,7 @@ PROCESS
361361
[Parameter(Mandatory = $false,
362362
ValueFromPipeline = $true,
363363
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.")]
365365
[Array]$Servers,
366366
[Parameter(Mandatory = $false,
367367
Position = 8,

0 commit comments

Comments
 (0)