We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5eac92c + 8c88a00 commit b4603eaCopy full SHA for b4603ea
articles/virtual-desktop/troubleshoot-client-connection.md
@@ -114,7 +114,7 @@ Follow these general troubleshooting instructions for client connection error co
114
6. Using the **ActivityId** from the previous cmdlet output, run the command below:
115
116
```PowerShell
117
- (Get-RdsDiagnosticActivities -TenantName $tenant -ActivityId <ActivityId> -Detailed).Errors
+ (Get-RdsDiagnosticActivities -TenantName <TenantName> -ActivityId <ActivityId> -Detailed).Errors
118
```
119
120
7. The command produces output similar to the output shown below. Use **ErrorCodeSymbolic** and **ErrorMessage** to troubleshoot the root cause.
0 commit comments