PowerShell Logo Small

Test-RDOUAccess



This is the built-in help made by Microsoft for the command 'Test-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

Verifies that the Remote Desktop Connection Broker server can access an Active Directory Domain Services organizational unit.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Test-RDOUAccess cmdlet verifies that the RDConnection Broker server has access to the 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=294273
Grant-RDOUAccess

REMARKS

<

Examples


Example 1: Verify access to an OU

PS C:\> Test-RDOUaccess -ConnectionBroker "Rdcb.Contoso.com" -OU "Computers"



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