< Back

Test-RDOUAccess

Thu Apr 04, 2019 5:42 am

NAME Test-RDOUAccess



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





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.





PARAMETERS

-ConnectionBroker [<String>]

Specifies an RDConnection 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.



Required? false

Position? 3

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Domain [<String>]

Specifies the Active Directory (AD) domain for which to verify access.



Required? false

Position? 1

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-OU <String>

Specifies one or more OUs for which to verify access.



Required? true

Position? 2

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

System.Object







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.







RELATED LINKS

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

Grant-RDOUAccess