Get-FilePlanPropertyDepartment
This cmdlet is available only in Security & Compliance PowerShell. For more information, see Security & Compliance PowerShell.
Use the Get-FilePlanPropertyDepartment cmdlet to view file plan property departments.
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax.
Syntax
Get-FilePlanPropertyDepartment
[[-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-FilePlanPropertyDepartment | Format-Table Name,Workload,Policy
This example returns a summary list of all file plan property departments.
Example 2
Get-FilePlanPropertyDepartment -Identity "Contoso HR"
This example returns detailed information about the custom file plan property department named Contoso HR.
Parameters
-Identity
The Identity parameter specifies the custom file plan property department that you want to view. You can use any value that uniquely identifies the department. 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 |