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 5aecc3c commit 4f80ac7Copy full SHA for 4f80ac7
articles/virtual-desktop/virtual-desktop-fall-2019/troubleshoot-powershell-2019.md
@@ -93,7 +93,7 @@ Remove-RdsHostPool -TenantName <TenantName> -Name <HostPoolName>
93
**Fix:** Run the following command to delete the session host.
94
95
```powershell
96
-Get-RdsSessionHost-TenantName <TenantName> -Hostpook <HostPoolName> | remove-RdsSessionhost -Force
+Get-RdsSessionHost-TenantName <TenantName> -Hostpook <HostPoolName> | Remove-RdsSessionHost -Force
97
```
98
99
Using the force command will let you delete the session host even if it has assigned users.
0 commit comments