ISSUE When Attempting to start the User Profile Synchronization service in Central Administration, the service goes into a starting state for a couple of minutes and then stops, usual this happens because of permissions (DB
Continue ReadingCategory: Microsoft
Archive Option Missing from O365 Migrated user
You may notice after you have migrated an Exchange 20032007 On-Premise user to O365 Exchange Online that the Archive Feature is not avalible. to enable the feature please run though the following steps To
Continue ReadingRemote Mailbox Move Bad Message Failure Troubleshooting in O365
$Cred = Get-Credential When Prompted enter the following: User: <enter> Password: <enter> $Session = New-PSSession –ConfigurationName Microsoft.Exchange –ConnectionUri https://ps.outlook.com/powershell/ -Credential $Cred –Authentication Basic –AllowRedirection Import-PSSession $Session –allowclobber $remotecred = Get-Credential New-MoveRequest -Remote -RemoteHostName ‘autodiscover.ics.net’ -RemoteCredential
Continue Reading