MS GRAPH

Microsoft.Graph PowerShell Modules 2.35.1 released

Microsoft.Graph PowerShell Modules 2.35.1 released

Hi All,

A a day ago, Microsoft has released the Version 2.35.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.

No Release Notes have been published but you can review the Commit History

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser
Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser
Find-PSResource -Name Microsoft.Graph
Find-PSResource -Name Microsoft.Graph.Beta

Microsoft.Graph PowerShell Modules 2.35.0 released

Microsoft.Graph PowerShell Modules 2.35.0 released

Hi All,

A a day ago, Microsoft has released the Version 2.35.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.

No Release Notes have been published but you can review the Commit History

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser
Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser
Find-PSResource -Name Microsoft.Graph
Find-PSResource -Name Microsoft.Graph.Beta

Exchange Online Message Trace Support Using Graph API Preview

Exchange Online Message Trace Support Using Graph API Preview

Hi All,

A few days ago Microsoft has released Information about Graph API Support for Message Trace. The Article is not very detailed so i had to invest some time to make it work.

It’s more or less the Graph API equivalent of Exchange Online Message Trace V2

Graph Explorer

I started first with the Graph Explorer and the URL below

New Microsoft Purview Roles in Entra

New Microsoft Purview Roles in Entra

Hi All,

Microsoft is rolling out three new Entra admin roles for Microsoft Purview to strengthen security when Purview interacts with Microsoft 365 services such as Exchange, SharePoint, OneDrive, and Teams.

New Entra Admin Roles:

  • Purview Workload Content Reader
  • Purview Workload Content Writer
  • Purview Workload Content Administrator

The key point of these new roles is that Microsoft explicitly notes an admin should not directly assign them to users. These roles are managed through Purview role assignments. Any manual assignment in Entra will be overwritten by Purview.

Microsoft MCP Server for Enterprise (Preview)

Microsoft MCP Server for Enterprise (Preview)

Hi All,

Over Christmas i’ve read about the “Microsoft MCP Server for Enterprise” that is currently in Preview

Setup

There is good Guidance on how to set it up here:

You will need to install the Microsoft.Entra.Beta PowerShell Module

Install-PSResource -Name Microsoft.Entra.Beta -Scope CurrentUser

Connect to Entra

Connect-Entra -Scopes 'Application.ReadWrite.All', 'Directory.Read.All', 'DelegatedPermissionGrant.ReadWrite.All'

Microsoft.Graph PowerShell Modules 2.34.0 released

Microsoft.Graph PowerShell Modules 2.34.0 released

Hi All,

A day ago, Microsoft has released the Version 2.34.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.

No Release Notes have been published but you can review the Commit History

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser
Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser
Find-PSResource -Name Microsoft.Graph
Find-PSResource -Name Microsoft.Graph.Beta

Microsoft.Graph PowerShell Modules 2.33.0 released

Microsoft.Graph PowerShell Modules 2.33.0 released

Hi All,

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

No Release Notes have been published but you can review the Commit History

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser
Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser
Find-PSResource -Name Microsoft.Graph
Find-PSResource -Name Microsoft.Graph.Beta

PSMSALNet 0.1.3 has been released

PSMSALNet 0.1.3 has been released

Hi All,

A few hours ago, a new version of PSMSALNet has been released

-PowerShell Gallery PSMSALNet 0.1.3

I’ve checked the GitHub Pull Request

  • Added Kusto audience as non custom audience for the Resource Parameter

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery.

Get-InstalledPSResource -Name PSMSALNet -Scope CurrentUser
Find-PSResource -Name PSMSALNet

Uninstall the Module with PSResourceGet failed.

Microsoft.Graph PowerShell Modules 2.32.0 released

Microsoft.Graph PowerShell Modules 2.32.0 released

Hi All,

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

Release Notes

There is no description, only the Changelog

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser
Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser
Find-PSResource -Name Microsoft.Graph
Find-PSResource -Name Microsoft.Graph.Beta

Microsoft.Graph PowerShell Modules 2.31.0 released

Microsoft.Graph PowerShell Modules 2.31.0 released

Hi All,

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

Release Notes

Seems like the onPremesisSync Properies where missing

  • Include users.onPremesisSync
  • Include groups.onPremesisSync

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser
Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser
Find-PSResource -Name Microsoft.Graph
Find-PSResource -Name Microsoft.Graph.Beta