Get-ScannerConfiguration
Microsoft Purview Information Protection 스캐너에 대한 구성 설정을 가져옵니다.
구문
Default (기본값)
Get-ScannerConfiguration
Description
Get-ScannerConfiguration cmdlet은 Microsoft Purview Information Protection 스캐너에 대한 구성 설정을 가져옵니다.
Import-ScannerConfiguration을 실행하는 경우 이 작업은 구성을 오프라인으로 전환하도록 스캐너를 자동으로 구성합니다. 따라서 파일에서 설정을 가져온 후 이 Get-ScannerConfiguration cmdlet을 실행하면 OnlineConfiguration 에 Off가 표시됩니다.
예제
예제 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 인스턴스 및 데이터베이스 이름이 나열되고 클라우드 유형은 상업용입니다.
예시 2: 구성된 클러스터 레벨 기능 검토 (미리보기)
PS C:\> Get-ScannerConfiguration
OnlineConfiguration : On
ReportLevel : Info
LogLevel : Trace
Cluster : contoso-test
SqlInstance : localhost\sqlexpress
DatabaseName : AIPScannerUL_contoso-test
Cloud : Commercial
Features : {CustomReporting: True (Source: PowerShell)}
각 구성된 기능에 대해 Features 라인은 현재 상태와 어떤 서피스가 설정했는지 — PowerShell인지 Microsoft Purview 포털인지—를 보여줍니다. 구성되지 않은 기능은 표시되지 않으며 기본 상태를 사용합니다.
자세한 내용은 스캐너 기능 제어(미리 보기)를 참조하세요.