Get-FilePlanPropertyCitation
This cmdlet is available only in Security & Compliance PowerShell. For more information, see Security & Compliance PowerShell.
Use the Get-FilePlanPropertyCitation cmdlet to view file plan property citations.
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax.
Get-FilePlanPropertyCitation
[[-Identity] <ComplianceRuleIdParameter>]
[<CommonParameters>]
To use this cmdlet in Security & Compliance PowerShell, you need to be assigned permissions. For more information, see Permissions in Security & Compliance.
Get-FilePlanPropertyCitation | Format-Table Name,Workload,Policy
This example returns a summary list of all file plan property authorities.
Get-FilePlanPropertyCitation -Identity "Contoso Citation"
This example returns detailed information about the custom file plan property citation named Contoso Citation.
The Identity parameter specifies the custom file plan property citation that you want to view. You can use any value that uniquely identifies the citation. For example:
- Name
- Distinguished name (DN)
- Id
Type: | ComplianceRuleIdParameter |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |