options for same settings across company (GPO?)
Hello,
My wish would be to roll out the software including settings for the entire company
e.g.
- password length for suggested passwords
- autolock.onDeviceLock
- autolock.minutes
I tried a lot and found C:\Users\User1\AppData\Local\1Password\settings\settings.json
but probably the authtags are encrypted and individual on each PC, so I can't just copy this file?
{
"version": 1,
"browsers.extension.enabled": true,
"security.autolock.onDeviceLock": true,
"security.clipboard.clearAfter": true,
"appearance.interfaceDensity": "comfortable",
"updates.updateChannel": "PRODUCTION",
"security.autolock.minutes": 1,
"authTags": {
"appearance.interfaceDensity": "*",
"browsers.extension.enabled": "*",
"security.autolock.minutes": "*",
"security.autolock.onDeviceLock": "*",
"security.clipboard.clearAfter": "*",
"updates.updateChannel": "*"
}
}
Do you have any idea how I can distribute identical configurations? Thanks!
Tobias