#################################################################################################### # Digital Data Configuration File (Template Date: 30.07.2016) # # UTF-8 Coding required! # # incl. FailSafe functions that are active when information is missing. # #################################################################################################### #==================================================================================================# ########################################## General Setup ########################################### #==================================================================================================# #################################################################################################### # Path in which the log files will be stored. # # Example: E:\LogFiles\ # # FailSafe Setting is: # #################################################################################################### LogPath = #################################################################################################### # Numerical value how long (in days) log files will be kept. ValidateRange is 0 - 1000 # # Value of 0 disables the delete function completely. # # FailSafe Setting is: 60 # #################################################################################################### LogFileKeepTime = 3 #################################################################################################### # Name or IP-Adress of the windream Server. # # Server connection will be tested via ICMP before the windream Session will be tested, # # if a value is set. If no value is set, Test will be skipped. # # Example: dms-server.fqdn.local # #################################################################################################### ConnectionTest = #################################################################################################### # Set the User Interface Language. Please check for existing .psd1 File in the Localized Subfolder.# # If you did not set this Option, Script will retrive the current Language itself. # # Example: de-de # # FailSafe Setting is: en-us # #################################################################################################### UICultureForce = #################################################################################################### # Numerical value how many Reconnect Trys will be done if windream Connection is lost. # # Example: 10 # # FailSafe Setting is: 5 # #################################################################################################### windreamClientRestartTrys = 10 #==================================================================================================# ########################################## Impersonation ########################################### #==================================================================================================# #################################################################################################### # To use the windream Impersonation Login Methode, you have to set the windream Server Name. # # For Impersonation Login all four Settings must be set, otherwise Standard Login will be used. # # Example: windream-DB01 # #################################################################################################### windreamServer = #################################################################################################### # To use the windream Impersonation Login Methode, you have to set the Windows Domain. # # For Impersonation Login all four Settings must be set, otherwise Standard Login will be used. # # Example: WindowsDomain.local # #################################################################################################### windreamDomain = #################################################################################################### # To use the windream Impersonation Login Methode, you have to set the windream User Name. # # For Impersonation Login all four Settings must be set, otherwise Standard Login will be used. # # Example: UserName # #################################################################################################### windreamUserName = #################################################################################################### # To use the windream Impersonation Login Methode, you have to set the windream User Password. # # For Impersonation Login all four Settings must be set, otherwise Standard Login will be used. # # Example: UserPassword # #################################################################################################### windreamUserPassword =