Skip to content

Commit 23090b9

Browse files
authored
Merge pull request #97955 from ChristianMontoya/patch-9
Fixed typo for filename
2 parents b37dc05 + e08bff9 commit 23090b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-desktop/troubleshoot-vm-configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ The recommended way to provision VMs is using the Azure Resource Manager **Creat
7676
Follow these instructions to confirm the components are installed and to check for error messages.
7777

7878
1. Confirm that the two components are installed by checking in **Control Panel** > **Programs** > **Programs and Features**. If **Windows Virtual Desktop Agent** and **Windows Virtual Desktop Agent Boot Loader** are not visible, they aren't installed on the VM.
79-
2. Open **File Explorer** and navigate to **C:\Windows\Temp\scriptlogs.log**. If the file is missing, it indicates that the PowerShell DSC that installed the two components was not able to run in the security context provided.
80-
3. If the file **C:\Windows\Temp\scriptlogs.log** is present, open it and check for error messages.
79+
2. Open **File Explorer** and navigate to **C:\Windows\Temp\ScriptLog.log**. If the file is missing, it indicates that the PowerShell DSC that installed the two components was not able to run in the security context provided.
80+
3. If the file **C:\Windows\Temp\ScriptLog.log** is present, open it and check for error messages.
8181

82-
### Error: Windows Virtual Desktop Agent and Windows Virtual Desktop Agent Boot Loader are missing. C:\Windows\Temp\scriptlogs.log is also missing
82+
### Error: Windows Virtual Desktop Agent and Windows Virtual Desktop Agent Boot Loader are missing. C:\Windows\Temp\ScriptLog.log is also missing
8383

8484
**Cause 1:** Credentials provided during input for the Azure Resource Manager template were incorrect or permissions were insufficient.
8585

@@ -93,7 +93,7 @@ Follow these instructions to confirm the components are installed and to check f
9393
- Confirm that the tenant name is accurate and the tenant exists in Windows Virtual Desktop.
9494
- Confirm the account has at least RDS Contributor permissions.
9595

96-
### Error: Authentication failed, error in C:\Windows\Temp\scriptlogs.log
96+
### Error: Authentication failed, error in C:\Windows\Temp\ScriptLog.log
9797

9898
**Cause:** PowerShell DSC was able to execute but couldn't connect to Windows Virtual Desktop.
9999

0 commit comments

Comments
 (0)