As the title says, does anyone have a Script to report permissions on all folders and services?
Solved! Go to Solution.
I was able to modify an existing script that was published on AGS Online as the ServerAdminToolkit. I used the listServices.py script and modified to fit my needs. The script now gets all ArcGIS server folders and services and writes the names and permissions of each to a csv file. I will use this to periodically check permissions to meet an auditing requirment. Here is a copy of the script in case anyone else has a use for this.
Does "folders" refer to file-based data, or folders within ArcGIS Server?
Folders inside AGS sever that contain my published services.
I was able to modify an existing script that was published on AGS Online as the ServerAdminToolkit. I used the listServices.py script and modified to fit my needs. The script now gets all ArcGIS server folders and services and writes the names and permissions of each to a csv file. I will use this to periodically check permissions to meet an auditing requirment. Here is a copy of the script in case anyone else has a use for this.
I'm sure I could use it, thanks!