Skip to content

Commit 2a9b3a5

Browse files
Merge pull request #15630 from ronmiab/rb-minor-updps
Updated PS cmdlet
2 parents e8203c6 + 2d7afa7 commit 2a9b3a5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ You can download the updates, perform a set of checks to verify your cluster's u
357357
- To download and install the update, run the following command:
358358
359359
```powershell
360-
Get-SolutionUpdate | ? version -eq "10.2302.0.31"
360+
Get-SolutionUpdate | ? version -eq "10.2302.0.31" | Start-SolutionUpdate
361361
```
362362
363363
- To only download the updates without starting the installation, use the `-PrepareOnly` flag with `Start-SolutionUpdate`.
@@ -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)