8
0
Skriptentwickung/test/Test-withNewModul.ps1
2024-01-24 16:42:38 +01:00

14 lines
1.0 KiB
PowerShell
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Remove-Variable -Name *
$error.clear()
cls
#failsafe
Set-Variable -Name logpath -Value "E:\LogFiles\$ScriptName" -Scope global
$conffile = "P:\Skriptentwickung\development\Set-MailStoreUserArchives\Set-MailStoreUserArchives_Settings.ini"
Import-Module P:\Skriptentwickung\development\Modules\Read-ConfigFile2.psm1 -Force
cls
$ConfigFileTable = Read-ConfigFile2 -ConfigFile $conffile -RemoveMaskingOfConfigLinesValueSeparator #-ConfigLabels Logpath, LocalDomain #-ConfigLinesDelimiter MailStore
exit