你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Add-ScannerRepository
将存储库添加到Microsoft Purview 信息保护扫描程序内容扫描作业。
语法
Add-ScannerRepository
-Path <String>
[-OverrideContentScanJob <OnOffEnum>]
[-EnableDlp <OnOffEnum>]
[-Enforce <OnOffEnum>]
[-LabelFilesByContent <OnOffEnum>]
[-RelabelFiles <OnOffEnum>]
[-AllowLabelDowngrade <OnOffEnum>]
[-EnforceDefaultLabel <OnOffEnum>]
[-DefaultLabelType <DefaultLabelType>]
[-DefaultLabelId <Guid>]
[-DefaultOwner <String>]
[-RepositoryOwner <String>]
[-PreserveFileDetails <OnOffEnum>]
[-IncludeFileTypes <String>]
[-ExcludeFileTypes <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
为要扫描的内容扫描作业添加存储库。
示例
示例 1 使用配置的内容扫描作业设置添加新存储库
PS C:\WINDOWS\system32> Add-ScannerRepository -Path 'c:\repoToScan'
此示例使用内容扫描作业的当前设置将 repoToScan 存储库添加到内容扫描作业。
示例 2 添加新存储库,重写内容扫描作业的当前设置
PS C:\WINDOWS\system32> Add-ScannerRepository -Path 'c:\repoToScan' -OverrideContentScanJob On -Enforce On -DefaultOwner 'ms@gmail.com'
本示例将 repoToScan 存储库添加到内容扫描作业,覆盖当前配置的内容扫描作业设置。
示例 3 添加新存储库,不包括.msg和.tmp文件
PS C:\WINDOWS\system32> Add-ScannerRepository -Path 'c:\repoToScan' -OverrideContentScanJob On -IncludeFileTypes '' -ExcludeFileTypes '.msg,.tmp'
此示例定义一个内容扫描作业,该作业包括除.msg和.tmp文件之外的所有文件类型。
参数
-AllowLabelDowngrade
确定内容扫描作业是否允许标记降级操作。
仅当以下参数设置为 on 时才相关 :
- OverrideContentScanJob
- RelabelFiles
类型: | OnOffEnum |
接受的值: | On, Off |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Confirm
提示你在运行 cmdlet 之前进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultLabelId
定义使用默认标签自动标记内容时使用的默认标签的 ID。
如果 DefaultLabelType 参数设置为 custom,则是必需的。
仅当 OverrideContentScanJob 参数设置为 on 时才相关。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultLabelType
确定使用默认标签自动标记内容时使用的默认标签的类型。
使用时,使用 DefaultLabelId 参数定义要用作默认 ID 的标签 ID。
仅当 OverrideContentScanJob 参数设置为 on 时才相关。
类型: | DefaultLabelType |
接受的值: | None, PolicyDefault, Custom |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultOwner
使用帐户电子邮件地址定义用于扫描的文件的默认所有者值。 默认情况下,这是扫描程序帐户。
仅当 OverrideContentScanJob 参数设置为 on 时才相关。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-EnableDlp
确定内容扫描作业在扫描内容时是否使用 Microsoft Purview 数据丢失防护 (DLP) 敏感度信息类型。
提示
如果配置此参数,可能还需要使用 RepositoryOwner 参数配置特定的存储库所有者。
仅当 OverrideContentScanJob 参数设置为 on 时才相关。
类型: | OnOffEnum |
接受的值: | On, Off |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Enforce
确定内容扫描作业是否根据策略强制执行内容扫描和标记。
仅当 OverrideContentScanJob 参数设置为 on 时才相关。
类型: | OnOffEnum |
接受的值: | On, Off |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-EnforceDefaultLabel
确定重新标记内容时是否始终使用默认标签。
仅当以下参数设置为 on 时才相关 :
- RelabelFiles
- OverrideContentScanJob
类型: | OnOffEnum |
接受的值: | On, Off |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ExcludeFileTypes
确定在内容扫描作业期间忽略的任何文件类型。 使用逗号分隔的列表定义多个文件类型。
如果定义此参数,请将 IncludeFileTypes 参数定义为 null。 例如,请参阅上面的 示例 3 。
仅当 OverrideContentScanJob 参数设置为 on 时才相关。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-IncludeFileTypes
显式确定内容扫描作业扫描的文件类型。 使用逗号分隔的列表定义多个文件类型。
如果定义此参数,请将 ExcludeFileTypes 参数定义为 null。 例如,请参阅上面的 示例 3 。
仅当 OverrideContentScanJob 参数设置为 on 时才相关。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-LabelFilesByContent
确定是启用或禁用“ 基于内容标签文件 ”扫描作业选项。
仅当 OverrideContentScanJob 参数设置为 on 时才相关。
类型: | OnOffEnum |
接受的值: | On, Off |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-OverrideContentScanJob
确定此存储库的设置是否替代为内容扫描作业定义的设置。
如果设置为 “开”,请使用其他参数定义要替代的任何设置。
类型: | OnOffEnum |
接受的值: | On, Off |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Path
定义要添加到内容扫描作业的存储库的路径。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-PreserveFileDetails
确定在扫描和自动标记时是否保留文件详细信息,包括修改日期、上次修改日期和由设置修改的日期。
仅当 OverrideContentScanJob 参数设置为 on 时才相关。
类型: | OnOffEnum |
接受的值: | On, Off |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RelabelFiles
确定是否允许内容扫描作业重新标记文件。
仅当 OverrideContentScanJob 参数设置为 on 时才相关。
类型: | OnOffEnum |
接受的值: | On, Off |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RepositoryOwner
指定 SAMAccountname (domain\user) 、UPN (user@domain) 或拥有存储库的组的 SID。
如果匹配的 DLP 规则更改了对文件的权限,则所有者将被授予对文件的完全控制权限。
仅当以下参数设置为 on 时才相关。
- OverrideContentScanJob
- EnableDlp
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示运行该 cmdlet 时会发生什么情况。 此 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
System.Object