I'm using migrationwiz to migrate some users and i need to grant admin privileges
using this script
Get-Mailbox -ResultSize Unlimited | Add-MailboxPermission -AccessRights FullAccess -Automapping $false -User admin@domain.com
I'd like to know how to apply this specificusers in a CSV file.
thanks