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,
Today i noticed that there is an update for Git. But it is only available as source.
Highlights from Git 2.48 Release Notes You can check your current version with the following command
git -v to update use the command below
git update-git-for-windows Then the update starts
We have updated to 2.47.1.windows.2 (or 2.47.1.2)
git -v If you look at git-scm it shows the newest Source Code Release 2.
Hi All,
A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.25715.12000 PowerShell Module.
PowerShell Gallery Microsoft.Online.SharePoint.PowerShell 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.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module
Uninstall-PSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser In the end, i had no other choice as to delete the Folder in Windows Explorer C:\Users\a.
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,
Yesterday, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 13.1.0 GitHub Release Notes Az 13.1.0 I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name AZ -Scope CurrentUser Find-PSResource -Name AZ Uninstall the old Modules
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck -ErrorAction SilentlyContinue Get-InstalledPSResource AZ.* -Scope CurrentUser -ErrorAction SilentlyContinue | Uninstall-PSResource -Scope CurrentUser -SkipDependencyCheck In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
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
Updates for version 1.2.5807
Fixed an issue for CVE-2024-49105. Added list of graphics codecs to the Connection Information dialog. Fixed an issue where the bottom portion of the Windows Authentication dialog could be cut off when connected to a RemoteApp. Fixed an issue where the Connection Information dialog showed the lowest RTT instead of average RTT.
Hi All,
Today i have received a notifications, that there is a new Jabra Direct release available.
Jabra Direct Release Notes
New Features:
Added support for Jabra Perform 75 Added support for settings adjustments of Jabra Evolve2 75 when connected via native Bluetooth Fixed:
An issue which caused repeated login notifications on macOS An issue which caused Jabra PanaCast not to populate in the user interface after being rebooted The correct error message is now displayed when a custom Intelligent Meeting Space name is already in use An issue which caused managed custom device names not to properly display A user interface issue when Jabra Link 400 dongle was removed during the pairing process A user interface issue when pairing a Jabra Engage 55 connected via USB A user interface issue in Intelligent Meeting Space setup Security Updates:
Hi All,
In the previous Article i explained how to check for Entra Apps with expiring ClientSecrets and Certificates.
In this Blog Article i explain how we can extend this into a Azure Automation Runbook.
Automation Account The Azure Automation Account needs to have a Managed Identity
Use the AZ PowerShell to get Infos about the Azure Automation Account
############################################################################### # Get Managed Identity of Azure Automation Account ############################################################################### Connect-AzAccount -Tenant icewolfch.
Hi All,
A few years ago, i did write a Script to warn Entra Application Owners about expiring ClientSecrets and Certificates.
PowerShell Script to check for AAD Apps with expiring ClientSecrets and Certificates The Script has been using the AzureAD PowerShell Module. Time to renew it to Microsoft.Graph
Entra App Registrations Here is the Code to get the Entra App Registration with Microsoft.Graph PowerShell
#Connect to Microsoft.Graph Connect-MgGraph -Scopes Application.Read.All -NoWelcome Let’s have a look at a specific Entra Application
Hi All,
Did you notice the following Message Center Message about the Junk-E-Mail Reporting Buttons in Outlook Mobile?
Microsoft Outlook for iOS/Android: New reporting buttons integrated with Microsoft Defender for Office 365 Let’s have a look at the Release notes for Outlook Mobile. Look how detailed it is 😂
Built-In Report Buttons The built-in Report button is available in the following versions of Outlook:
Outlook for Microsoft 365 version 16.0.17827.15010 or later and Outlook 2021 Version 2407 (Build 17830.