PowerShell Logo Small

Get-ADResourceProperty



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

Gets one or more resource properties.

SYNTAX


Get-ADResourceProperty [-AuthType {Negotiate | Basic}] [-Credential <PSCredential>] [-Properties <String[]>] [-ResultPageSize <Int32>] [-ResultSetSize <Int32>] [-Server
<String>] -Filter <String> [<CommonParameters>]
Get-ADResourceProperty [-Identity] <ADResourceProperty> [-AuthType {Negotiate | Basic}] [-Credential <PSCredential>] [-Properties <String[]>] [-Server <String>]
[<CommonParameters>]
Get-ADResourceProperty [-AuthType {Negotiate | Basic}] [-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/p/?linkid=291048

REMARKS

<

Examples


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

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



This command gets all the resource properties that refer to the claim type named Country for their suggested values.




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

PS C:\>Get-ADResourceProperty -Identity Authors



This command gets the resource property with display name Authors.