Hi All,
A few Hors ago, Microsoft has released the Version 2.23.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
Hi All,
I did attend the EXUSG Meetup Q3 2024 yesterday. As always it was very well presented and interesting Sessions.
During the Q and A Part at the end, there came up a Question how to Manage Outlook Meetings when having two Accounts in two diffrent Tenants.
I have already added the Additional Account in the Outlook Classic Profile
When i shedule a Meeting i can add a Teams Meeting
Hi All,
A few Hors ago, Microsoft has released the Version 2.23.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.23.0 PowerShell Gallery Microsoft.Graph.Beta 2.23.0 Release Notes
[v2] Weekly OpenApiDocs Refresh Bump autorest submodule [v2] Examples Update Migration to ESRP V5 I am using the new PSResourceGet here instead of the PowerShellGet commands.
I’ve changed the Scope from “AllUsers” to “CurrentUser” in this Article - with that you don’t need to Run PowerShell as Administrator anymore.
Hi All,
A few Hors ago, Microsoft has released the Version 2.22.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.22.0 PowerShell Gallery Microsoft.Graph.Beta 2.22.0 Release Notes
[v2] Weekly OpenApiDocs Refresh [v2] Examples Update Adds beta version to docker file Introduces BusinessScenario and BackupRestore modules Updates ModulesMapping.json file Open Api tags for Network Access Module Updates Invoke-MgGraphRequest cmdlet to handle responses of text/plain content types Update Reset-MgUserAuthenticationMethodPassword.md by @tajaber Update New-MgBetaSecurityAuditLogQuery.
Hi All,
A few Hors ago, Microsoft has released the Version 2.21.1 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.21.1 PowerShell Gallery Microsoft.Graph.Beta 2.21.1 Release Notes
fix: adds workflow to publish docker image fix: removes arm64v8 and armv7 platforms from docker since upstream image doesn’t seem to support it I am using the new PSResourceGet here instead of the PowerShellGet commands.
I’ve changed the Scope from “AllUsers” to “CurrentUser” in this Article - with that you don’t need to Run PowerShell as Administrator anymore.
Hi All,
A few Hors ago, Microsoft has released the Version 2.21.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.21.0 PowerShell Gallery Microsoft.Graph.Beta 2.21.0 Release Notes
[v2] Weekly OpenApiDocs Refresh [v2] Examples Update Upgrades Moq version to 4.20.70, Microsoft.Graph.Core to 3.1.13 and Microsoft.PowerShell.SDK to 7.4.3 Resets graph environment session to its original state Adds parameter descriptions in script cmdlets Update Set-MgUserPhotoContent.md by @Agazoth I am using the new PSResourceGet here instead of the PowerShellGet commands.