Skip to content

Commit b4603ea

Browse files
authored
Merge pull request #96499 from ChristianMontoya/patch-5
Replacing $tenant with <tenantName> for clarity
2 parents 5eac92c + 8c88a00 commit b4603ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/troubleshoot-client-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Follow these general troubleshooting instructions for client connection error co
114114
6. Using the **ActivityId** from the previous cmdlet output, run the command below:
115115
116116
```PowerShell
117-
(Get-RdsDiagnosticActivities -TenantName $tenant -ActivityId <ActivityId> -Detailed).Errors
117+
(Get-RdsDiagnosticActivities -TenantName <TenantName> -ActivityId <ActivityId> -Detailed).Errors
118118
```
119119
120120
7. The command produces output similar to the output shown below. Use **ErrorCodeSymbolic** and **ErrorMessage** to troubleshoot the root cause.

0 commit comments

Comments
 (0)