Remove-RdsRegistrationInfo
Removes registration information from a host pool.
Syntax
Remove-RdsRegistrationInfo
[-TenantName] <String>
[-HostPoolName] <String>
[<CommonParameters>]
Description
The Remove-RdsRegistrationInfo removes the registration information from the specified host pool.
If there is no registration information for the host pool, the cmdlet will succeed silently.
Examples
Example 1: Remove registration information from a host pool
PS C:\> Remove-RdsRegistrationInfo -TenantName "contoso" -HostPoolName "contosoHostPool"
This command removes the registration information from the specified host pool.
Parameters
-HostPoolName
The name of the host pool.
Type: | String |
Position: | 1 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-TenantName
The name of the tenant.
Type: | String |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
System.String
Outputs
System.Object