你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Get-ScannerConfiguration

获取Microsoft Purview 信息保护扫描程序的配置设置。

语法

Get-ScannerConfiguration []

说明

Get-ScannerConfiguration cmdlet 获取 Microsoft Purview 信息保护扫描程序的配置设置。

如果运行 Import-ScannerConfiguration,此操作会自动配置扫描程序,使其配置脱机。 因此,在从文件中导入设置后运行此 Get-ScannerConfiguration cmdlet 时, OnlineConfiguration 将显示 “关闭”。

示例

示例 1:获取Microsoft Purview 信息保护扫描程序的配置

PS C:\> Get-ScannerConfiguration
OnlineConfiguration : On
ReportLevel         : Info
LogLevel            : Trace
Cluster             : contoso-test
SqlInstance         : localhost\sqlexpress
DatabaseName        : AIPScannerUL_contoso-test
Cloud               : Commercial

此命令获取Microsoft Purview 信息保护扫描程序的当前 PowerShell 配置设置。

在此示例中,输出显示扫描程序使用联机配置的默认配置、 “信息”的报告级别和日志记录级别 “跟踪”。 列出了群集名称、SQL 实例和数据库名称,云类型为 Commercial

输入

None

输出

System.Object