Resolve-SCOMAlert
解決警示。
語法
Resolve-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>]
[[-Owner] <String>]
[[-TicketId] <String>]
[-TfsWorkItemId <String>]
[-TfsWorkItemOwner <String>]
[[-Comment] <String>]
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Resolve-SCOMAlert Cmdlet 會解決 System Center - Operations Manager 中的警示。 Cmdlet 會將警示的 ResolutionState 屬性設定為 255 (Closed)。 您也可以使用 Set-SCOMAlert Cmdlet 來解決警示,並將 ResolutionState 參數設定為 255 (Closed)。
範例
範例 1:使用警示嚴重性解決錯誤警示
PS C:\>Get-SCOMAlert -Severity 2 | Resolve-SCOMAlert -Comment "All alerts are resolved."
此命令會解決所有錯誤警示,並將批註新增至已解決的警示。
參數
-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
指定警示擁有者的用戶名稱,格式為 Domain\Account。
類型: | String |
Position: | 13 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-PassThru
指出 Cmdlet 會建立或修改命令可以在管線中使用的物件。 根據預設,此 Cmdlet 不會產生任何輸出。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-TfsWorkItemId
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-TfsWorkItemOwner
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-TicketId
指定警示的票證標識碼。
類型: | String |
Position: | 14 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-WhatIf
顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |