Hi All,
A few hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 7.1.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 7.1.0
Read more details in the Release Notes
Adds ThreadedChannelCreation parameter to [New|Set]-CsTeamsChannelsPolicy cmdlets. Adds BroadcastPremiumApps parameter to [New|Set]-CsTeamsEventsPolicy cmdlets. Adds ParticipantSlideControl parameter to [New|Set]-CsTeamsMeetingPolicy cmdlets. [BREAKING CHANGE] Removes AllowPublicUsers parameter from [Set]-CsTenantFederationConfiguration cmdlet. [BREAKING CHANGE] Removes EnablePublicCloudAccess parameter from [New|Set]-CsExternalAccessPolicy cmdlets. Releases [New|Set|Remove|Get]-CsSharedCallQueueHistoryTemplate cmdlets. Adds SharedCallQueueHistoryTemplateId parameter to [New|Set]-CsCallQueue cmdlets.
Hi All,
Last Week i received a Mail that the Service Plan “PEOPLE_SKILLS_FOUNDATION” has been added to diffrent SKU’s. Good i have sheduled the Script that compares the Service Plans.
Keep Track of new ServicePlans in M365 Licenses It looks like this in the M365 Admin Center
You should be able to setup Skills in M365 Admin Center > Copilot > Settings > People Skills in M365 Copilot
I end up here and now i don’t know what to do 🤔
Hi All,
Just a few hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 14.1.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
Hi All,
Just a few days ago, Microsoft has released a new Version of Entra Connect Sync.
It’s only downloadable via the Microsoft Entra Admin Center
Microsoft Entra Connect: Version release history It’s really hidden: Entra Admin Center > Identity > Hybrid Management > Microsoft Entra Connect > Get started > Manage > Download Connect Sync Agent
If you click on the Download Link you have to click on the “Accept terms & download” Button.
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