Exchange

The action ‘Set-DistributionGroup’, ‘RequireSenderAuthenticationEnabled’, can’t be performed on the object ‘[Your Distribution Group]’ because the object is being synchronized from your on-premises organization. This action should be performed on the object in your on-premises organization. Today I was trying to reset the password for one AWS account. We are using…

Hi this is my easy way to export all mailboxes to PST on the Exchange servers. Step1: We have to give our user permission to EXPORT mailboxes. New-ManagementRoleAssignment -role “Mailbox Import Export” -User OUR_USER Step2: Please create folder where you want to save PST files. Step3: Export user names. Get-mailbox|…

Most of our clients are moving to Office 365. I found out that sometimes is really difficult to remove Public Folders. This is easy way to solve it is use ADSI-Edit. Exchange 2010 Open ADSI-Edit and got to configuration Navigate to this path: CN=Configuration,DC=DOMAIN,DC=LOCAL CN=Services CN=Microsoft Exchange CN=EXCHANGE_ORG CN=Administrative Groups…