Manual migration process Exchange Mailbox to O365
AD power Shell
$users=Get-content C:\removeexchange\users4.txt
Foreach($user in $users){
get-aduser $user| set-aduser -clear msExchMailboxGuid,msexchhomeservername,legacyexchangedn,mail,mailnickname,msexchmailboxsecuritydescriptor,msexchpoliciesincluded,msexchrecipientdisplaytype,msexchrecipienttypedetails,msexchumdtmfmap,msexchuseraccountcontrol,msexchversion
}
Text File C:\removeexchange\users4.txt
Update the name
No comments:
Post a Comment