202505s

Azure PowerShell Module AZ 14.0.0 released

Azure PowerShell Module AZ 14.0.0 released

Andres Bohren
Hi All, Two days ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 14.0.0 GitHub Release Notes Az There are a number of changes described here 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 In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
PowerToys v0.91.1 released

PowerToys v0.91.1 released

Andres Bohren
Hi All, I noticed that Microsoft has released a new Version of PowerToys. In the Main Window click on “Install now” The Release notes can be found here: Release v0.91.1 Installation in Progress What’s new Updated PowerToys Dashboard Regards Andres Bohren Windows Logo
ExchangeOnlineManagement 3.8.0 released

ExchangeOnlineManagement 3.8.0 released

Andres Bohren
Hi All, This Morning Microsoft has released the ExchangeOnlineManagement 3.8.0 PowerShell Module. PowerShell Gallery ExchangeOnlineManagement 3.8.0 v3.8.0: Support for providing an Access Token with Connect-IPPSSession. Get-VivaModuleFeature now returns information about ParentFeature, ChildFeature, and PolicyModes. These values represents parent and child features of a Viva App feature along with available enablement modes for policies for the feature. Added a new parameter IsUserOptedInByDefault in Add-VivaModuleFeaturePolicy and Update-VivaModuleFeaturePolicy cmdlets and its return value in all VivaModuleFeaturePolicy cmdlets.
PowerToys v0.91.0 released

PowerToys v0.91.0 released

Andres Bohren
Hi All, I noticed that Microsoft has released a new Version of PowerToys. In the Main Window click on “Install now” The Release notes can be found here: Release v0.91.0 Installation in Progress What’s new Updated PowerToys Dashboard Regards Andres Bohren Windows Logo
Microsoft Remote Desktop for AVD and Windows 365 1.2.6228

Microsoft Remote Desktop for AVD and Windows 365 1.2.6228

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 Fixes for CVE-2025-29967 Fixes for CVE-2025-29966 When you start the Microsoft Remote Desktop Client, it checks for Updates and you can see a green arrow, that indicates an Update Installing the Update You can check the Versions by selecting the three dots on top right and select “About”
The diffrence between Managed and Federated Domain

The diffrence between Managed and Federated Domain

Andres Bohren
Hi All, In Entra Id there are fundamentally three diffrent Identity Models Cloud Identity (Cloud Only Accounts) Syncronized Identity / Hybrid Identity (Syncronized with Entra Connect Sync or Cloud Sync from OnPrem Active Directory with password sync) Federated Identity (Like Syncronized Identity but without password sync - Authentication happens on the Federation Server and requrires a Trust between Entra and the Federation Service) Image Source: Choosing a sign-in model for Office 365
Export Group Policy Links with PowerShell

Export Group Policy Links with PowerShell

Andres Bohren
Hi All, I’ve come across a Domain, where there are a ton of Group Policies. So i was looking for a way to figure out if the Group Policy is still used. One way to figure out is to check if the Group Policy is linked to an Active Directory OU or Site. There might be still some Group Policys that are not Linked that might be used from time to Time to Test things or used for diffrent Szenarios.
Microsoft.Graph PowerShell Modules 2.28.0 released

Microsoft.Graph PowerShell Modules 2.28.0 released

Andres Bohren
Hi All, A few days ago, Microsoft has released the Version 2.28.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.28.0 PowerShell Gallery Microsoft.Graph.Beta 2.28.0 Release Notes No Release Notes available 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 Microsoft.Graph -Scope CurrentUser Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser Find-PSResource -Name Microsoft.Graph Find-PSResource -Name Microsoft.Graph.Beta Uninstalling the old Microsoft.
Azure PowerShell Module AZ 13.5.0 released

Azure PowerShell Module AZ 13.5.0 released

Andres Bohren
Hi All, A day ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 13.5.0 GitHub Release Notes Az Not much to see here 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 In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26017.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26017.12000 released

Andres Bohren
Hi All, A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26017.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 last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.