Seanmcavinue.net

Get Teams Notifications for Office 365 Service Health Issues

WEBRetrieve a Graph API Access Token in Power Automate. To authenticate from Power Automate, an application registration is needed. I’ve detailed creating an app reg and granting permissions in the past so check out this article to get that set up. To access the Service Health information, make sure to add the ServiceHealth.Read.All …

Actived: 7 days ago

URL: https://seanmcavinue.net/2021/08/04/get-teams-notifications-for-office-365-service-health-issues/

Viewing Windows Release Health in the Microsoft 365 Admin Center

WEBWhen reviewing the health status of Windows 10 release to locate known issues, release notes and fixes, the Windows Release Health is a fantastic resource and contains detailed information on the various Windows releases and what we may need to know about each when approaching an update.. In a great quality of life improvement, …

Category:  Health Go Health

Study Guide Series: Exam MS-500

WEBOn 04/01/2021 By sean mcavinue In Azure AD, Microsoft 365, MS-500, Study Guide. This post is part of the overall MS-500 Exam Study Guide. Links to each topic as they are posted can be found here. This post will cover the following exam topics listed under the “Implement role-based access control (RBAC)” section:

Category:  Health Go Health

Configure Teams Direct Routing, Simple Deployment via …

WEBA massive amount of organizations are delving into Teams even deeper and assessing the calling functionality as a replacement for their existing phone system. Of the different ways of implementing Teams calling, Direct Routing seems to be the standard for large organizations. The flexibility afforded through Direct Routing is exactly what is …

Category:  Health Go Health

Sean McAvinue – Modern Workplace Blog

WEBOn 10/07/202310/07/2023 By sean mcavinue In Compliance, Purview Leave a comment. Connecting valuable HR data to Microsoft Purview The Microsoft Purview HR Data Connector is a nice way to integrate key data, external to Microsoft 365, into your Microsoft Purview solutions. The Data Connector is a key component of Insider Risk Management …

Category:  Health Go Health

How To Use Microsoft 365 Productivity Score To Drive …

WEBEnable the Productivity Score. The first step to understand how Microsoft 365 tools are used in your organization is to enable the tool. This can be done from the Microsoft 365 Admin Center by navigating to ‘Reports’ -> ‘Productivity Score’. From here, we can enable the tool, this might take up to 24 hours to finish, then we can start

Category:  Health Go Health

Manage and Monitor Microsoft Defender ATP

WEBOn 13/01/2021 By sean mcavinue In Microsoft 365, MS-500, Study Guide. This post is part of the overall MS-500 Exam Study Guide. Links to each topic as they are posted can be found here. Note: Microsoft Defender ATP has recently been renamed Microsoft Defender for Endpoint. This post will refer to it using the new name but the exam may contain

Category:  Health Go Health

Study Guide Series – Exam MS-700: Managing Microsoft Teams

WEBOn 03/01/2022 By sean mcavinue In Microsoft Teams, MS-700, Study Guide. In it’s relatively short history, Microsoft Teams has quickly become one of the main focal points in Microsoft 365 deployments. By brining together functionality from across the platform into a single interface where users can collaborate on multiple levels, Teams

Category:  Health Go Health

Configuring Exchange Online Advanced Delivery to Allow …

WEBRunning regular Phishing Simulations in your environment is a great way to keep up user awareness and vigilance and help them to identify common phishing attacks and malicious email. In a previous post I have detailed the process of using the awesome Microsoft Defender for Office 365 Attack Simulation tool. If you are licensed for…

Category:  Health Go Health

Study Guide Series: Exam MS-700

WEBThis post is part of the overall MS-700 Exam Study Guide. Links to each topic as they are posted can be found here.. In the previous post in this series, I explained how Teams can be configured to work with different VDI environments and some of the considerations associated with deploying Teams for VDI. In this post I will cover the …

Category:  Health Go Health

Performing a Staged Rollout of Cloud Authentication in Office 365 …

WEBEnable Staged Rollout. Next, to enabled staged rollout for the group we created, open Azure AD and navigate to “AD Connect” -> “Enable staged rollout for managed user sign-in”. From here you can enable the features you want and specify the security group that your created previously as shown in Figure 3. Figure 3: Enable …

Category:  Health Go Health

Study Guide Series: Exam MS-700 – Identify licensing …

WEBThis post is part of the overall MS-700 Exam Study Guide. Links to each topic as they are posted can be found here. In this section I will go through the following topics relating to licensing planning for Microsoft Teams. Identify required licensing for compliance featuresIdentify appropriate licensing for advanced lifecycle management of …

Category:  Health Go Health

Using Azure KeyVault to Secure Graph API Automation Scripts

WEBConfigure an Automation Account. The first step is to create the first Automation Account. This can be created in the Azure Portal, make sure to enable the option to “Create Azure Run As Account”. This identity will be used to access KeyVault. Check out Figure 1 for an example from an upcoming post where I will be using this …

Category:  Health Go Health

Implementing Privileged Access Management on Server

WEBImplementing Privileged Access Management on Server 2016/2019: Part 1 - Setting up the Privileged Domain This is the second post in a series which will go through setting up Privileged Access Management on Server 2016/2019. in this post we will configure the SharePoint component of Microsoft Identity Manager. *As I am using a lab …

Category:  Health Go Health

Study Guide Series: Exam MS-500

WEBOn 22/12/2020 By sean mcavinue In Azure AD, Microsoft 365, MS-500, Study Guide. This post is part of the overall MS-500 Exam Study Guide. Links to each topic as they are posted can be found here. Once we have AD Connect installed and configured, it’s important to monitor the synchronization service for errors.

Category:  Health Go Health

OneDrive File Structure and Sharing Report

WEBOn 27/11/2020 By sean mcavinue In Graph API, Powershell. I’ve previously posted a PowerShell script I put together to report the file and folder structure in OneDrive. This script used PowerShell and Graph API to loop through all files and folders and output the information to a CSV. I’ve recently had a requirement to add to that script, I

Category:  Health Go Health

Planner Tenant to Tenant Migration Tool – Sean McAvinue

WEBConnect to the tenants. The first thing we need to do is connect to our source tenant. In the “Source App ID” and “Source Tenant ID”, enter the client ID of the application registration we created earlier and the directory ID of the source tenant respectively. Hit “Connect” and you will see a device code output to the PowerShell

Category:  Health Go Health

Send Azure AD Guest User Invitations via Graph API

WEBOnce we have all this information, we can import the function by running: import-module <Filepath to PS1 file>\graph-Send-GuestInvitation.ps1. Once imported, we can run our function with the below command: SendGuestInvitation -UserEmail <Guest user email> -ClientSecret <Your Client Secret> -ClientID <Your Client ID> -TenantID <Your …

Category:  Health Go Health