From 3f288b848dfd85fac515287dfdc9c3f7d28f224c Mon Sep 17 00:00:00 2001 From: Oddvar Moe Date: Fri, 28 Jun 2024 13:09:43 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9902087..0a6d254 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,12 @@ Example output: ``` UPN:mail.user1@company.com,Phone:None,Smtp:{'SMTP:mail.user1@company.com', 'smtp:user1_alias@company.com'},Sip:None UPN:mail.user2@company.com,Phone:999-999-9999,Smtp:{'smtp:mail.user2@company.onmicrosoft.com', 'SMTP:mail,user2@company.com'},Sip:{'SIP:mail,user2@company.com'} -``` \ No newline at end of file +``` + +### generate-udl.ps1 +A super simple PowerShellscript to generate UDL files. Takes a list of email addresses and outputs UDL files. +Remember to change the following variables inside the script: +$serveraddress +$path +$userfilepath +$prefixudl