PowerShell Logo Small

Get-ADResourceProperty



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

Gets one or more resource properties.

SYNTAX


Get-ADResourceProperty [-AuthType <ADAuthType>] [-Credential <PSCredential>] [-Properties <String[]>] [-ResultPageSize <Int32>]
[-ResultSetSize <Int32>] [-Server <String>] -Filter <String> [<CommonParameters>]
Get-ADResourceProperty [-Identity] <ADResourceProperty> [-AuthType <ADAuthType>] [-Credential <PSCredential>] [-Properties <String[]>]
[-Server <String>] [<CommonParameters>]
Get-ADResourceProperty [-AuthType <ADAuthType>] [-Credential <PSCredential>] [-Properties <String[]>] [-ResultPageSize <Int32>]
[-ResultSetSize <Int32>] [-Server <String>] -LDAPFilter <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-ADResourceProperty cmdlet gets one or more resource properties.



<

RELATED LINKS


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

REMARKS

<

Examples


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

C:\PS>Get-ADResourceProperty -Filter {SharesValuesWith -eq 'Country'}



Description

-----------

Get all the resource properties that refer to the claim type named 'Country' for their suggested values.




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

C:\PS>Get-ADResourceProperty Authors



Description

-----------

Get the resource property with display name 'Authors'.