File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 This script removes any BME ID's related to the Display Name provided with the -Servers switch.
77
88 . PARAMETER SqlServer
9- SQL Server/Instance that hosts OperationsManager Database for SCOM.
9+ SQL Server/Instance,Port that hosts OperationsManager Database for SCOM.
1010
1111 . PARAMETER Database
1212 The name of the OperationsManager Database for SCOM.
3535(
3636 [Parameter (Mandatory = $false ,
3737 Position = 1 ,
38- HelpMessage = " SQL Server/Instance that hosts OperationsManager Database for SCOM." )]
38+ HelpMessage = " SQL Server/Instance,Port that hosts OperationsManager Database for SCOM." )]
3939 [String ]$SqlServer ,
4040 [Parameter (Mandatory = $false ,
4141 Position = 2 ,
@@ -66,7 +66,7 @@ Function Erase-BaseManagedEntity
6666 (
6767 [Parameter (Mandatory = $false ,
6868 Position = 1 ,
69- HelpMessage = " SQL Server/Instance that hosts OperationsManager Database for SCOM." )]
69+ HelpMessage = " SQL Server/Instance,Port that hosts OperationsManager Database for SCOM." )]
7070 [String ]$SqlServer ,
7171 [Parameter (Mandatory = $false ,
7272 Position = 2 ,
You can’t perform that action at this time.
0 commit comments