Description:
I created some Python scripts for ClearPass. The scripts can be found on Github. There are several directories:
- config: contains the parameters to authenticate against ClearPass and acquire an access token;
- general_scripts: some general configuration scripts, like a Password Generator script or Date/Time script;
- guests: scripts for adding or deleting guest accounts. I created a script to add guest accounts via a CSV file and print the most important information to a Guest Pass in Word format;
- localusers: scripts for adding or deleting local user accounts;
First of all, I would like to thank Tim Cappalli for the ClearPass Authentication scripts!!

Scripts:
A special thanks to Tim Cappalli for the ClearPass Authentication scripts!!