共用方式為


Start-OperationsManagerClientShell

啟動新的 System Center Operations Manager Shell。

語法

Start-OperationsManagerClientShell
     [[-managementServerName] <String>]
     [[-persistConnection] <Boolean>]
     [[-interactive] <Boolean>]
     [<CommonParameters>]

Description

啟動新的 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