The next step is to request a certificate and assign that certificate to the server. This can be done in a single command.
LCSCmd /Cert /Action:Request /OU:<organizational unit>
/Org:<organization> /sn:<FQDN of the pool>
/country:<country> /city:<city> /state:<spelled-out
state name> /assign:True /ca:<certification authority in the
format computer name\service name>
Here as an example with sample input provided.
LCSCmd /Cert /Action:Request /OU:Marketing /Org:contoso
/sn:Pool01.contoso.com /country:US /city:Redmond /state:Washington
/assign:True /ca:dc.contoso.com\contoso-CA
Note: |
---|
This command assumes the Enterprise CA is online. The CA must be in the list of trusted root CAs. |