Forum Discussion
KevinSmith
Oct 26, 2021Copper Contributor
PowerShell function calling itself is loopy
I'm terrible at PowerShell. But, I'm writing a PS script to add the distinguishedName of specific users more easily to the authOrig attribute in AD. If you aren't familiar, you can't just modify t...
AndySvints
Oct 26, 2021Iron Contributor
Hello KevinSmith,
Please look into this solution/approach:
It sounds pretty similar to what you are trying to accomplish.
Add-DLSentPermission -DLName "Project management" -User andrew_svintsitskyGroup "Project Management" contain another group "logmein" user will be allowed to send emails to both of those groups.
Hope that helps.