Skip to content

Commit 65f0079

Browse files
Merge pull request #15623 from ManikaDhiman/md-syntax
Updated the list of unsupported characters
2 parents f65c8e9 + 495520e commit 65f0079

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

azure-stack/hci/deploy/deployment-prep-active-directory.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Prepare Active Directory for new Azure Stack HCI, version 23H2 deployment
33
description: Learn how to prepare Active Directory before you deploy Azure Stack HCI, version 23H2.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 06/13/2024
6+
ms.date: 08/05/2024
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.subservice: azure-stack-hci
@@ -46,7 +46,7 @@ Before you begin, make sure you've done the following:
4646
4747
## Active Directory preparation module
4848
49-
The *AsHciADArtifactsPreCreationTool.ps1* module is used to prepare Active Directory. Here are the required parameters associated with the cmdlet:
49+
The `New-HciAdObjectsPreCreation` cmdlet of the AsHciADArtifactsPreCreationTool PowerShell module is used to prepare Active Directory for Azure Stack HCI deployments. Here are the required parameters associated with the cmdlet:
5050
5151
|Parameter|Description|
5252
|--|--|
@@ -60,14 +60,13 @@ The *AsHciADArtifactsPreCreationTool.ps1* module is used to prepare Active Direc
6060
|`-Deploy`|Select this scenario for a brand new deployment instead of an upgrade of an existing system.|-->
6161
6262
> [!NOTE]
63-
> - The `-AsHciOUName` path doesn't support the following special characters anywhere within the path `- &,”,’,<,>`.
63+
> - The `-AsHciOUName` path doesn't support the following special characters anywhere within the path: `&,",',<,>`.
6464
> - Moving the computer objects to a different OU after the deployment is complete is also not supported.
6565
6666
## Prepare Active Directory
6767
6868
When you prepare Active Directory, you create a dedicated Organizational Unit (OU) to place the Azure Stack HCI related objects such as deployment user.
6969
70-
7170
To create a dedicated OU, follow these steps:
7271
7372
1. Sign in to a computer that is joined to your Active Directory domain.

azure-stack/hci/deploy/deployment-prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Prerequisites to deploy Azure Stack HCI, version 23H2
33
description: Learn about the prerequisites to deploy Azure Stack HCI, version 23H2.
44
author: alkohli
55
ms.topic: conceptual
6-
ms.date: 05/02/2024
6+
ms.date: 08/05/2024
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.subservice: azure-stack-hci
@@ -34,7 +34,7 @@ Use the following checklist to gather the required information ahead of the actu
3434
|Component|What is needed|
3535
|--|--|
3636
|Server names|Unique name for each server you wish to deploy.|
37-
|Active directory OU|A new organizational unit (OU) to store all the objects for the Azure Stack HCI deployment. The OU is created during the [Active Directory preparation](./deployment-prep-active-directory.md).<br>The OU must be specified as the distinguished name (DN). The OU path doesn't support the following special characters anywhere within the path `- &,”,’,<,>`. For more information, see the format of [Distinguished Names](/previous-versions/windows/desktop/ldap/distinguished-names).|
37+
|Active directory OU|A new organizational unit (OU) to store all the objects for the Azure Stack HCI deployment. The OU is created during the [Active Directory preparation](./deployment-prep-active-directory.md).<br>The OU must be specified as the distinguished name (DN). The OU path doesn't support the following special characters anywhere within the path: `&,",',<,>`. For more information, see the format of [Distinguished Names](/previous-versions/windows/desktop/ldap/distinguished-names).|
3838
|Active Directory Domain|Fully-qualified domain name (FQDN) for the Active Directory Domain Services prepared for deployment.|
3939
|Active Directory LCM User credential|A new username and password that is created with the appropriate permissions for deployment. This account is the same as the user account used by the Azure Stack HCI deployment.<br>The password must conform to the Azure length and complexity requirements. Use a password that is at least 12 characters long. The password must contain the following: a lowercase character, an uppercase character, a numeral, and a special character.<br> The name must be unique for each deployment and you can't use *admin* as the username.|
4040
|IPv4 network range subnet for management network intent|A subnet used for management network intent. You need an address range for management network with a minimum of 6 available, contiguous IPs in this subnet. These IPs are used for infrastructure services with the first IP assigned to fail over clustering.<br> For more information, see the **Specify network settings** page in [Deploy via Azure portal](./deploy-via-portal.md#specify-network-settings).|

0 commit comments

Comments
 (0)