Hi All,
I don’t know if you have noticed, that there is a URL Change for the M365 Roadmap API.
Microsoft 365 Roadmap Like me, some of you might use the RSS Feed of Roadmapwatch
Roadmapwatch For those of you that like to use the M365 Roadmap API - it’s very simple. It’s a simple REST Webservice that does not require Authentication.
#New Roadmap URL $RoadmapURL = "https://www.microsoft.com/releasecommunications/api/v1/m365" $Result = Invoke-RestMethod -Method Get -Uri $RoadmapURL $Result[0] There are some Tags you or Products might want to Filter.
Hi All,
A few Hors ago, Microsoft has released the Version 2.26.1 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.26.1 PowerShell Gallery Microsoft.Graph.Beta 2.26.1 Release Notes
Roll back to .NET 6 Refresh Open Api file for Devices.CorporateManagement Module to generate missing cmdlets Ensures property values that have / are not modified to have them removed I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Hi All,
Yesterday Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery.
PowerShell Gallery WhiteboardAdmin 1.12.3 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.
Uninstall-PSResource WhiteboardAdmin -Scope CurrentUser So i am using the PowerShell Module M365PSProfile and use the -FileMode Parameter
Hi All,
A few Hors ago, Microsoft has released the Version 2.26.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.26.0 PowerShell Gallery Microsoft.Graph.Beta 2.26.0 Release Notes
Bumps versions for Azure.Identity, Azure.Identity.Broker and Microsoft.Graph.Core feat: add direct dependency on System.Text.Json Allow serialization of null valued properties [v2] Examples Update Re-enables generation of Get cmdlets for attack simulation Drop unsupported net 6 and net 7 Updated examples for New-MgInvitaiton and New-MgBetaInvitation Removes invalid path.
Hi All,
Yesterday Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery.
PowerShell Gallery WhiteboardAdmin 1.12.1 Alldough i doubt it’s already published 16 Days. One of my scripts checks daily if new Modules are available. I’ve seen WhiteboardAdmin 1.12.1 on Wednsday 02/19/2025 for the first time.
The Release Notes does not give a lot of insights
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
Today I’ve learned, that a new Product is available for Self-Service, but you can disable this Product for self-service purchase.
MS Learn Use AllowSelfServicePurchase for the MSCommerce PowerShell module
You will need the MSCommerce PowerShell Module 2.3
Let’s list the self-service Products
Connect-MSCommerce Get-MSCommerceProductPolicies -PolicyID AllowSelfServicePurchase Let’s disable the “Microsoft 365 Copilot” for self-service
Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -Productid "CFQ7TTC0JN4R" -Enabled $false Get-MSCommerceProductPolicies -PolicyID AllowSelfServicePurchase M365 Admin Portal On the Microsoft Learn site below it’s explained how to use this as “Billing Administrator”.
Hi All,
Yesterday Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery.
PowerShell Gallery WhiteboardAdmin 1.12.0 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 Uninstall-PSResource WhiteboardAdmin -Scope CurrentUser In the end, i had no other choice as to delete the Folder in Windows Explorer C:\Users\a.
Hi All,
A few Hors ago, Microsoft has released the Version 2.25.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.25.0 PowerShell Gallery Microsoft.Graph.Beta 2.25.0 Release Notes
Adds Beta Cmdlets for paths under the directory.publicKeyInfrastructureRoot tag [v2] Examples Update Updates wrong Connect-MgBetaGraph to Connect-MgGraph Handles + character in supported equality and function operators in filter expressions Update CONTRIBUTING.md - fixing link by @mmascolino I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
I have two Groups that are used to assign M365 Licenses to Users.
Recently there was a change to move the Management from the Entra Admin Center to the M365 Admin Center
Entra Admin Center In the Entra Admin Center you still can find the Groups
If you select the Group and click on “Licenses” you can see the Warning Message that informs you that the Management of the Licenses has now moved to M365 Admin Center.
Hi All,
The colored Folders in Windows Explorer are Supported since OneDrive Sync Client Version 24.132.*
I’ve set a color to a Folder in OneDrive
The color of the Folder changes also in Windows Explorer
The other way around also works > OneDrive > Folder color
Set the color
Color has changed in Windows Explorer
After a few Seconds the Folder with the Color has been synced to OneDrive
Regards