Disable self-service purchase for Microsoft 365 Copilot

Disable self-service purchase for Microsoft 365 Copilot

Andres Bohren
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”.
New M365 Service Plan: Graph Connectors Search with Index

New M365 Service Plan: Graph Connectors Search with Index

Andres Bohren
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?
Exchange Online IPv6 Enablement for Accepted Domain

Exchange Online IPv6 Enablement for Accepted Domain

Andres Bohren
Hi All, A few Days ago, Microsoft has released an Information about the IPv6 enablement for Accepted Domains in Exchange Online. Starting 16 October, Microsoft will deploy IPv6 IP Addresses for MX Records that point to Exchange Online. You can control this behaviour with the following Commands: Get-IPv6StatusForAcceptedDomain -Domain "domain.tld" Enable-IPv6ForAcceptedDomain -Domain "domain.tld" Disable-IPv6ForAcceptedDomain -Domain "domain.tld" Let’s check it out on my M365 Tenant Connect-ExchangeOnline -ShowBanner:$false Get-IPv6StatusForAcceptedDomain -Domain "icewolf.ch" I’ve received an Error on a Domain i used for Exchange Online DANE Inbound Preview
Azure Function App PowerShell 7.2 retiring 8 November 2024

Azure Function App PowerShell 7.2 retiring 8 November 2024

Andres Bohren
Hi All, Recently i received a Mail from Microsoft that i have to Update the Azure Function App to PowerShell 7.4 because PowerShell 7.2 retiring 8 November 2024. Details can be found here: Upgrading your Azure Function Apps to run on PowerShell 7.4 Azure Portal In the Azure Portal you can see under Configuration of the Azure Function App. Runtime Version is probably already “~4” Under “General settings” you can see the used PowerShell Version.
ExchangeOnlineManagement 3.6.0 released

ExchangeOnlineManagement 3.6.0 released

Andres Bohren
Hi All, Yesterday, Microsoft has released the ExchangeOnlineManagement 3.6.0 PowerShell Module. PowerShell Gallery ExchangeOnlineManagement 3.6.0 v3.6.0 : Get-VivaModuleFeature now returns information about the kinds of identities the feature supports creating policies for (e.g., users, groups, or the entire tenant). Cmdlets for Viva feature access management will now handle continuous access evaluation (CAE) claims challengesAdded new cmdlets Get-VivaFeatureCategory and Get-VivaFeatureCategoryPolicy. Added fix for compatibility issue with Microsoft.Graph module. I am using the new PSResourceGet here instead of the PowerShellGet commands.
Jabra Direct Update (September 2024)

Jabra Direct Update (September 2024)

Andres Bohren
Hi All, Today i have received a notifications, that there is a new Jabra Direct release available. Jabra Direct Release Notes Jabra Direct would launch in the foreground instead of being minimized on startup Updated Software - No Updates available Current Version of Jabra Direct Regards Andres Bohren Unified Messaging Logo
SharePoint Online Azure ACS Retirement

SharePoint Online Azure ACS Retirement

Andres Bohren
Hi All, A few Years ago i wrote an Article on how to Grant Access to a Entra App in Sharepoint to upload Files to a SharePoint Site with PnP.PowerShell Upload file to SharePoint Online with PnP.PowerShell I wanted to do the same thing and there is a big red bar on top, that informs about the Azure ACS Retirement in April 2026. Starting April 2, 2026, Azure Access Control service (ACS) usage will be retired for SharePoint in Microsoft 365 and users will no longer be able to create or use Azure ACS principals to access SharePoint.
Entra ID Recommendation resolved

Entra ID Recommendation resolved

Andres Bohren
Hi All, A week ago, i received a Mail from Microsoft with an Entra ID recommendation. Designate more than one global admin I was a little bit confused, since there are multiple Global Admins in my tenant. All between the recomeended 2 to 4 Accounts. As you can see in the Screenshots below Global Administrator - Eligible in Privileged Identity Management (PIM) Global Administrator - Active in Privileged Identity Management (PIM)
Microsoft Remote Desktop for AVD and Windows 365 1.2.5704

Microsoft Remote Desktop for AVD and Windows 365 1.2.5704

Andres Bohren
Hi All, Today i was notified, that a new Version of the Microsoft Remote Desktop Client is available Release Notes: What’s new in the Remote Desktop client for Windows Fixed an issue where initiating a screen capture while Teams is open as a RemoteApp caused the client to crash. Fixed an issue where the client crashed for users who have Windows N SKUs without the media framework. Addressed an issue that reduces the chance of encountering a “low virtual memory” error on reconnect attempts.
O365CentralizedAddInDeployment 3.0.2 released

O365CentralizedAddInDeployment 3.0.2 released

Andres Bohren
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