Set-SCOMAlert
變更警示的屬性。
語法
Set-SCOMAlert
-Alert <MonitoringAlert[]>
[-Connector <MonitoringConnector>]
[[-CustomField1] <String>]
[[-CustomField2] <String>]
[[-CustomField3] <String>]
[[-CustomField4] <String>]
[[-CustomField5] <String>]
[[-CustomField6] <String>]
[[-CustomField7] <String>]
[[-CustomField8] <String>]
[[-CustomField9] <String>]
[[-CustomField10] <String>]
[[-ResolutionState] <Byte>]
[[-Owner] <String>]
[[-TicketId] <String>]
[-TfsWorkItemId <String>]
[-TfsWorkItemOwner <String>]
[[-Comment] <String>]
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Set-SCOMAlert Cmdlet 會變更一或多個警示的屬性。
您可以使用 Cmdlet 將 resolutionState
範例
範例 1:使用解決狀態關閉警示
PS C:\>Get-SCOMAlert -ResolutionState 15 | Set-SCOMAlert -ResolutionState 255
此命令會取得解析狀態為 15 的所有警示,然後使用管道運算符,將警示對象傳遞至 Set-SCOMAlert Cmdlet。 Set-SCOMAlert Cmdlet 會將解析狀態設定為 255 來關閉警示。
範例 2:變更警示的屬性
PS C:\>Get-SCOMAlert -Name "Failed Accessing Windows Event Log" | Set-SCOMAlert -Owner "CONTOSO\Isabel" -CustomField1 "Root Cause - Permissions"
此命令會取得名為「無法存取 Windows 事件記錄檔」的所有警示,然後使用管道運算符將警示對象傳遞至 Set-SCOMAlert Cmdlet。 Set-SCOMAlert Cmdlet 會變更警示的擁有者,並設定 CustomField1 的值。
參數
-Alert
指定 MonitoringAlert 物件的陣列。
若要取得
類型: | MonitoringAlert[] |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Comment
指定要新增至已解決警示的批注。
類型: | String |
Position: | 1 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Confirm
在執行 Cmdlet 之前,提示您進行確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Connector
指定 MonitoringConnector 物件。 此參數會指定產生連接字串的連接器。 若要取得 MonitoringConnector 物件,請使用 Get-SCOMConnector Cmdlet。
類型: | MonitoringConnector |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-CustomField1
指定要新增至警示 CustomField1 屬性的資訊。
類型: | String |
Position: | 2 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-CustomField10
指定要新增至警示 CustomField10 屬性的資訊。
類型: | String |
Position: | 11 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-CustomField2
指定要新增至警示 CustomField2 屬性的資訊。
類型: | String |
Position: | 3 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-CustomField3
指定要新增至警示 CustomField3 屬性的資訊。
類型: | String |
Position: | 4 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-CustomField4
指定要新增至警示 CustomField4 屬性的資訊。
類型: | String |
Position: | 5 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-CustomField5
指定要新增至警示 CustomField5 屬性的資訊。
類型: | String |
Position: | 6 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-CustomField6
指定要新增至警示 CustomField6 屬性的資訊。
類型: | String |
Position: | 7 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-CustomField7
指定要新增至警示 CustomField7 屬性的資訊。
類型: | String |
Position: | 8 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-CustomField8
指定要新增至警示 CustomField8 屬性的資訊。
類型: | String |
Position: | 9 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-CustomField9
指定要新增至警示 CustomField9 屬性的資訊。
類型: | String |
Position: | 10 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Owner
指定警示擁有者的用戶名稱。
類型: | String |
Position: | 13 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-PassThru
指出 Cmdlet 會建立或修改命令可以在管線中使用的物件。 根據預設,此 Cmdlet 不會產生任何輸出。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ResolutionState
指定解析狀態識別碼。
當 Operations Manager 產生警示時,其解決狀態為 [新增]。 您可以將新警示的解決狀態變更為 [已關閉] 或變更為系統管理員為管理群組建立的自定義解決狀態。 New 的標識碼為 0,而 Closed 的標識碼為 255。 您可以指派自定義解析狀態,從 2 到 254 的任何值。
類型: | Byte |
Position: | 12 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-TfsWorkItemId
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-TfsWorkItemOwner
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-TicketId
指定警示 TicketId 屬性的值。
類型: | String |
Position: | 14 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-WhatIf
顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |