Skip to content

Commit 18c400f

Browse files
committed
Updated text
1 parent 2555c6c commit 18c400f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure-stack/hci/update/update-troubleshooting-23h2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ We highly recommend using the Azure portal, to browse to your failed update and
9898
If you're using PowerShell and need to resume a previously failed update run, use the following command:
9999
100100
```powershell
101-
get-solutionupdate | start-solutionupdate
101+
Get-Solutionpdate | Start-SolutionUpdate
102102
```
103103

104104
To resume a previously failed update due to update health checks in a **Warning** state, use the following command:
105105

106106
```powershell
107-
get-solutionUpdate | start-solutionUpdate -IgnoreWarnings
107+
Get-SolutionUpdate | Start-SolutionUpdate -IgnoreWarnings
108108
```
109109

110110
## Next steps

azure-stack/hci/update/update-via-powershell-23h2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,13 +469,13 @@ After the updates are installed, verify the solution version of the environment
469469
To resume a previously failed update run via PowerShell, use the following command:
470470
471471
```powershell
472-
get-solutionupdate | start-solutionupdate
472+
Get-SolutionUpdate | Start-SolutionUpdate
473473
```
474474

475475
To resume a previously failed update due to update health checks in a **Warning** state, use the following command:
476476

477477
```powershell
478-
get-solutionUpdate | start-solutionUpdate -IgnoreWarnings
478+
Get-SolutionUpdate | Start-SolutionUpdate -IgnoreWarnings
479479
```
480480

481481
To troubleshoot other update run issues, see [Troubleshoot updates](./update-troubleshooting-23h2.md).

0 commit comments

Comments
 (0)