Set-DPMCredentials
为不受信任的域中的计算机配置身份验证。
语法
Set-DPMCredentials
[[-DPMServerName] <String>]
[-Type] <AuthenticationType>
[-Action] <Action>
[-OutputFilePath] <String>
[[-Thumbprint] <String>]
[[-AuthCAThumbprint] <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Set-DPMCredentials cmdlet 为 System Center - Data Protection Manager (DPM) 的计算机配置基于证书的身份验证,以保护不受信任的域中的计算机。
示例
示例 1:使用新证书配置身份验证
PS C:\>Set-DPMCredentials -DPMServerName "Dpmserver.Contoso.com" -Type Certificate -Action Configure -OutputFilePath "C:\CertMetaData\" -Thumbprint "cf822d9ba1c801ef40d4b31de0cfcb200a8a2496"
此命令为名为 Dpmserver.Contoso.com 的 DPM 服务器配置身份验证。 该命令在文件夹 C:\CertMetaData\ 中创建一个文件,其名称CertificateConfiguration_<DPM-server-FQDN>.bin。
示例 2:使用重新生成的配置文件配置身份验证
PS C:\>Set-DPMCredentials -DPMServerName "Dpmserver.Contoso.com" -Type Certificate -OutputFilePath "C:\CertMetaData\" -Action Regenerate
此 cmdlet 通过在文件夹 C:\CertMetaData 中重新生成丢失的配置文件来配置名为 Dpmserver.Contoso.com 的 DPM 服务器。
参数
-Action
指定要执行的操作。
此参数的可接受值为:
- 配置。 使用新证书。
- 再生。 重新生成输出元数据文件。
类型: | Action |
接受的值: | Configure, Regenerate |
Position: | 3 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-AuthCAThumbprint
指定证书信任链中认证机构的指纹。 如果未指定此参数,DPM 将使用 Root 值。
类型: | String |
Position: | 6 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Confirm
在运行 cmdlet 之前,提示你进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DPMServerName
指定此 cmdlet 对其执行操作的 DPM 服务器的名称。
类型: | String |
Position: | 1 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-OutputFilePath
指定输出文件的位置。 通过使用 Set-DPMServer 工具完成 DPM 服务器上的保护代理的配置来指定此路径。
类型: | String |
Position: | 4 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Thumbprint
指定在搜索证书时要使用的指纹。 如果将“配置”指定为 操作 参数的值,则必须指定此参数。
类型: | String |
Position: | 5 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Type
指定此 cmdlet 添加的凭据类型。 此参数仅接受值 Certificate。
类型: | AuthenticationType |
接受的值: | Certificate |
Position: | 2 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示 cmdlet 运行时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |