Get-FilePlanPropertyCategory
此 cmdlet 仅在安全性 & 合规性 PowerShell 中可用。 有关详细信息,请参阅 安全性 & 合规性 PowerShell。
使用 Fet-FilePlanPropertyCategory cmdlet 查看文件计划属性类别。
有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法。
PowerShell
Get-FilePlanPropertyCategory
[[-Identity] <ComplianceRuleIdParameter>]
[<CommonParameters>]
若要在安全性 & 合规性 PowerShell 中使用此 cmdlet,需要分配权限。 有关详细信息,请参阅 安全 & 合规性中的权限。
PowerShell
Get-FilePlanPropertyCategory | Format-Table Name,Workload,Policy
此示例返回所有文件计划属性颁发机构的摘要列表。
PowerShell
Get-FilePlanPropertyCategory -Identity "Contoso Category"
此示例返回有关名为 Contoso Category 的自定义文件计划属性类别的详细信息。
Identity 参数指定要查看的自定义文件计划属性类别。 可以使用唯一标识类别的任何值。 例如:
- 名称
- 可分辨名称 (DN)
- Id
Type: | ComplianceRuleIdParameter |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |