共用方式為


Set-SCOMErrorReportingSetting

修改管理群組的錯誤報告設定。

語法

Set-SCOMErrorReportingSetting
   [-PassThru]
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Set-SCOMErrorReportingSetting
   [-DoNotSend]
   [-PassThru]
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Set-SCOMErrorReportingSetting
   [-PromptBeforeSending]
   [-PassThru]
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Set-SCOMErrorReportingSetting
   [-AutomaticallySend]
   [-PassThru]
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Set-SCOMErrorReportingSetting Cmdlet 會修改管理群組的 System Center - Operations Manager 錯誤報告設定。 您可以使用 Get-SCOMErrorReportingSetting Cmdlet 來查看目前的設定。

指定下列其中一個參數來選擇您的報告設定:

  • 自動傳送。 傳送錯誤報告。
  • DoNotSend。 請勿傳送錯誤報告。
  • PromptBeforeSending。 在傳送之前提示使用者。

若要退出宣告錯誤報告,請使用 Cmdlet 搭配這些參數。

根據預設,此 Cmdlet 會使用與管理群組的作用中持續性連線。 使用 SCSession 參數來指定不同的持續性連線。 您可以使用 ComputerNameCredential 參數,建立與管理群組的暫時連線。 如需詳細資訊,請輸入 Get-Help about_OpsMgr_Connections

範例

範例 1:將設定變更為一律傳送錯誤報告

PS C:\>Set-SCOMErrorReportingSetting -AutomaticallySend

此命令會將目前管理群組的錯誤報告設定變更為一律傳送錯誤報告。

參數

-AutomaticallySend

指出 Operations Manager 傳送錯誤報告。

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

-ComputerName

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

System Center 資料存取服務必須在電腦上執行。 如果您未指定計算機,Cmdlet 會使用計算機進行目前的管理群組連線。

類型: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

-DoNotSend

表示 Operations Manager 不會傳送錯誤報告。

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

-PassThru

指出 Cmdlet 會建立或修改命令可以在管線中使用的物件。 根據預設,此 Cmdlet 不會產生任何輸出。

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

-PromptBeforeSending

表示 Operations Manager 會在傳送錯誤報告之前提示核准。

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

-SCSession

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

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

-WhatIf

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

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