Remove-SCManagementGroupConnection
拿掉 System Center Operations Manager 管理群組的現有連線。
Syntax
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 前提示您確認。
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Connection
Type: | Connection[] |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WhatIf
顯示執行 Cmdlet 後會發生的情況。 Cmdlet 並不會執行。
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |