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 6ff5c09 + df6cecc commit 102975cCopy full SHA for 102975c
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