Categories
News Software Technical

PowerShell for Office 365

Hiya; Have you moved into Office 365? Oh you did! Then you are already aware of all the fun things you can do and some of the ones you can’t without the use of powershell commands Thankfully Microsoft and the Office 365 team have released a new site titled PowerShell for Office 365 which targets Office 365 […]

Categories
How-To Technical

Office 365: Convert Mailbox to Shared Mailbox after Cutover Migration

When performing a cut-over migration the Exchange attribute indicating that the mailbox was a shared mailbox is lost. To correct this I have done the following steps: List out all of the shared mailboxes form my on-premises Exchange and export them into a CSV file. Get-Mailbox -ResultSize Unlimited -RecipientTypeDetails SharedMailbox | Select UserPrincipalName | Export-Csv […]

Categories
How-To Software Technical

Azure Active Directory Module for Windows Powershell – How to Connect

I recently needed to use this and well; I’m learning as I go. So one of the tasks I needed to do in O365 was to delete a user.  This required me to use Azure AD PowerShell. Fist step was simple.  Install Windows Azure Active Directory Module for Windows PowerShell onto a system. Next was […]