Skip to content

Commit 4f80ac7

Browse files
committed
PowerShell capitalization
1 parent 5aecc3c commit 4f80ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/virtual-desktop-fall-2019/troubleshoot-powershell-2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Remove-RdsHostPool -TenantName <TenantName> -Name <HostPoolName>
9393
**Fix:** Run the following command to delete the session host.
9494

9595
```powershell
96-
Get-RdsSessionHost-TenantName <TenantName> -Hostpook <HostPoolName> | remove-RdsSessionhost -Force
96+
Get-RdsSessionHost-TenantName <TenantName> -Hostpook <HostPoolName> | Remove-RdsSessionHost -Force
9797
```
9898

9999
Using the force command will let you delete the session host even if it has assigned users.

0 commit comments

Comments
 (0)