Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 2.3 KB

Get-FilePlanPropertyCitation.md

File metadata and controls

74 lines (52 loc) · 2.3 KB
external help file online version applicable title schema
Microsoft.Exchange.TransportMailflow-Help.xml
Security & Compliance
Get-FilePlanPropertyCitation
2.0.0

Get-FilePlanPropertyCitation

SYNOPSIS

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.

SYNTAX

Get-FilePlanPropertyCitation [[-Identity] <ComplianceRuleIdParameter>] [<CommonParameters>]

DESCRIPTION

To use this cmdlet in Security & Compliance PowerShell, you need to be assigned permissions. For more information, see Permissions in Security & Compliance.

EXAMPLES

Example 1

Get-FilePlanPropertyCitation | Format-Table Name,Workload,Policy

This example returns a summary list of all file plan property authorities.

Example 2

Get-FilePlanPropertyCitation -Identity "Contoso Citation"

This example returns detailed information about the custom file plan property citation named Contoso Citation.

PARAMETERS

-Identity

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
Parameter Sets: (All)
Aliases:
Applicable: Security & Compliance

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS