Request a server certificate from the Austin CAs via PowerShell

  1. Log into a system joined to the Austin Active Directory where the system has permissions to request a certificate from the desired template

  2. Start an administrative PowerShell session then modify and run the following: 

    $cert_url = <FQDN for the certificate>
    $cert_san = @("<FQDN for certificate SAN #1>","<FQDN for certificate SAN #2>",...)
  3. In the same administrative PowerShell session, run one of the following:

Request a user certificate from the Austin CAs via PowerShell

  1. Log into a system joined to the Austin Active Directory as a user with permissions to request a certificate from the desired template
  2. Start an administrative PowerShell session then run one of the following: