Help using a file for input
Hello everybody, I am currently using this script to automate a process, the problem, is it only processes one user at a time.
Add-MailboxPermission -Identity “USERNAME” -User “sa_sourceone” -AccessRights FullAccess -InheritanceType All -AutoMapping $false
I would like to pull in entries from a text file for the USERNAME field so I can process more than one at a time.
Any help would be appreciated,
Thanks.
Hello everybody, I am currently using this script to automate a process, the problem, is it only processes one user at a time. Add-MailboxPermission -Identity “USERNAME” -User “sa_sourceone” -AccessRights FullAccess -InheritanceType All -AutoMapping $false I would like to pull in entries from a text file for the USERNAME field so I can process more than one at a time. Any help would be appreciated,Thanks. Read More