Intune – Export MAM Devices Report

Sharing this Powershell spell to extract the report from INTUNE for MAM devices. Our Intune team requires a report to be extracted for MAM where users are using Outlook. This solution has been written which is based on Intune PowerShell Module. Prerequisites: Intune PowerShell Module. Azure AD PowerShell Module Download the script from below and change…

Extract Report – Azure AD Privileged Identity Management – Part 2

As promised in the last post https://techwizard.cloud/2019/10/08/extract-report-azure-ad-privileged-identity-management-part-1/, I am back with PowerShell Spell to extract the report of admins from Azure AD Privileged Identity Management. As this can be done thru Graph API only so things that we require are : Register APP in Azure AD with delegated permissions Graph Module https://github.com/markekraus/PSMSGraph MSonline Module  Lets…

Automate move the New mailboxes to Cloud

Another day another Spell 🙂   We have migrated majority of our users and resource mailboxes to office 365. All new user mailboxes are now directly enabled on the cloud using Enable-Remotemailbox cmdlet from our identity management system. Question now is, what about shared mailboxes, rooms and equipment mailboxes that are still created OnPrem by…