The Automated Admin
Database of automated Administration utilities.
Install
Domino console command to install this app on your server:
tell Genesis install autoadmin
Install in MyAccount (for Prominic customers only)
Source code
Automated utilities:
- What agents a user has signed (useful when deleting a developer's ID)
- What databases are full-text indexed
- What person docs have ID files attached
- What databases do not have an Administration server set
- What databases aren't listed in the DB Catalog
- What databases are missing the Administrator ACL
- Find out which users have local replicas of their mail file
- Find out which users have a local replica of ANY database
- Track who has clicked the button code you have sent them
Version: 1.0.0
{
"title": "The Automated Admin v${version} (OpenNTF)",
"versionjson": "${versionjson}",
"config":
{
"version": "${version}"
},
"steps": [
{
"title": "--- Step 1. Download file ---",
"files": [
{"from": "${baseurl}/0/${docid}/$FILE/autoadmin.nsf", "to": "${directory}/autoadmin.nsf"}
]
},
{
"title": "--- Step 2. Sign database ---",
"databases": [
{
"action": "update",
"filePath": "autoadmin.nsf",
"sign": true
}
]
},
{
"title": "--- Step 3 (final). Completed ---",
"messages": ["You have installed The Automated Admin v${version} (OpenNTF)"]
}
]
}