MS GRAPH

Microsoft.Graph PowerShell Modules 2.22.0 released

Microsoft.Graph PowerShell Modules 2.22.0 released

Hi All,

A few Hors ago, Microsoft has released the Version 2.22.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.

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.md - fix example indent by @mmascolino

Microsoft.Graph PowerShell Modules 2.21.1 released

Microsoft.Graph PowerShell Modules 2.21.1 released

Hi All,

A few Hors ago, Microsoft has released the Version 2.21.1 of Microsoft.Graph and Microsoft.Graph.Beta Modules.

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.

Microsoft.Graph PowerShell Modules 2.21.0 released

Microsoft.Graph PowerShell Modules 2.21.0 released

Hi All,

A few Hors ago, Microsoft has released the Version 2.21.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.

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.

Office 365 Management Activity API

Office 365 Management Activity API

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:

Entra App

I’ve created an Entra Application. You need to note down:

Microsoft.Graph PowerShell Modules 2.20.0 released

Microsoft.Graph PowerShell Modules 2.20.0 released

Hi All,

A few Hors ago, Microsoft has released the Version 2.20.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.

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!: replaces project bot token task by official one
  • remove label waiting for author feedback if issue closes
  • Disable blank issue template

Microsoft.Graph.Entra PowerShell Module in Preview

Microsoft.Graph.Entra PowerShell Module in Preview

Hi All,

Recently there has been released the Microsoft.Graph.Entra PowerShell Module in Preview

Introducing the Microsoft Entra PowerShell module

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.Graph.Beta Module