Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Generating Certificates using Powershell

$
0
0

So I have a dev environment that requires me to generate certificates for 500+ users. I have auto enrollment turned on and it works but I don't want to login to 500+ user accounts in order to generate the certificate. I am looking to use Powershell to step through User1..User500 and request a certificate using the template and then export the generated certificates to a singular certificate store on the local machine. I'm kind of at a loss because I have not used Powershell to generate certificates before and I'm unfamiliar with using loops  to have the script work through all the user accounts. I'm hoping someone can point me in the right direction.


Viewing all articles
Browse latest Browse all 6937

Trending Articles