POWERSHELL

MicrosoftTeams PowerShell Module 7.4.0 released

MicrosoftTeams PowerShell Module 7.4.0 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 7.4.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 7.4.0 Read more details in the Release Notes Releases Get-TeamsArtifacts cmdlet. Adds MainlineAttendantAgentVoiceId parameter to New-CsAutoAttendant cmdlet. Releases [New|Set|Remove|Get]-CsTagsTemplate cmdlets. Releases New-CsTag cmdlet. [BREAKING CHANGE] Renames BotId and PairedApplication parameters in [New|Set|Get]-CsComplianceRecordingForCallQueueTemplate cmdlets to BotApplicationInstanceObjectId and PairedApplicationInstanceObjectId respectively. Releases Get-TeamsRemoteLogCollectionConfiguration and [Get|Set|New|Remove]-TeamsRemoteLogCollectionDevice cmdlets. I am using the new PSResourceGet here instead of the PowerShellGet commands.
Microsoft.Graph PowerShell Modules 2.31.0 released

Microsoft.Graph PowerShell Modules 2.31.0 released

Andres Bohren
Hi All, A few Hors ago, Microsoft has released the Version 2.31.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.31.0 PowerShell Gallery Microsoft.Graph.Beta 2.31.0 Release Notes Seems like the onPremesisSync Properies where missing Include users.onPremesisSync Include groups.onPremesisSync 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.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26510.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26510.12000 released

Andres Bohren
Hi All, Just a few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26510.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.
MicrosoftPlaces PowerShell Module 2.1.0 has been Released

MicrosoftPlaces PowerShell Module 2.1.0 has been Released

Andres Bohren
Hi All, Two days ago, a new Version of the MicrosoftPlaces PowerShell Module has been released. Note: This PowerShell Module Requires PowerShell 7 and newer PowerShell Gallery MicrosoftPlaces 2.1.0 Release Notes: Set-PlacesSettings: Deprecate the PlacesEnabled and Entitlement parameters I am using the new PSResourceGet here instead of the PowerShellGet commands. Check installed Module and what’s available in the PowerShell Gallery Get-InstalledPSResource -Name MicrosoftPlaces -Scope CurrentUser Find-PSResource -Name MicrosoftPlaces Uninstall old Version
Microsoft Places Management web portal

Microsoft Places Management web portal

Andres Bohren
Hi All, Almost a Month ago, Microsoft has released the Messace Center Information MC1122163 about the Microsoft Places Management web portal. Now i finally found time to write a Blog Article about it. I have already blogged about How to Enable Places. You will need the latest MicrosoftPlaces PowerShell Module. To manage Places you need the Entra Role “Global Administrator” or “Exchange Administrator”. And there is now a new Entra ID Role “Places Administrator”.
Change source of authority (SOA) for Groups (Preview)

Change source of authority (SOA) for Groups (Preview)

Andres Bohren
Hi All, Recently i published an Article about the Preview of the Change of authority for the Exchange Attributes Change source of authority (SOA) for Exchange Attributes (Preview) In this Article i will show you the Preview for changing the source of authority (SOA) for Groups. Configure Group Source of Authority (SOA) (Preview) Embrace cloud-first posture: Convert Group Source of Authority to the cloud (Preview) In an Enterprise Evironement, typically Users and Groups are Synced with Entra Connect or Cloud Sync to Entra ID.
Change source of authority (SOA) for Exchange Attributes (Preview)

Change source of authority (SOA) for Exchange Attributes (Preview)

Andres Bohren
Hi All, Until now, for a Hybrid Deployment with Entra Connect Sync or Cloud Sync it was required to have an Exchange Server OnPrem or to use Exchange Recipient Management. A few Weeks ago, Microsoft has published an Article with another Option. Introducing Cloud-Managed Remote Mailboxes: a Step to Last Exchange Server Retirement With the Introducion of the “IsExchangeCloudManaged” Attribute, you can change the source of authority (SOA) from an OnPrem Synced Object for the Exchange Attributes (like Emailaddresses, Alias, HideFromAddressList, ExtensionAttributes) from OnPrem to the Cloud.
MicrosoftPlaces PowerShell Module 2.0.6 has been Released

MicrosoftPlaces PowerShell Module 2.0.6 has been Released

Andres Bohren
Hi All, Yesterday a new Version of the MicrosoftPlaces PowerShell Module has been released. Note: This PowerShell Module Requires PowerShell 7 and newer PowerShell Gallery MicrosoftPlaces 2.0.6 Release Notes: The realease Notes have not been updated I am using the new PSResourceGet here instead of the PowerShellGet commands. Check installed Module and what’s available in the PowerShell Gallery Get-InstalledPSResource -Name MicrosoftPlaces -Scope CurrentUser Find-PSResource -Name MicrosoftPlaces Uninstall old Version Uninstall-PSResource -Name MicrosoftPlaces -Scope CurrentUser I’ve updated the M365PSProfile PowerShell Module and the Uninstall-M365Module Function with the Parameter -FileMode.
PowerShell 7.5.3 released

PowerShell 7.5.3 released

Andres Bohren
Hi All, Today i’ve noticed, that there is a new PowerShell 7 Version available. Currently i have PowerShell 7.5.1 installed. Release Notes and Download: v7.5.3 Release of PowerShell General Cmdlet Updates and Fixes Fix Out-GridView by replacing the use of obsolete BinaryFormatter with custom implementation. Remove OnDeserialized and Serializable attributes from Microsoft.Management.UI.Internal project Make the interface IDeepCloneable internal Tools Add CodeQL suppressions Tests Fix updatable help test for new content Build and Packaging Improvements
Azure PowerShell Module AZ 14.4.0 released

Azure PowerShell Module AZ 14.4.0 released

Andres Bohren
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.4.0 GitHub Release Notes Az v14.4.0-September2025 Bump Version for 14.4.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 In the last few months i’ve noticed that uninstalling some Modules seems to have Problems.