You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-stack/azure-stack-monitor-update.md
-25Lines changed: 0 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ The following new PowerShell cmdlets for update management are included in the 1
28
28
| Cmdlet | Description |
29
29
|---------|---------|
30
30
|`Get-AzureStackUpdateStatus`| Returns the status of the currently running, completed, or failed update. Provides the high-level status of the update operation, and an XML document that describes both the current step and the corresponding state. |
31
-
|`Get-AzureStackUpdateVerboseLog`| Returns the verbose logs that are generated by the update. |
32
31
|`Resume-AzureStackUpdate`| Resumes a failed update at the point where it failed. In certain scenarios, you may have to complete mitigation steps before you resume the update. |
33
32
|||
34
33
@@ -74,7 +73,6 @@ You can also determine whether the cmdlets are available programmatically by qu
74
73
CommandType Name Version Source PSComputerName
75
74
----------- ---- ------- ------ --------------
76
75
Function Get-AzureStackUpdateStatus 0.0 Microsoft.Azurestack.UpdateManagement Contoso-ercs01
77
-
Function Get-AzureStackUpdateVerboseLog 0.0 Microsoft.Azurestack.UpdateManagement Contoso-ercs01
78
76
Function Resume-AzureStackUpdate 0.0 Microsoft.Azurestack.UpdateManagement Contoso-ercs01
To actively view the verbose log during an update run, and jump to the most recent entries, run the following commands to enter the session in interactive mode, and to show the log:
172
-
173
-
```powershell
174
-
Enter-PSSession -Session $pepSession
175
-
176
-
Get-AzureStackUpdateVerboseLog -Wait
177
-
```
178
-
The log updates every 60 seconds, and new content (if available) is written to the console.
179
-
180
-
During long-running background processes, the console output may not be written to the console for some time. To cancel the interactive output, press Ctrl+C.
181
-
182
157
### Resume a failed update operation
183
158
184
159
If the update fails, you can resume the update run where it left off.
0 commit comments