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
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.
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
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.
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
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.
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
Hi All,
Yesterday a new Version of the MSOnline PowerShell Module has been released. Sadly there is no Information availabe what has been changed.
PowerShell Gallery MSOnline 1.1.183.81 It’s a little bit surprising to see updates on such an old Module that has seen it’s last change almost two years ago and will be depreciated on March 30 2024.
What’s deprecated in Microsoft Entra ID? I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
It’s already a few months since i wrote an Blog Article about New Outlook for Windows - Public Preview.
I have recently watched the Youtube video “Update on the new Outlook for Windows”
They shared the Timeline of the “New Outlook / One Outlook”
You can now provide Feedback. This will give them some valuable Informations on what Functions are missing and inputs for priorization of these Features.
Hi All,
Just a few Hours ago, Microsoft has released the Version 2.8.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.8.0
PowerShell Gallery Microsoft.Graph.Beta 2.8.0
Read more in the Release Notes
Refreshes the SDK with the latest APIs Adds documentation for Authentication cmdlets Fixes missing cmdlets/API path in 2.7.0 (now unlisted) Fixes translation of /me to /users/{user-id} for Find-MgGraphCommand Updates examples I am using the new PSResourceGet here instead of the PowerShellGet commands.