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