共用方式為


Remove-SCManagementGroupConnection

拿掉 System Center Operations Manager 管理群組的現有連線。

語法

Remove-SCManagementGroupConnection
      [-Connection] <Connection[]>
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Remove-SCManagementGroupConnection Cmdlet 會移除 System Center Operations Manager 管理群組的現有連線。 此命令也可以使用 Remove-SCOMManagementGroupConnection來執行。

範例

1:移除管理群組連線

PS C:\>Get-SCManagementGroupConnection | Remove-SCManagementGroupConnection

取得並移除現有的 System Center Operations Manager 管理群組連接。

參數

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

-Connection

類型:Connection[]
Position:1
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False