Set-DPMGlobalProperty
设置 DPM 安装的全局属性。
语法
Set-DPMGlobalProperty
[[-DPMServerName] <String>]
-IsNetworkChecksumRequired <Boolean>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-DPMGlobalProperty
[[-DPMServerName] <String>]
-TruncateSharePointDbLogs <Boolean>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-DPMGlobalProperty
[[-DPMServerName] <String>]
-LibraryRefreshInterval <Int32>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-DPMGlobalProperty
[[-DPMServerName] <String>]
-AllowLocalDataProtection <Boolean>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-DPMGlobalProperty
[[-DPMServerName] <String>]
-ExchangeSCRProtection <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-DPMGlobalProperty
[[-DPMServerName] <String>]
-RegisteredWriters <Guid[]>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-DPMGlobalProperty
[[-DPMServerName] <String>]
-ConsiderForAutoDeployment <Boolean>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-DPMGlobalProperty
[[-DPMServerName] <String>]
-MaxCapacityForClientAutoDeployment <Int32>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-DPMGlobalProperty
[[-DPMServerName] <String>]
-KnownVMMServers <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-DPMGlobalProperty
[[-DPMServerName] <String>]
-HyperVPagefileExclusions <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-DPMGlobalProperty
[[-DPMServerName] <String>]
-DPMStorageVolumeExclusion <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Set-DPMGlobalProperty cmdlet 设置 System Center - Data Protection Manager (DPM) 安装的全局属性。
示例
示例 1:排除页面文件 VHD
PS C:\>Set-DPMGlobalProperty -DPMServerName "Contoso-DPMServer" -HyperVPagefileExclusions "*_pagefile.vhd"
此命令排除所有受保护的 VHD,其中包含名为 Contoso-DPMServer 的服务器上的字符串 _pagefile.vhd。
示例 2:使用通配符表达式排除排除 VHD
PS C:\>Set-DPMGlobalProperty -DPMServerName "Contoso-DPMServer" -HyperVPagefileExclusions "*_pagefile.vhd,*mypgf*.vhd*"
此命令不包括名称中包含字符串 mypgf 和 pagefile.vhd 的 VHD 文件。
示例 3:删除所有 VHD 排除项
PS C:\>Set-DPMGlobalProperty -DPMServerName "Contoso-DPMServer" -HyperVPagefileExclusions ""
此命令通过为 HyperVPagefileExclusions 参数指定空列表来删除所有现有排除项。
示例 4:从 DPM 可用的卷中排除
PS C:\>Set-DPMGlobalProperty -DPMServerName "Contoso-DPMServer" -DPMStorageVolumeExclusion "F:,C:\MountPoint1"
此命令排除 F:\ 和 C:\MountPoint1 作为存储卷提供给 DPM。
参数
-AllowLocalDataProtection
指示 DPM 服务器是否可以保护其安装所在的同一台计算机上的数据源。
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Confirm
在运行 cmdlet 之前,提示你进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ConsiderForAutoDeployment
指示是否考虑 DPM 服务器进行客户端保护。
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DPMServerName
指定此 cmdlet 对其执行操作的 DPM 服务器的名称。
类型: | String |
Position: | 1 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DPMStorageVolumeExclusion
指定要从 DPM 作为存储目标可用的卷和装入点的名称。 若要指定多个卷或装入点的名称,请单独列出它们,用逗号分隔。 适用的 SC 2016 DPM UR4 及更高版本。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ExchangeSCRProtection
指定 Microsoft Exchange Server 备用连续复制 (SCR) 服务器的名称。 若要指定多个服务器的名称,请单独列出它们,用逗号分隔。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-HyperVPagefileExclusions
指定要从firstref_virtualname数据源的备份作业中排除的虚拟硬盘(VHD)页文件的名称。 若要指定多个 VHD 页文件的名称,请单独列出它们,用逗号分隔。 此参数还接受通配符值。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-IsNetworkChecksumRequired
指示是否应用校验和来验证通过网络传输的数据。
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-KnownVMMServers
指定vmm12sp1_long服务器,该服务器与 DPM 通信以提供对虚拟机移动方案的支持。 如果指定此参数,DPM 将存储 vmm12short 服务器信息,并配置其服务以与 vmm12short 通信。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-LibraryRefreshInterval
指定用于收集有关共享库信息的刷新间隔。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-MaxCapacityForClientAutoDeployment
指定 DPM 服务器可以保护的最大客户端计算机数。 设置此值以确保 DPM 通过在指定 ConsiderForAutoDeployment 参数来启用自动部署时保护合理的客户端计算机数。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-RegisteredWriters
仅供内部使用。
类型: | Guid[] |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-TruncateSharePointDbLogs
指示是否在复制期间截断 SharePoint 数据库日志。
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示 cmdlet 运行时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |