PowerShell Logo Small

Get-ADResourcePropertyList



This is the built-in help made by Microsoft for the command 'Get-ADResourcePropertyList', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 <ADAuthType>] [-Credential <PSCredential>] [-Properties <String[]>] [-ResultPageSize <Int32>]
[-ResultSetSize <Int32>] [-Server <String>] -Filter <String> [<CommonParameters>]
Get-ADResourcePropertyList [-Identity] <ADResourcePropertyList> [-AuthType <ADAuthType>] [-Credential <PSCredential>] [-Properties <String[]>]
[-Server <String>] [<CommonParameters>]
Get-ADResourcePropertyList [-AuthType <ADAuthType>] [-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/?LinkId=216363

REMARKS

<

Examples


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

C:\PS>Get-ADResourcePropertyList -Filter *



Description

-----------

Retrieves a list of all resource property lists.




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

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



Description

-----------

Retrieves all resource property lists that has the resource property "Country" in the list.




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

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



Description

-----------

Retrieves the global resource property list.