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