Skip to content

Commit 2b7aaae

Browse files
committed
Updated based on info from Arpita and Muthu
1 parent 45947e8 commit 2b7aaae

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

azure-local/upgrade/upgrade-22h2-to-23h2-powershell.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,22 @@ Before you begin, make sure that:
155155

156156
Consult with your hardware vendor for assistance if required.
157157

158+
- Run the following steps:
159+
160+
```PowerShell
161+
# Check to make sure the Cloud Management group is present and its online.
162+
Get-ClusterGroup -Name "Cloud Management"
163+
164+
# Stop the Cloud Management group
165+
Stop-ClusterGroup -Name "Cloud Management"
166+
167+
# Remove all resources in the Cloud Management group
168+
Get-ClusterGroup -Name "Cloud Management" | Get-ClusterResource | Remove-ClusterResource -Force
169+
170+
# Start the Cloud Management group
171+
Start-ClusterGroup -Name "Cloud Management"
172+
173+
158174
::: zone-end
159175
160176
## Update registry keys

0 commit comments

Comments
 (0)