Skip to content

Commit ea9c69f

Browse files
committed
Updated text
1 parent 23409ba commit ea9c69f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

azure-stack/hci/plan/configure-custom-settings-active-directory.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,18 @@ Before deploying Azure Stack HCI version 23H2, you must:
123123

124124
### Example - append the DNS suffix
125125

126+
To append the DNS suffix, run the following command:
127+
126128
```powershell
127129
Set-DnsClient -InterfaceIndex 12 -ConnectionSpecificSuffix "na.corp.contoso.com"
128130
```
129131

130132
### Example - resolve the hostname to the FQDN
131133

134+
To resolve the hostname to the FQDN, run the following command:
135+
132136
```powershell
133-
Nslookup node1.na.corp.contoso.com
137+
nslookup node1.na.corp.contoso.com
134138
```
135139

136140
> [!NOTE]

0 commit comments

Comments
 (0)