Hi All,
Almost a day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26121.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 -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource -Name Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module
Uninstall-PSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
Last year i moved from ESXi to HyperV on a NUC.
Just copyed the required VM and i still have a Windows Server 2016.
And yes, i am aware of the Windows Server 2016 Lifecycle
I had a requirement to use TPM on a Server. So let’s check with this PowerShell Command
Get-Tpm Let’s check the Hyper-V Settings - No TPM Settings available
The VM is still a Generation 1
Hi All,
Just a few Hours ago, Microsoft has released the Exchange Server May 2025 Hotfix Updates
Exchange Team Blog Released: May 2025 Exchange Server Hotfix Updates Process Download Exchange 2019 CU15 HU2 Downlaod Hotfix Update for Exchange Server 2019 CU15 HU2 (KB5057651)
KB Article Hotfix update for Exchange Server 2019 CU15 HU2: May 29, 2025 (KB5057651)
Pending Reboot Bevore running the Installation of the Hotfix Update, it’s a good idea to check if there is a pending reboot.
Hi All,
Recently i wanted to export the Groups of a User. Here is some code i used for Active Directory and Entra ID.
Active Directory First let’s look into Active Directory. We can use the Get-ADUser commandlet and specify the “MemberOf” Property
############################################################################### # AD GroupMember ############################################################################### $SamAccountName = "m.muster" $DomainController = (Get-ADDomainController).HostName $User = Get-ADUser -Identity $SamAccountName -Properties "Memberof" -Server $DomainController $Groups = $User.MemberOf $Groups After sime String Magic we have the GroupName
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.
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
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.
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
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”
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