BulkToken.psm1
# Load settings . "$PSScriptRoot\Configuration.ps1" Read-Configuration # Set supported TLS methods [Net.ServicePointManager]::SecurityProtocol = Get-Setting -Setting "SecurityProtocol" $logo=@" __________ .__ __ ___________ __ \______ \__ __| | | | __ \__ ___/___ | | __ ____ ____ | | _/ | \ | | |/ / | | / _ \| |/ // __ \ / \ | | \ | / |_| < | |( <_> ) <\ ___/| | \ |______ /____/|____/__|_ \ |____| \____/|__|_ \\___ >___| / \/ \/ \/ \/ \/ __________ ___________________ \______ \___.__. / _____/\______ \ | | _< | | \_____ \ | ___/ | | \\___ | / \ | | |______ // ____| /_______ / |____| \/ \/ \/ "@ Write-Host $logo -ForegroundColor Yellow #Export-ModuleMember -Function $Public.Basename |