Extract Permission Dump Exchange Onpremise
Sharing a quickly written powershell solution to extract the permissions dump from Exchange onpremise enviornment. This dump will than be used by project management team to create migration sets for...
View ArticleExchange Online and Automapping
You have seen that exchange 2010 has introduced the feature called auto-mapping where mailboxes get auto mapped to outlook when full mailbox permissions are granted. We have seen issues with this...
View ArticleExchange Remote Hosted Archives
For one of our customers we are using a process to migrate the PST from EntepriseVault to archives on Exchange online. The process that we are following till now is : Migrate the Exchange mailbox to...
View ArticleBulk Room Mailboxes Creation
Sharing a Script that you can use in your environment to streamline rooms creation process. What script does is take the input from CSV file & than do below: Create Exchange account Modify AD...
View ArticleUse EVPM to disable multiple archives
Sharing a method that can be used when you are doing office 365 migrations & you want to disable /ZAP multiple archives. Disabling the archives using GUI method is cumbersome & can take a lot...
View ArticleExport PST for multiple users from Particular Folder
Sharing this script that can be used in case of mergers/seprations where you need to export data from multiple users mailboxes. It reads the input from CSV file — email & networkid(samaccount...
View ArticleAuto Reply multiple Users
Sharing a script that I created recently while working on a project where the requirement was to set auto reply for hundereds of users. We need to notify their future address & also want that...
View ArticleShared Mailbox Creation
Sharing a script that we have written to create Shared mailboxes. You can customize it as per your needs. This script is a great example of using DSMOD/DSADD in powershell. It does plenty of things ,...
View ArticleStellar Exchange Toolkit
Today lets get our hands dirty on one of the Vendor software “Stellar Exchange Toolkit“. Initial thoughts after looking at the software was that its handy & cost effective (single software is...
View ArticleMystery of Dynamic Distribution Lists Exchange Hybrid
Today, I am sharing a situation where we had to tweak the Hybrid solution to make existing Dynamic Distribution lists utilized in one of the customer Environment. As office 365/Exchange online...
View ArticleOffice 365 groups Write back without Azure AD Premium
As discussed in previous post on Office 365 group that there are customer requirements where they want that on-premise users should be able to send email to office 365 groups but they need Group...
View ArticleEnable/Disable ActiveSync based on AD group membership
As We have marched towards the New Year so thought of sharing something different that will make you think –> yes there are distinct ways to solve the same problem. The Script that I am sharing...
View ArticleEmail Address Change Monitor
This Script has been Written to fullfil one of the App Team request, Here is the requirement: For any user if Primary SMTP address changes, a notification to be sent to them. Alert notification should...
View ArticleADD additional SMTP Email Address Exchange Hybrid
When you run Hybrid Wizard for setting up Exchange onpremise to Exchange online integration, one of the step –> updates the email address policy to include alias@domain.mail.microsoft.com. This...
View ArticleChange ActiveSync Policy Based on AD group
There has been a requirement that we need to change the policy of certain users & need to automate the process based on AD group. We have written below script to do this job, this script uses QAD...
View ArticleHow to identify who accessed mailboxes in Exchange 2010
Introduction In large organizations mailboxes may be accessed by a number of people besides the owners – including delegates and administrators. Because of this, proper auditing of mailbox access needs...
View Articleoffice 365 Hybrid email Routing
As engaged with office 365 migration therefore I am learning more & more about office 365 and one of the interesting topic is email routing to & from exchange online /on-premise. There are two...
View ArticleKernel for Exchange Server Recovery
This week I was reviewing the recovery software for Exchange environment & I can say that “Kernel for Exchange Server Recovery” is one of the best /economical software. By using this software you...
View ArticleMailbox Move Agent
Sharing a script that I named as Mailbox agent, it is a package of 3 scripts: 1-SubmitMailBoxMoveRequests.ps1 2-ResumeMailBoxMove.ps1 3-ClearCompleteMailBoxMove.ps1 These we used during mailbox moves...
View ArticleDAG Creation Installation Notes
Today I am sharing the brief notes that you can refer for creating the Database Availability Group for Exchange Environment. We have used it for 2010 environment – win 2008 r2sp1 (changed to make it...
View Article