Start-OperationsManagerClientShell
启动新的 System Center Operations Manager Shell。
语法
Start-OperationsManagerClientShell
[[-managementServerName] <String>]
[[-persistConnection] <Boolean>]
[[-interactive] <Boolean>]
[<CommonParameters>]
说明
启动新的 System Center Operations Manager Shell。
示例
示例 1:连接到管理服务器
PS C:\>Start-OperationsManagerClientShell -ManagementServerName 'MS02.contoso.com' -PersistConnection:$true -Interactive:$true
此示例启动 Operations Manager Management Server MS02.contoso.com的持久交互式会话。
参数
-interactive
类型: | Boolean |
Position: | 2 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-managementServerName
类型: | String |
Position: | 0 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-persistConnection
类型: | Boolean |
Position: | 1 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |