< Back

Enable-RDVirtualDesktopADMachineAccountReuse

Thu Apr 04, 2019 5:41 am

NAME Enable-RDVirtualDesktopADMachineAccountReuse



SYNOPSIS

Configures the RD Connection Broker server to reuse existing AD DS computer accounts.





SYNTAX

Enable-RDVirtualDesktopADMachineAccountReuse [[-ConnectionBroker] <String>] [<CommonParameters>]





DESCRIPTION

The Enable-RDVirtualDesktopADMachineAccountReuse cmdlet configures the Remote Desktop Connection Broker (RD Connection Broker) server to reuse

existing Active Directory Domain Services (AD DS) computer accounts for pooled virtual desktops when you create new virtual machines in a managed

virtual desktop collection.





PARAMETERS

-ConnectionBroker [<String>]

Specifies the Remote Desktop Connection Broker (RD Connection Broker) server for a remote desktop deployment. If you do not specify a value,

the cmdlet uses the fully qualified domain name (FQDN) of the local computer.



Required? false

Position? 1

Default value none

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS

Null









Example 1: Enable account reuse on the RD Connection Broker



PS C:\\> Enable-RDVirtualDesktopADMachineAccountReuse -ConnectionBroker "rdcb.contoso.com"



This command enables the Remote Desktop Connection Broker server named rdcb.contoso.com to reuse existing Active Directory Domain Services

computer accounts when you create new virtual machines in a managed virtual desktop collection.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294208

Disable-RDVirtualDesktopADMachineAccountReuse

Test-RDVirtualDesktopADMachineAccountReuse