Skip to content

Commit 56c4193

Browse files
Merge pull request #227697 from khdownie/kendownie021623-3
Leslie edits to multiple forests article
2 parents 25039f7 + f074f64 commit 56c4193

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/files/storage-files-identity-multiple-forests.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ Now we'll validate that the trust is working by running the **klist** command to
176176

177177
1. Log on to a machine or VM that's joined to a domain in **Forest 1** and open a Windows command prompt.
178178
2. To display the credentials cache for the domain-joined storage account in **Forest 2**, run one of the following commands:
179-
- If you used the [Modify storage account name suffix and add CNAME record](#modify-storage-account-name-suffix-and-add-cname-record) method, run: `klist get cifs/onprem2sa.file.core.windows.net`
180-
- If you used the [Add custom name suffix and routing rule](#add-custom-name-suffix-and-routing-rule) method, run: `klist get cifs/onprem2sa.onpremad2.com`
179+
- If you used the [Modify storage account name suffix and add CNAME record](#modify-storage-account-name-suffix-and-add-cname-record) method, run: `klist get cifs/onprem2sa.onpremad2.com`
180+
- If you used the [Add custom name suffix and routing rule](#add-custom-name-suffix-and-routing-rule) method, run: `klist get cifs/onprem2sa.file.core.windows.net`
181181
3. You should see output similar to the following. The klist output will differ slightly based on which method you used to configure domain suffixes.
182182

183183
```
@@ -195,8 +195,8 @@ Kdc Called: onprem2.onpremad2.com
195195

196196
4. Log on to a machine or VM that's joined to a domain in **Forest 2** and open a Windows command prompt.
197197
5. To display the credentials cache for the domain-joined storage account in **Forest 1**, run one of the following commands:
198-
- If you used the [Modify storage account name suffix and add CNAME record](#modify-storage-account-name-suffix-and-add-cname-record) method, run: `klist get cifs/onprem1sa.file.core.windows.net`
199-
- If you used the [Add custom name suffix and routing rule](#add-custom-name-suffix-and-routing-rule) method, run: `klist get cifs/onprem1sa.onpremad1.com`
198+
- If you used the [Modify storage account name suffix and add CNAME record](#modify-storage-account-name-suffix-and-add-cname-record) method, run: `klist get cifs/onprem1sa.onpremad1.com`
199+
- If you used the [Add custom name suffix and routing rule](#add-custom-name-suffix-and-routing-rule) method, run: `klist get cifs/onprem1sa.file.core.windows.net`
200200
6. You should see output similar to the following. The klist output will differ slightly based on which method you used to configure domain suffixes.
201201

202202
```

0 commit comments

Comments
 (0)