다음을 통해 공유


Get-ScannerContentScan

Microsoft Purview Information Protection 스캐너 콘텐츠 검사 작업에 대한 세부 정보를 가져옵니다.

구문

Default (기본값)

Get-ScannerContentScan

Description

콘텐츠 검색 작업에 대해 구성된 모든 매개 변수의 전체 목록을 반환합니다.

콘텐츠 검사 작업에 대한 자세한 내용은 Microsoft Purview Information Protection 스캐너를 참조하세요.

예제

예제 1: PowerShell에서 정의한 콘텐츠 검색 작업 설정

PS C:\WINDOWS\system32> Get-ScannerContentScan

Schedule                : Manual
DiscoverInformationTypes: All
RecommendedAsAutomatic  : False
EnableDlp               : Off
Enforce                 : On
LabelFilesByContent     : On
RelabelFiles            : Off
AllowLabelDowngrade     : Off
EnforceDefaultLabel     : Off
DefaultLabelType        : PolicyDefault
DefaultLabelId          :
DefaultOwner            : Scanner
RepositoryOwner         :
PreserveFileDetails     : On
IncludeFileTypes        :
ExcludeFileTypes        : .lnk,.exe.,.com,.cmd,.bat,.dll,.ini,.sca,.drm,.sys,.cpl,.inf,.drv,.dat,.tmp,.msp,.msi,.pdb,.jar,.ocx,.rtf,.rar,.msg
Repositories:
c:\repoToScan1
c:\repoToScan2

이 예제에서는 PowerShell을 통해 콘텐츠 검색 작업을 구성한 경우의 샘플 명령 및 응답을 보여 줍니다.

예제 2: PowerShell에서 정의한 콘텐츠 검색 작업 설정

PS C:\WINDOWS\system32> Get-ScannerContentScan

Schedule                : Manual
DiscoverInformationTypes: PolicyOnly
RecommendedAsAutomatic  : False
EnableDlp               :
Enforce                 :
LabelFilesByContent     :
RelabelFiles            :
AllowLabelDowngrade     :
EnforceDefaultLabel     :
DefaultLabelType        :
DefaultLabelId          :
DefaultOwner            :
RepositoryOwner         :
PreserveFileDetails     :
IncludeFileTypes        :
ExcludeFileTypes        :
Repositories:
c:\repoToScan1

이 예제에서는 파일을 가져오거나 Microsoft Purview 규정 준수 포털 사용하여 콘텐츠 검사 작업을 구성한 경우 샘플 명령 및 응답을 보여 줍니다. 이 경우 개별 콘텐츠 검색 작업 매개 변수는 적용되지 않으며 값을 반환하지 않습니다.

입력

None

출력

System.Object