Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/sql-server-2008/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Powershell 证书映射域网帐户_Powershell_Remote Access_Winrm - Fatal编程技术网

Powershell 证书映射域网帐户

Powershell 证书映射域网帐户,powershell,remote-access,winrm,Powershell,Remote Access,Winrm,我想添加一个证书映射条目,如下所示: winrm create winrm/config/service/certmapping?Issuer=1212131238d84023982e381f20391a2935301923+Subject=*.example.com+URI=* @{UserName="USERNAME";Password="PASSWORD"} 但是如何使用域用户作为用户名和密码呢?这可能吗?如何配置

我想添加一个证书映射条目,如下所示:

  winrm create winrm/config/service/certmapping?Issuer=1212131238d84023982e381f20391a2935301923+Subject=*.example.com+URI=* @{UserName="USERNAME";Password="PASSWORD"}
但是如何使用域用户作为用户名和密码呢?这可能吗?如何配置