PowerShell Logo Small

Get-ADResourcePropertyList



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

Retrieves resource property lists from Active Directory.

SYNTAX


Get-ADResourcePropertyList [-AuthType {Negotiate | Basic}] [-Credential <PSCredential>] [-Properties <String[]>] [-ResultPageSize <Int32>] [-ResultSetSize <Int32>] [-Server
<String>] -Filter <String> [<CommonParameters>]
Get-ADResourcePropertyList [-Identity] <ADResourcePropertyList> [-AuthType {Negotiate | Basic}] [-Credential <PSCredential>] [-Properties <String[]>] [-Server <String>]
[<CommonParameters>]
Get-ADResourcePropertyList [-AuthType {Negotiate | Basic}] [-Credential <PSCredential>] [-Properties <String[]>] [-ResultPageSize <Int32>] [-ResultSetSize <Int32>] [-Server
<String>] -LDAPFilter <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-ADResourcePropertyList cmdlet retrieves resource property lists from Active Directory.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/p/?linkid=291049

REMARKS

<

Examples


-------------------------- EXAMPLE 1 --------------------------

PS C:\>Get-ADResourcePropertyList -Filter *



This command retrieves a list of all resource property lists.




-------------------------- EXAMPLE 2 --------------------------

PS C:\>Get-ADResourcePropertyList -Filter {Members -eq 'Country'}



This command retrieves all resource property lists that has the resource property Country in the list.




-------------------------- EXAMPLE 3 --------------------------

PS C:\>Get-ADResourcePropertyList -Identity "Global Resource Property List"



This command retrieves the global resource property list.