8
0

Anlage des Repos

This commit is contained in:
2024-01-24 16:42:38 +01:00
commit 38d6a271c4
1785 changed files with 3051496 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
#PowerShell Data File
#Language Data File for "Test-windreamConnectivity" Script
#Language: de-de | UTF8 coded!
#Digital Data
#Ludwig-Rinn-Strasse 16
#35452 Heuchelheim
#Tel.: 0641 / 202360
#E-Mail: info@didalog.de
#Version Number: 1.0.0.0
#Version Date: 04.01.2017
ConvertFrom-StringData @"
MessageBoxBody1_1=Möchten Sie prüfen lassen, ob die Verbindung zu windream funktioniert?
MessageBoxBody1_2=Sollte dieser Test fehlschlagen, wird automatisch versucht die Verbindung wiederherzustellen (
MessageBoxBody1_3=Versuch(e) insgesamt).
MessageBoxTitle1_1=ScriptName:
MessageBoxTitle1_2=- Module/Section: pre Connection Test
MessageBoxBody2_1=Die Verbindung muss nicht wiederhergestellt werden, sie besteht bereits!
MessageBoxBody3_1=Nach
MessageBoxBody3_2=Wiederherstellungsversuch(en), ist windream wieder erreichbar!
MessageBoxBody4_1=Der Zähler für die Wiederherstellungsversuche funktioniert nicht, aber windream wieder erreichbar!
MessageBoxTitle2_1=ScriptName:
MessageBoxTitle2_2=- Module/Section: Connection Test
MessageBoxBody5_1=Wiederherstellungsversuch ist fehlgeschlagen, windream ist nach wie vor nicht erreichbar!
MessageBoxBody5_2=Bitte wenden Sie sich an Ihren Administrator!
MessageBoxBody5_3=Dieser sollte folgende Log-Datei prüfen:
MessageBoxBody6_1=Nach
MessageBoxBody6_2=Wiederherstellungsversuch(en), ist windream immer noch nicht erreichbar!
MessageBoxBody6_3=Bitte wenden Sie sich an Ihren Administrator!
MessageBoxBody6_4=Dieser sollte folgende Log-Datei prüfen:
MessageBoxBody7_1=Der Zähler für die Wiederherstellungsversuche funktioniert nicht, windream ist nach wie vor nicht erreichbar!
MessageBoxBody7_2=Bitte wenden Sie sich an Ihren Administrator!
MessageBoxBody7_3=Dieser sollte folgende Log-Datei prüfen:
MessageBoxTitle3_1=ScriptName:
MessageBoxTitle3_2=- Module/Section: Connection Test
"@

View File

@@ -0,0 +1,41 @@
#PowerShell Data File
#Language Data File for "Test-windreamConnectivity" Script
#Language: nl-nl
#Digital Data
#Ludwig-Rinn-Strasse 16
#35452 Heuchelheim
#Tel.: 0641 / 202360
#E-Mail: info@didalog.de
#Version Number: 1.0.0.0
#Version Date: 04.01.2017
ConvertFrom-StringData @"
MessageBoxBody1_1=Wil je de beschikbaarheid van windream testen?
MessageBoxBody1_2=Als de test niet succesvol is, zal er geprobeerd worden om de windream componenten opnieuw te starten (maximaal
MessageBoxBody1_3=pogingen).
MessageBoxTitle1_1=ScriptName:
MessageBoxTitle1_2=- Module/Section: pre Connection Test
MessageBoxBody2_1=Geen herstart poging(en) benodigd, windream werkt nog steeds!
MessageBoxBody3_1=Na
MessageBoxBody3_2=Windream herstart poging(en) werkt windream weer naar behoren!
MessageBoxBody4_1=Het lijkt erop alsof ik Dyscalculie heb, maar Windream werkt dus alles is goed!
MessageBoxTitle2_1=ScriptName:
MessageBoxTitle2_2=- Module/Section: Connection Test
MessageBoxBody5_1=Geen windream herstart poging(en) mogelijk, windream werkt nog steeds niet!
MessageBoxBody5_2=Contacteer de systeembeheerder voor verdere hulp!
MessageBoxBody5_3=Hij kan de logfile bekijken:
MessageBoxBody6_1=Na
MessageBoxBody6_2=windream herstart poging(en) werkt windream helaas nog niet!
MessageBoxBody6_3=Contacteer de systeembeheerder voor verdere hulp!
MessageBoxBody6_4=Hij kan de logfile bekijken:
MessageBoxBody7_1=Het lijkt erop alsof ik Dyscalculie heb, maar windream werkt niet dus niets is goed!
MessageBoxBody7_2=Contacteer de systeembeheerder voor verdere hulp!
MessageBoxBody7_3=Hij kan de logfile bekijken:
MessageBoxTitle3_1=ScriptName:
MessageBoxTitle3_2=- Module/Section: Connection Test
"@

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,45 @@
@ECHO OFF
TITLE DIGITAL DATA - Run all files in directory with current permissions
ECHO -
ECHO Batch Script
ECHO Run all files in directory with current permissions
ECHO -
ECHO Digital Data
ECHO Ludwig-Rinn-Strasse 16
ECHO 35452 Heuchelheim
ECHO Tel.: 0641 / 202360
ECHO E-Mail: info@didalog.de
ECHO -
ECHO Version 1.0.0.0
ECHO Date: 13.08.2015
ECHO -
ECHO Program Startup %date% at %time:~0,8% oclock, on %computername%.
REM --------------------------------------------------------------
REM ------------------------set variables-------------------------
REM --------------------------------------------------------------
setlocal enableextensions
SET DIRECTORY="%cd%"
SET FILEEXTENSION=*.ps1
SET COUNT=0
REM --------------------------------------------------------------
REM ---------------------Program 1 / Script 1---------------------
REM --------------------------------------------------------------
FOR /F "tokens=*" %%f in ('dir /S /b %FILEEXTENSION%') do (ECHO %%f && set /a count+=1)
ECHO -
ECHO Found %count% File(s) with File Extension %FILEEXTENSION% in Directory:
ECHO %DIRECTORY%.
ECHO -
ECHO Running this/them now, with your permissions!
FOR /F "tokens=*" %%f in ('dir /S /b %FILEEXTENSION%') do (PowerShell.exe -Command "& {Start-Process PowerShell.exe -WindowStyle hidden '-ExecutionPolicy Bypass -File "%%f"'}")
ECHO -
ECHO This Window will close in:
#timeout /T 10
endlocal
exit

View File

@@ -0,0 +1,39 @@
Version 1.2.0.0 - 04.01.2017
NEW: - Multilanguage Support (en, de, nl) for Message Boxes (only in interactive mode).
FIX: -
CHG: - Exception in case, no windream Client was found.
REM: -
-------------------------------------------------------------------------------
Version 1.1.0.2 - 02.12.2016
NEW: - Help text for calling this Script with a Parameter
- New Version of Module "Start-windreamSession-withLogging" will automatically map the windream Drive,
if not connected but configured in wmcc Server Selector.
FIX: -
CHG: - Script will exit, if one or more external Functions couldnt be loaded.
REM: -
-------------------------------------------------------------------------------
Version 1.1.0.0 - 30.11.2016
NEW: - Initial check (MSGBox Yes/No) whether the windream Connectivity Test,
should be started (only in interactive mode).
FIX: -
CHG: -
REM: -
-------------------------------------------------------------------------------
Version 1.0.0.0 - 21.11.2016
NEW: -
FIX: -
CHG: -
REM: -
-------------------------------------legend------------------------------------
NEW: = Added a new functionality
FIX: = Fixed a Issue with existing functionality
CHG: = Changed a existing functionality
REM: = Removed a functionality
-------------------------------------------------------------------------------

View File

@@ -0,0 +1,45 @@
@ECHO OFF
TITLE DIGITAL DATA - Run all files in directory with current permissions
ECHO -
ECHO Batch Script
ECHO Run all files in directory with current permissions
ECHO -
ECHO Digital Data
ECHO Ludwig-Rinn-Strasse 16
ECHO 35452 Heuchelheim
ECHO Tel.: 0641 / 202360
ECHO E-Mail: info@didalog.de
ECHO -
ECHO Version 1.0.0.0
ECHO Date: 13.08.2015
ECHO -
ECHO Program Startup %date% at %time:~0,8% oclock, on %computername%.
REM --------------------------------------------------------------
REM ------------------------set variables-------------------------
REM --------------------------------------------------------------
setlocal enableextensions
SET DIRECTORY="%cd%"
SET FILEEXTENSION=*.ps1
SET COUNT=0
REM --------------------------------------------------------------
REM ---------------------Program 1 / Script 1---------------------
REM --------------------------------------------------------------
FOR /F "tokens=*" %%f in ('dir /S /b %FILEEXTENSION%') do (ECHO %%f && set /a count+=1)
ECHO -
ECHO Found %count% File(s) with File Extension %FILEEXTENSION% in Directory:
ECHO %DIRECTORY%.
ECHO -
ECHO Running this/them now, with your permissions!
FOR /F "tokens=*" %%f in ('dir /S /b %FILEEXTENSION%') do (PowerShell.exe -Command "& {Start-Process PowerShell.exe -WindowStyle hidden '-ExecutionPolicy Bypass -File "%%f" -argOperationMode "interactive"'}")
ECHO -
ECHO This Window will close in:
#timeout /T 10
endlocal
exit

View File

@@ -0,0 +1,70 @@
####################################################################################################
# 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\<ScriptName> #
# FailSafe Setting is: <ScriptPath> #
####################################################################################################
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
####################################################################################################
# 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 =