Skip to content

Commit 8c88a00

Browse files
Replacing $tenant with <tenantName> for clarity
1 parent 6a98603 commit 8c88a00

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)