CoreView enables administrators to manage Microsoft 365 environments more efficiently with custom actions powered by the Microsoft Graph API. The integration of the Microsoft Graph PowerShell SDK within CoreView lets you create custom scripts that can be executed as management actions or as part of workflows.
As of March 31, 2025, all legacy Azure AD (AzureAD module) and MSOnline PowerShell cmdlets have been retired by Microsoft. These cmdlets are no longer supported and have ceased functioning.
All custom actions and scripts in CoreView must now use Microsoft Graph PowerShell cmdlets.
For official guidance, refer to: Find Azure AD and MSOnline cmdlets in Microsoft Graph PowerShell.
Before submitting your first custom action using the Graph API, please contact CoreView support to enable this module for your tenant if it is not already active.
After enablement, follow our step-by-step guide to configure Graph Management.
For every script that uses the Microsoft Graph API in CoreView, you must invoke the following function as the first line:
This command refreshes your authentication token so that PowerShell Graph commands can execute securely and successfully within CoreView.
As of now, any scripts, custom actions, or automations using AzureAD or MSOnline cmdlets will fail. Immediate action is required: