Skip to content

Commit 862e1ad

Browse files
author
Manika Dhiman
committed
added placeholder
1 parent c378cfb commit 862e1ad

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

azure-local/upgrade/upgrade-22h2-to-23h2-other-methods.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Before you begin, make sure that:
5151
- You have access to a client that can connect to your Azure Local. This client should be running PowerShell 5.0 or later.
5252
- You run the repair registration cmdlet:
5353

54-
```powershell
55-
Register-AzStackHCI -TenantId "<tenant_ID>" -SubscriptionId "<subscription_ID>" -ComputerName Server1 -RepairRegistration
56-
```
54+
```powershell
55+
Register-AzStackHCI -TenantId "<tenant_ID>" -SubscriptionId "<subscription_ID>" -ComputerName "<computer_name>" -RepairRegistration
56+
```
5757

5858
- (Recommended) You enable [Secure Boot](/windows-hardware/design/device-experiences/oem-secure-boot) on Azure Local machines before you upgrade the OS.
5959
To enable Secure Boot, follow these steps:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Before you begin, make sure that:
5050
- You have access to a client that can connect to your Azure Local instance. This client should be running PowerShell 5.0 or later.
5151
- You run the repair registration cmdlet:
5252

53-
```powershell
54-
Register-AzStackHCI -TenantId "<tenant_ID>" -SubscriptionId "<subscription_ID>" -ComputerName Server1 -RepairRegistration
55-
```
53+
```powershell
54+
Register-AzStackHCI -TenantId "<tenant_ID>" -SubscriptionId "<subscription_ID>" -ComputerName "<computer_name>" -RepairRegistration
55+
```
5656

5757
- (Recommended) You enable [Secure Boot](/windows-hardware/design/device-experiences/oem-secure-boot) on Azure Local machines before you upgrade the OS.
5858
To enable Secure Boot, follow these steps:

azure-local/upgrade/upgrade-22h2-to-23h2-windows-admin-center.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Before you begin, make sure that:
4949
- You have access to a client that can connect to your Azure Local instance. This client should have Windows Admin Center installed on it. For more information, see [Install Windows Admin Center](/windows-server/manage/windows-admin-center/deploy/install).
5050
- You run the repair registration cmdlet:
5151

52-
```powershell
53-
Register-AzStackHCI -TenantId "<tenant_ID>" -SubscriptionId "<subscription_ID>" -ComputerName Server1 -RepairRegistration
54-
```
52+
```powershell
53+
Register-AzStackHCI -TenantId "<tenant_ID>" -SubscriptionId "<subscription_ID>" -ComputerName "<computer_name>" -RepairRegistration
54+
```
5555

5656
- (Recommended) You enable [Secure Boot](/windows-hardware/design/device-experiences/oem-secure-boot) on Azure Local machines before you upgrade the OS.
5757
To enable Secure Boot, follow these steps:

0 commit comments

Comments
 (0)