Get-InformationBarrierPoliciesApplicationStatus

此 cmdlet 仅在安全与合规中心 PowerShell 内可用。 有关更多信息,请参见 安全与合规中心 PowerShell

使用 Get-InformationBarrierPoliciesApplicationStatus cmdlet 查看信息屏障策略的应用程序状态。

有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法

语法

Default (默认值)

Get-InformationBarrierPoliciesApplicationStatus
    [-All]
    [<CommonParameters>]

Identity

Get-InformationBarrierPoliciesApplicationStatus
    [[-Identity] <PolicyIdParameter>]
    [-All]
    [<CommonParameters>]

说明

有关详细信息,请参阅 查看信息屏障策略应用程序的状态

要在安全与合规中心 PowerShell 中使用此 cmdlet,必须分配权限。 有关详细信息,请参阅 Microsoft Purview 合规门户中的权限

示例

示例 1

Get-InformationBarrierPoliciesApplicationStatus

此示例返回 Start-InformationBarrierPoliciesApplication cmdlet 最近应用的信息屏障策略。

示例 2

Get-InformationBarrierPoliciesApplicationStatus -All

此示例通过 Start-InformationBarrierPoliciesApplication cmdlet 返回信息屏障策略的所有应用程序。

参数

-All

适用:安全 & 合规性

“全部”开关指定是否在结果中包含信息屏障策略的所有应用程序。 不必为此开关指定值。

如果不使用此开关,该命令仅返回最新的策略应用程序。

参数属性

类型:SwitchParameter
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-Identity

适用:安全 & 合规性

Identity 参数指定要查看的信息屏障策略应用程序。 此值是运行 Start-InformationBarrierPoliciesApplication cmdlet 时显示的 GUID, (例如 a0551cee-db3d-4002-9fa0-94358035fdf2) 。 还可以通过运行命令 Get-InformationBarrierPoliciesApplicationStatus -All 来查找 Identity 值。

参数属性

类型:PolicyIdParameter
默认值:None
支持通配符:False
不显示:False

参数集

Identity
Position:0
必需:False
来自管道的值:True
来自管道的值(按属性名称):True
来自剩余参数的值:False

CommonParameters

此 cmdlet 支持通用参数:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 有关详细信息,请参阅 about_CommonParameters