MICROSOFT365

Enable Claude on Copilot Researcher Agent

Enable Claude on Copilot Researcher Agent

Hi All,

Last Week was the Ignite Conference - the biggest Conference from Microsoft. And a lot of new Announcements where made.

I’ve seen Pictures of the M365 Copilot Researcher Agent with Claude LMM - but that’s a Function the Global Admin has to enable first.

Note: Your admin must allow access to Anthropic AI models in the Microsoft 365 admin center before you can use Claude in Researcher. Anthropic AI models are hosted outside of Microsoft and subject to Anthropic Terms and Data handling.

New Microsoft 365 Apps Icons are now consistent

New Microsoft 365 Apps Icons are now consistent

Hi All,

Microsoft has annouced their Refesh on the Microsoft 365 Apps Icons on first October.

Summary by copilot:

Microsoft has refreshed its Microsoft 365 iconography to reflect a deeper shift in design philosophy. Moving from rigid shapes to fluid, dynamic forms and vibrant colors, the update signals a transition from tool-centric design to outcome-driven experiences. These icons embody simplicity, approachability, and motion—inviting collaboration between humans and AI. The redesign emphasizes connection and coherence, not just visually, but through seamless, intelligent workflows across the Microsoft ecosystem. It’s a subtle yet powerful symbol of how design adapts to an era where intent and context guide user experiences

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

Microsoft.Graph PowerShell Modules 2.30.0 released

Microsoft.Graph PowerShell Modules 2.30.0 released

Hi All,

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

Release Notes

  • [v2] Manually update openApi docs
  • [v2] Examples Update
  • [v2] TokenLifetimePolicies are now referenceable through ServicePrinciples

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

Controlling Guest Access to your M365 Groups / Teams

Controlling Guest Access to your M365 Groups / Teams

Hi All,

Recently a collegue at work made me aware of the following Article, that describes how you can prevent Guest Users to M365/Teams. You can configure that on Tenant Level or on individual M365 Group Level.

PowerShell

Let’s check out these Settings with PowerShell

###############################################################################
# Connect Microsoft Graph
###############################################################################
Connect-MgGraph -Scopes GroupSettings.ReadWrite.All, Group.ReadWrite.All, User.Read.All -NoWelcome

Microsoft Purview Information Protection client 3.1.310.0

Microsoft Purview Information Protection client 3.1.310.0

Hi All,

Recently i have been stumbled upon a new Version of the Microsoft Purview Information Protection client

Installation of the *.msi file

Started the Information Protection Viewer client

List commands from the PowerShell Module PurviewInformationProtection

Get-Command -Module PurviewInformationProtection

Regards
Andres Bohren

M365 Logo

Security Logo

Microsoft.Graph PowerShell Modules 2.29.1 released

Microsoft.Graph PowerShell Modules 2.29.1 released

Hi All,

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

Release Notes

  • not yet released

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

Uninstalling the old Microsoft.Graph Modules.

Microsoft.Graph PowerShell Modules 2.29.0 released

Microsoft.Graph PowerShell Modules 2.29.0 released

Hi All,

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

Release Notes

  • Remove WindowsPrivacyAccessControl from module generation
  • fix specific directive files
  • [v2] Weekly OpenApiDocs Refresh

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

WhiteboardAdmin 1.13.6 PowerShell Module released

WhiteboardAdmin 1.13.6 PowerShell Module released

Hi All,

A few days ago, Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery.

The Release Notes does not give a lot of insights

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

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource WhiteboardAdmin -Scope CurrentUser
Find-PSResource WhiteboardAdmin

Uninstalling the Modules with Uninstall-PSResource failed again.