Get-FilePlanPropertyReferenceId
This cmdlet is available only in Security & Compliance PowerShell. For more information, see Security & Compliance PowerShell.
Use the Get-FilePlanPropertyReferenceId cmdlet to view file plan property reference IDs.
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax.
Syntax
Default (Default)
Get-FilePlanPropertyReferenceId
[[-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-FilePlanPropertyReferenceId | Format-Table Name,Workload,Policy
This example returns a summary list of all file plan property reference IDs.
Example 2
Get-FilePlanPropertyReferenceId -Identity "Contoso-0001"
This example returns detailed information about the custom file plan property reference ID named Contoso-0001.
Parameters
-Identity
Applicable: Security & Compliance
The Identity parameter specifies the custom file plan property reference ID that you want to view. You can use any value that uniquely identifies the reference ID. For example:
- Name
- Distinguished name (DN)
- Id
Parameter properties
Type: | ComplianceRuleIdParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.