Hi All,
A few Hors ago, Microsoft has released the Version 2.23.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.24.0 PowerShell Gallery Microsoft.Graph.Beta 2.24.0 Release Notes
[v2] Weekly OpenApI Docs Refresh [v2] Examples Update Corrected example 5 title by @msewaweru Adds AutoRest directives to remove over generated cmdlets Fixes subsequent failures after first successful Invoke-MgGraphRequest run when using national cloud environments Updated example to remove mentions of Global admin by @msewaweru I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
Last December i have created an Azure Automation Runbook that checks weekly if there are changes in the Microsoft 365 Service Plans of my Tenant.
As you can see it works fine and informed me on Friday that a new Serviceplan “GRAPH_CONNECTORS_SEARCH_INDEX” has been added to all Licenses.
Keep Track of new ServicePlans in M365 Licenses In the Microsoft 365 Admin Portal it looks like this
What are Graph Connectors?
Hi All,
A few Years ago i wrote an Article on how to Grant Access to a Entra App in Sharepoint to upload Files to a SharePoint Site with PnP.PowerShell
Upload file to SharePoint Online with PnP.PowerShell I wanted to do the same thing and there is a big red bar on top, that informs about the Azure ACS Retirement in April 2026.
Starting April 2, 2026, Azure Access Control service (ACS) usage will be retired for SharePoint in Microsoft 365 and users will no longer be able to create or use Azure ACS principals to access SharePoint.
Hi All,
A few Hors ago, Microsoft has released the Version 2.23.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.23.0 PowerShell Gallery Microsoft.Graph.Beta 2.23.0 Release Notes
[v2] Weekly OpenApiDocs Refresh Bump autorest submodule [v2] Examples Update Migration to ESRP V5 I am using the new PSResourceGet here instead of the PowerShellGet commands.
I’ve changed the Scope from “AllUsers” to “CurrentUser” in this Article - with that you don’t need to Run PowerShell as Administrator anymore.
Hi All,
A few Hors ago, Microsoft has released the Version 2.22.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.22.0 PowerShell Gallery Microsoft.Graph.Beta 2.22.0 Release Notes
[v2] Weekly OpenApiDocs Refresh [v2] Examples Update Adds beta version to docker file Introduces BusinessScenario and BackupRestore modules Updates ModulesMapping.json file Open Api tags for Network Access Module Updates Invoke-MgGraphRequest cmdlet to handle responses of text/plain content types Update Reset-MgUserAuthenticationMethodPassword.md by @tajaber Update New-MgBetaSecurityAuditLogQuery.
Hi All,
A few Hors ago, Microsoft has released the Version 2.21.1 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.21.1 PowerShell Gallery Microsoft.Graph.Beta 2.21.1 Release Notes
fix: adds workflow to publish docker image fix: removes arm64v8 and armv7 platforms from docker since upstream image doesn’t seem to support it I am using the new PSResourceGet here instead of the PowerShellGet commands.
I’ve changed the Scope from “AllUsers” to “CurrentUser” in this Article - with that you don’t need to Run PowerShell as Administrator anymore.
Hi All,
A few Hors ago, Microsoft has released the Version 2.21.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.21.0 PowerShell Gallery Microsoft.Graph.Beta 2.21.0 Release Notes
[v2] Weekly OpenApiDocs Refresh [v2] Examples Update Upgrades Moq version to 4.20.70, Microsoft.Graph.Core to 3.1.13 and Microsoft.PowerShell.SDK to 7.4.3 Resets graph environment session to its original state Adds parameter descriptions in script cmdlets Update Set-MgUserPhotoContent.md by @Agazoth I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
In my previous Article Query M365 Audit Log i have compared Search-UnifiedAuditLog with the Preview Microsoft.Graph API.
I did not cover the Management Activity API - i will cover that now in this Article.
More Information:
Office 365 Management Activity API reference Microsoft 365 Compliance audit log activities via O365 Management API - Part 1 Microsoft 365 Compliance audit log activities via O365 Management API - Part 2 Entra App I’ve created an Entra Application.
Hi All,
A few Hors ago, Microsoft has released the Version 2.20.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.20.0 PowerShell Gallery Microsoft.Graph.Beta 2.20.0 Release Notes
[v2] Weekly OpenApiDocs Refresh Metadata changes detection Bump Azure.Identity from 1.11.0 to 1.11.4 in /src/Authentication/Authentication.Core Fix Metadata breaking change detection workflow Fix bug when populating command alias value in command metadata JSON updates code of conduct to the latest standard update author feedback label Update language and project on issues and PRs Remove outdated auto-add-project workflow file chore!
Hi All,
Recently there has been released the Microsoft.Graph.Entra PowerShell Module in Preview
Introducing the Microsoft Entra PowerShell module
Microsoft.Graph.Entra Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check the Version from the PowerShell Gallery and install the Module
Find-PSResource Microsoft.Graph.Entra -Prerelease Install-PSResource Microsoft.Graph.Entra -Prerelease -Scope CurrentUser Get-InstalledPSResource Microsoft.Graph.Entra -Scope CurrentUser List the Commands of the Module
Get-Command -Module Microsoft.Graph.Entra It’s not yet Part of the Microsoft.