你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AIPScannerConfiguration
获取 Azure 信息保护扫描程序的配置设置。
语法
Get-AIPScannerConfiguration []
说明
Get-AIPScannerConfiguration cmdlet 获取 Azure 信息保护扫描程序的配置设置。
如果运行 Import-AIPScannerConfiguration,此操作会自动将扫描程序配置为脱机配置。 因此,从文件导入设置后运行此Get-AIPScannerConfiguration cmdlet 时, OnlineConfiguration 将显示 Off。
示例
示例 1:获取 Azure 信息保护 扫描程序的配置
PS C:\> Get-AIPScannerConfiguration
OnlineConfiguration : On
ReportLevel : Info
LogLevel : Trace
Cluster : contoso-test
SqlInstance : localhost\sqlexpress
DatabaseName : AIPScannerUL_contoso-test
Cloud : Commercial
此命令获取 Azure 信息保护统一标记扫描程序的当前 PowerShell 配置设置。
在此示例中,输出显示扫描程序使用联机配置的默认配置、 信息的报告级别和 跟踪的日志记录级别。 列出了群集名称、SQL 实例和数据库名称,云类型为 商业版。
输入
None
输出
System.Object