Skip to content

Commit df6cecc

Browse files
Remove unwanted -WhatIf parameter
We want the commandlet to actually run, not just show us what would happen if it ran.
1 parent 30fb631 commit df6cecc

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)