Start-OperationsManagerClientShell
Starts a new System Center Operations Manager Shell.
Syntax
Default (Default)
Start-OperationsManagerClientShell
[[-managementServerName] <String>]
[[-persistConnection] <Boolean>]
[[-interactive] <Boolean>]
[<CommonParameters>]
Description
Starts a new System Center Operations Manager Shell.
Examples
Example 1: Connect to Management Server
PS C:\>Start-OperationsManagerClientShell -ManagementServerName 'MS02.contoso.com' -PersistConnection:$true -Interactive:$true
This example starts a persistent interactive session to the Operations Manager Management Server MS02.contoso.com.
Parameters
-interactive
Starts a new System Center Operations Manager Shell.
Parameter properties
Type: | Boolean |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-managementServerName
Starts a new System Center Operations Manager Shell.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-persistConnection
Starts a new System Center Operations Manager Shell.
Parameter properties
Type: | Boolean |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.