Microsoft365

Customize M365 Profile Card

Customize M365 Profile Card

Andres Bohren
Hi All, Recently i have stumbled across the following Article on how to extend the M365 Profile card with custom Entra ID Attributeds Add or remove custom attributes on a profile card using the profile card API You can only use the following Attributes UserPrincipalName Fax StreetAddress PostalCode StateOrProvince Alias and customAttribute1 customAttribute2 customAttribute3 customAttribute4 customAttribute5 customAttribute6 customAttribute7 customAttribute8 customAttribute9 customAttribute10 customAttribute11 customAttribute12 customAttribute13 customAttribute14 customAttribute15 In Graph Explorer we can check the current Profile Card Properties
Microsoft.Graph PowerShell Modules 2.11.1 released

Microsoft.Graph PowerShell Modules 2.11.1 released

Andres Bohren
Hi All, I noticed today, that Microsoft has released the Version 2.11.1 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.11.1 PowerShell Gallery Microsoft.Graph.Beta 2.11.1 Read more in the Release Notes Fixes double encoding bug in Invoke-MgGraphRequest I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource Microsoft.Graph -Scope AllUsers Get-InstalledPSResource Microsoft.Graph.Beta -Scope AllUsers Find-PSResource Microsoft.Graph Find-PSResource Microsoft.Graph.Beta Uninstalling the old Microsoft.
Microsoft.Graph PowerShell Modules 2.11.0 released

Microsoft.Graph PowerShell Modules 2.11.0 released

Andres Bohren
Hi All, Yesterday Microsoft has released the Version 2.11.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.11.0 PowerShell Gallery Microsoft.Graph.Beta 2.11.0 Read more in the Release Notes It’s surprising that in the GitHub Repository there is still no Release visible I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource Microsoft.Graph -Scope AllUsers Get-InstalledPSResource Microsoft.Graph.Beta -Scope AllUsers Find-PSResource Microsoft.
Microsoft Graph CLI v1.0.0 is now GA

Microsoft Graph CLI v1.0.0 is now GA

Andres Bohren
Hi All, A few days ago Microsoft has released Microsoft Graph CLI v1.0.0 as GA Blog Microsoft Graph CLI v1.0.0 is now generally available Downloads Windows: https://aka.ms/get/graphcli/latest/win-x64.zip Linux: https://aka.ms/get/graphcli/latest/linux-x64.zip macOS xarm64: https://aka.ms/get/graphcli/latest/osx-arm64.zip macOS x64: https://aka.ms/get/graphcli/latest/osx-x64.zip The Download is a ZIP File that contains the mgc.exe I’ve extracted the mgc.exe to C:\GraphCLI Login .\mgc.exe login You need to open the device Login Page in the Browser and add the Code from the Promt
Keep Track of new ServicePlans in M365 Licenses

Keep Track of new ServicePlans in M365 Licenses

Andres Bohren
Hi All, During the last couple Months, there have been several M365 Licenses added and activated for all Users. For Example: Avatars for Teams Copilot (formerly known as Bing Chat Enterprise) Clipchamp I was thinking about, how to Monitor the Licenses in the Tenant for new ServicePlans associated to the Licences. So i decided to add the ServicePlans to the Script i’ve already had #Connect-MgGraph Write-Output "Connect-MgGraph" Connect-MgGraph -Scopes User.ReadWrite.All, Directory.
WhiteboardAdmin 1.11.1 PowerShell Module released

WhiteboardAdmin 1.11.1 PowerShell Module released

Andres Bohren
Hi All, Yesterday Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery. PowerShell Gallery WhiteboardAdmin 1.11.1 Release Notes: Internal fixes to improve performance and reliability I am using the new PSResourceGet here instead of the PowerShellGet commands. Check what Version of the Module is installed and what is available from the PowerShell Gallery. Get-InstalledPSResource WhiteboardAdmin -Scope AllUsers Find-PSResource WhiteboardAdmin Uninstall the old Version and install the new Version
Microsoft.Graph PowerShell Modules 2.10.0 released

Microsoft.Graph PowerShell Modules 2.10.0 released

Andres Bohren
Hi All, Today Microsoft has released the Version 2.10.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.10.0 PowerShell Gallery Microsoft.Graph.Beta 2.10.0 Read more in the Release Notes It’s surprising that in the GitHub Repository there is still no Release visible I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource Microsoft.Graph -Scope AllUsers Get-InstalledPSResource Microsoft.Graph.Beta -Scope AllUsers Find-PSResource Microsoft.
Microsoft.Graph PowerShell Modules 2.9.1 released

Microsoft.Graph PowerShell Modules 2.9.1 released

Andres Bohren
Hi All, Yesterday Microsoft has released the Version 2.9.1 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.9.1 PowerShell Gallery Microsoft.Graph.Beta 2.9.1 Note: Release Notes have not yet updated. I will update it as soon as it’s available Read more in the Release Notes Refreshes the SDK with the latest APIs I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery
Microsoft.Graph PowerShell Modules 2.9.0 released

Microsoft.Graph PowerShell Modules 2.9.0 released

Andres Bohren
Hi All, Just a few Days ago, Microsoft has released the Version 2.9.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. It seems that once again the PowerShell Gallery Download Statistics don’t work. PowerShell Gallery Microsoft.Graph 2.9.0 PowerShell Gallery Microsoft.Graph.Beta 2.9.0 Read more in the Release Notes Refreshes the SDK with the latest APIs Fixes escaping of filter values with displayName Fixes interactive browser credentials error Fixes Invalid JWT token using a personal account I am using the new PSResourceGet here instead of the PowerShellGet commands.
MSCommerce PowerShell disable ClipChamp

MSCommerce PowerShell disable ClipChamp

Andres Bohren
Hi All, Today i have noticed that there is a new Product that is available for SelfService Purchase. As always i disable it for SelfService Purchase. Connect-MSCommerce There is a new Product, that can be disabled CFQ7TTC0N8SS AllowSelfServicePurchase Microsoft ClipChamp Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0N8SS -Enabled $false Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase Regards Andres Bohren M365 Logo PowerShell Logo