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.
1 parent 30fb631 commit df6ceccCopy full SHA for df6cecc
articles/virtual-desktop/troubleshoot-app-attach.md
@@ -48,7 +48,7 @@ To validate that your session hosts have the necessary access to a file share co
48
```powershell
49
# Install the CimDiskImage PowerShell module, if it's not already installed.
50
If (!(Get-Module -ListAvailable | ? Name -eq CimDiskImage)) {
51
- Install-Module CimDiskImage -WhatIf
+ Install-Module CimDiskImage
52
}
53
54
# Import the CimDiskImage PowerShell module.
0 commit comments