Grant-RDOUAccess

Grants the Remote Desktop Connection Broker server access to one or more organizational units in a given domain of Active Directory Domain Services.

Syntax

Grant-RDOUAccess
     [[-Domain] <String>]
     [-OU] <String>
     [[-ConnectionBroker] <String>]
     [<CommonParameters>]

Description

The Grant-RDOUAccess cmdlet grants the Remote Desktop Connection Broker (RD Connection Broker) server access to one or more organizational units (OUs) in a given domain of Active Directory Domain Services (AD DS).

The RD Connection Broker must have Read access to an OU to query user account information.

Examples

Example 1: Grant the RD Connection Broker access to the Computers OU

PS C:\> Grant-RDOUAccess -ConnectionBroker "Rdcb.Contoso.com" -OU "Computers"

This command grants the RD Connection Broker server named Rdcb.Contoso.com access to the OU named Computers.

Required Parameters

-OU

Specifies one or more OUs to which to grant access.

Type: String
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Optional Parameters

-ConnectionBroker

Specifies an RD Connection Broker server for a remote desktop deployment. If you do not supply a value, the cmdlet uses the fully qualified domain name (FQDN) of the local computer.

Type: String
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Domain

Specifies an Active Directory (AD) domain to which to grant access.

Type: String
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Outputs

System.Object