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
Hi All,
A few Hors ago, Microsoft has released the Version 2.24.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.24.0 PowerShell Gallery Microsoft.Graph.Beta 2.24.0 Release Notes
[v2] Weekly OpenApI Docs Refresh [v2] Examples Update Corrected example 5 title by @msewaweru Adds AutoRest directives to remove over generated cmdlets Fixes subsequent failures after first successful Invoke-MgGraphRequest run when using national cloud environments Updated example to remove mentions of Global admin by @msewaweru I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
Two days ago, Microsoft has annouced the self-service purchase of M365 Copilot Licenses in October.
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 "CFQ7TTC0MM8R" -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,
Last December i have created an Azure Automation Runbook that checks weekly if there are changes in the Microsoft 365 Service Plans of my Tenant.
As you can see it works fine and informed me on Friday that a new Serviceplan “GRAPH_CONNECTORS_SEARCH_INDEX” has been added to all Licenses.
Keep Track of new ServicePlans in M365 Licenses In the Microsoft 365 Admin Portal it looks like this
What are Graph Connectors?
Hi All,
Today, Microsoft has released a new Version of O365CentralizedAddInDeployment PowerShell Module to the PowerShell Gallery. The recently released O365CentralizedAddInDeployment 3.0.1 has been unlisted.
O365CentralizedAddInDeployment 3.0.2 I was not able to find what has been changed, as there are no release notes available
Check what Module is installed and what Version is available on the PowerShell Gallery
Get-InstalledPSResource O365CentralizedAddInDeployment -Scope CurrentUser Find-PSResource O365CentralizedAddInDeployment Uninstall old Module and install the newest Module from the PowerShell Gallery
Hi All,
Yesterday, Microsoft has released a new Version of O365CentralizedAddInDeployment PowerShell Module to the PowerShell Gallery. Last Change was from 30/06/2023. No changes over a year…
O365CentralizedAddInDeployment 3.0.1 I was not able to find what has been changed, as there are no release notes available
Last time i blogged about it was here MO365CentralizedAddInDeployment 2.0.1 released
Check what Module is installed and what Version is available on the PowerShell Gallery