我想使用 powershell 创建一个模板,但我似乎无法弄清楚如何Minimum Supported CA
为模板设置一个。我永远无法弄清楚如何复制模板,只需创建一个新模板。
我的代码如下
$temp = ([ADSI]"LDAP://RootDSE".ConfigurationNamingContext
$ADSI = [ADSI]"LDAP://CN=Certificate Templates,CN=Public Key Services, CN=Services,$config"
$temp = $ADSI.Create("pKICertificateTemplate","CN=Web Server 2008-2")
$temp.put("distinguishedName","CN=Web Server 2008-2,CM=Certificate Template,CN=Public Key Services,CN=Services.$Config)
$temp.SetInfo()
这可以创建一个实际的模板,但我希望使用Windows Server 2008 Enterprise
作为创建模板Minimum Supported CAs