Get-ScannerConfiguration
Microsoft Purview Information Protection 스캐너의 구성 설정을 가져옵니다.
구문
Get-ScannerConfiguration []
Description
Get-ScannerConfiguration cmdlet은 Microsoft Purview Information Protectionscanner에 대한 구성 설정을 가져옵니다.
Import-ScannerConfiguration을 실행하는 경우 이 작업은 스캐너를 자동으로 구성하여 구성을 오프라인으로 가져옵니다. 따라서 파일에서 설정을 가져온 후 이 Get-ScannerConfiguration cmdlet을 실행하면 OnlineConfiguration 이 꺼짐으로 표시됩니다.
예제
예제 1: Microsoft Purview Information Protection 스캐너에 대한 구성을 가져옵니다.
PS C:\> Get-ScannerConfiguration
OnlineConfiguration : On
ReportLevel : Info
LogLevel : Trace
Cluster : contoso-test
SqlInstance : localhost\sqlexpress
DatabaseName : AIPScannerUL_contoso-test
Cloud : Commercial
이 명령은 Microsoft Purview Information Protection 스캐너에 대한 현재 PowerShell 구성 설정을 가져옵니다.
이 예제에서 출력은 스캐너가 온라인 구성에 대한 기본 구성, 정보 보고서 수준 및 추적의 로깅 수준을 사용하고 있음을 보여 줍니다. 클러스터 이름, SQL instance 및 데이터베이스 이름이 나열되고 클라우드 유형은 Commercial입니다.
입력
None
출력
System.Object