User guide and description
Located at github.com/koder101/InstallCertificate_OnMultipleVMs
- Unattended installation of certificates on domain joined machines/servers.
- Includes the validation post certificate installation.
- Password protected
.pfx
certificates can be installed. - Generates the log of installation activity and also includes any failures.
- Clone the project to your local.
- Open and configure the
InstallCertificate.ps1
file. - Only configure values under the headers
VARIABLES to configure
. - Run the Script and provide the certificate password on run time.
- Check for the messages on screen and in the logs having name
cert-bulkimport_yyyy-MM-dd_HH-mm-ss.log
andcert-bulkimport_yyyy-MM-dd_HH-mm-ss.csv
.
- All the machines should be domain joined.
- The current supported certificate is
.pfx
with password. - It uses
PsExec.exe
(32-bit) to trigger the remote script. If facing issues, try withPsExec64.exe
(64-bit) version available here
Contributions are welcome!
- Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
- Fork the repository to start making your changes to the master branch (or branch off of it).
- I recommend to prepare a test which shows that the bug was fixed or that the feature works as expected.
- Send a pull request and bug the maintainer until it gets merged and published. 😃
Have some questions? Found a bug? Create new issue.
This tool is released under the MIT license. See LICENSE for details.