42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
##################################################
|
|
## ____ ___ ____ _____ _ _ _____ _____ ##
|
|
## / ___/ _ \| _ \| ____| | \ | | ____|_ _| ##
|
|
## | | | | | | |_) | _| | \| | _| | | ##
|
|
## | |__| |_| | _ <| |___ _| |\ | |___ | | ##
|
|
## \____\__\_\_| \_\_____(_)_| \_|_____| |_| ##
|
|
## Move fast and fix things. ##
|
|
##################################################
|
|
## Project: Elysium ##
|
|
## File: ElysiumSettings.txt ##
|
|
## Version: 1.1.0 ##
|
|
## Support: support@cqre.net ##
|
|
##################################################
|
|
|
|
# KHDB Settings
|
|
###############
|
|
storageAccountName =
|
|
containerName =
|
|
sasToken =
|
|
|
|
# Application Settings
|
|
######################
|
|
InstallationPath=
|
|
ReportPathBase=Reports
|
|
WeakPasswordsDatabase=khdb.txt
|
|
# CheckOnlyEnabledUsers=true
|
|
|
|
# Notes:
|
|
# - Required PowerShell modules: DSInternals, ActiveDirectory, Az.Storage (for upload).
|
|
# - AD account permissions: Replication Directory Changes and Replication Directory Changes All
|
|
# on the domain (DCSync-equivalent) are sufficient; full Domain Admin not required.
|
|
|
|
# Domain Settings
|
|
#################
|
|
# Domain 1 (domain1.local)
|
|
Domain1Name=domain1.local
|
|
Domain1DC=xxx.rdm.cz
|
|
|
|
# Domain 2 (domain2.com)
|
|
Domain2Name=domain2.com
|
|
Domain2DC=yyy.st.sk
|