Skip to content

Commit 102975c

Browse files
authored
Merge pull request #123796 from SteveBurkettNZ/patch-41
Remove unwanted -WhatIf parameter
2 parents 6ff5c09 + df6cecc commit 102975c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/troubleshoot-app-attach.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To validate that your session hosts have the necessary access to a file share co
4848
```powershell
4949
# Install the CimDiskImage PowerShell module, if it's not already installed.
5050
If (!(Get-Module -ListAvailable | ? Name -eq CimDiskImage)) {
51-
Install-Module CimDiskImage -WhatIf
51+
Install-Module CimDiskImage
5252
}
5353
5454
# Import the CimDiskImage PowerShell module.

0 commit comments

Comments
 (0)