共用方式為


Remove-SCOMNotificationSubscriber

拿掉通知訂閱者。

語法

Remove-SCOMNotificationSubscriber
      [-Recipient] <NotificationRecipient[]>
      [-SCSession <Connection[]>]
      [-ComputerName <String[]>]
      [-Credential <PSCredential>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Remove-SCOMNotificationSubscriber Cmdlet 會移除 System Center - Operations Manager 中的通知訂閱者。

範例

範例 1:使用名稱移除通知訂閱者

PS C:\>Get-SCOMNotificationSubscriber -Name "SarahJones" | Remove-SCOMNotificationSubscriber

此命令會移除名為 SarahJones 的通知訂閱者。

參數

-ComputerName

指定計算機名稱的陣列。 Cmdlet 會為這些電腦建立管理群組的暫時連線。 您可以使用 NetBIOS 名稱、IP 位址或完整功能變數名稱 (FQDN)。 若要指定本機計算機,請輸入計算機名稱、localhost 或點 (.)。

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

-Confirm

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

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

-Credential

指定管理群組連線 PSCredential 物件。 若要取得 PSCredential 物件,請使用 get-Credential Cmdlet 。 如需詳細資訊,請輸入 「Get-Help Get-Credential」。

如果您在 ComputerName 參數中指定電腦,請使用可存取該電腦的帳戶。 預設值為目前的使用者。

類型:PSCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Recipient

指定要移除的通知訂閱者陣列。

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

-SCSession

指定 connection 物件的 陣列。 若要取得 Connection 物件,請使用 Get-SCManagementGroupConnection Cmdlet。

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

-WhatIf

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

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