Azure PowerShell Module AZ 11.4.0 released

Azure PowerShell Module AZ 11.4.0 released

Andres Bohren
Hi All, Yesterday, a new major Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 11.4.0 The Release Notes shows an impressive List of Updates I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource AZ -Scope AllUsers Find-PSResource AZ Uninstall the old Modules and install the current Modules Uninstall-PSResource AZ -Scope AllUsers Uninstall-PSResource AZ.
Windows Admin Center - Connect with Azure

Windows Admin Center - Connect with Azure

Andres Bohren
Hi All, I’ve installed Windows Admin Center on the Insider Preview of Windows Server 2025. One interesting Option was “Azure hybrid center” > “Register your Windows Admin Center gateway” You have to Authenticate with a Device code If you want to Register a new Application you need to have the “Application Administrator” or “Global Administrator” Role when authenticate with the Device Code Flow. Connect was successful App Consent Et voila, it has been done.
PowerToys v0.79.0 released

PowerToys v0.79.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.79.0 Installation in Progress What’s new Updated PowerToys Regards Andres Bohren Windows Logo
Windows Admin Center 2311

Windows Admin Center 2311

Andres Bohren
Hi All, I used Windows Admin Center a few years ago on Windows Server Core 2019 Useful Resources: Product Website Server management reimagined with Windows Admin Center Microsoft Learn Windows Admin Center Download Windows Admin Center 2311 Installation I’ve downloaded the MSI and installed Windows Admin Center The Setup proposed 443 for Windows Admin Center. That’s finde if you don’t plan to install IIS at a later point in time. So choose wisely.
PnP.PowerShell 2.4 released

PnP.PowerShell 2.4 released

Andres Bohren
Hi All, Yesterday a new Version of PnP.PowerShell has been released to the PowerShell Gallery. PnP.PowerShell 2.4.0 What’s changed and fixed Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands. To check what version is installed and what’s available from the PowerShell Gallery use the following Commands Get-InstalledPSResource PnP.PowerShell -Scope AllUsers Find-PSResource PnP.PowerShell Uninstall the old version of the PowerShell Module and install the new one
Entra Connect Sync 2.3.6 released

Entra Connect Sync 2.3.6 released

Andres Bohren
Hi All, Somehow i did miss, that there was an Update for Entra Connect Sync (Azure Active Directory Connect) mid December. It’s for download only, so no Automatic Update. Microsoft Entra Connect: Version release history Microsoft Entra Connect: Automatic upgrade https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-install-automatic-upgrade Start the event viewer and look in the Application eventlog. Add an eventlog filter for the source Microsoft Entra Connect Upgrade and the event ID range 300-399. It’s still a bit a mess with the Product Names.
Git for Windows 2.44.0

Git for Windows 2.44.0

Andres Bohren
Hi All, Two days ago, git 2.44 has been released. Read the Blog post here: Highlights from Git 2.44 Git 2.44 Release Notes Let’s have a look at the installed version git -v to update use the command below (cmd must be started “As Administrator”) git update-git-for-windows This will download and start the update installer Let’s check the git version after the update git -v You can also download it here: https://git-scm.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24614.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24614.12000 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24614.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 AllUsers 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 AllUsers Install-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers List the Commands of the Module
Microsoft Entra Verified ID

Microsoft Entra Verified ID

Andres Bohren
Hi All, I was curious and enabled Entra Verified ID. MS Learn Introduction to Microsoft Entra Verified ID In the Entra Admin Center i clicked on Verified ID > Get started > Get started Now you need to select one of the custom Domains from Entra ID It takes a few minutes to set up everything I wante to limit who can get a verified and jumped to step 3
Microsoft.Graph PowerShell Modules 2.15.0 released

Microsoft.Graph PowerShell Modules 2.15.0 released

Andres Bohren
Hi All, Today Microsoft has released the Version 2.15.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.15.0 PowerShell Gallery Microsoft.Graph.Beta 2.15.0 Release Notes [v2] Weekly OpenApiDocs Refresh [v2] Examples Update Adds an optional -RHV parameter that will assign response headers to a variable (Value provided to the optional RHV parameter) I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery