PowerShell Logo Small

Grant-RDOUAccess



This is the built-in help made by Microsoft for the command 'Grant-RDOUAccess', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

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>]



Search powershellhelp.space

DESCRIPTION


The Grant-RDOUAccess cmdlet grants the Remote Desktop Connection Broker (RDConnection 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.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294233
Test-RDOUAccess

REMARKS

<

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.