Get-Mailprotection 1.17 released

Get-Mailprotection 1.17 released

Andres Bohren
Hi All, I’ve found an Issue in my Get-Mailprotection Script and fixed it. The updated Version has been released. PowerShell Gallery Get-Mailprotection 1.17 Release Notes 1.17 Fixed Bug Autodiscover A Record 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 Get-Mailprotection -Scope CurrentUser Find-PSResource -Name Get-Mailprotection Uninstall old Version and install new Version Uninstall-PSResource -Name Get-Mailprotection -Scope CurrentUser Install-PSResource -Name Get-Mailprotection -Scope CurrentUser Get-InstalledPSResource -Name Get-Mailprotection -Scope CurrentUser Use the Script
MicrosoftTeams PowerShell Module 7.2.1 Preview released

MicrosoftTeams PowerShell Module 7.2.1 Preview released

Andres Bohren
Hi All, A few days ago, Microsoft has released the MicrosoftTeams PowerShell Module 7.2.1 Preview to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 7.2.1-Preview Read more details in the Release Notes Adds Notify parameter to [Set|Remove]-CsPhoneNumberAssignment cmdlets. Releases [New|Set|Remove|Get|Grant]-CsTeamsPersonalAttendantPolicy cmdlets. Adds OCDIRedirect parameter to [Set|Remove]-CsTeamsUpdateManagementPolicy. 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 MicrosoftTeams -Scope CurrentUser Find-PSResource -Name MicrosoftTeams -Prerelease Uninstall the old Module and install the newest Module
Update or Install Azure CLI

Update or Install Azure CLI

Andres Bohren
Hi All, I have a Project, where i need to use the AzureCLI. Therefore i need to install the latest update. az version Upgrade Beginning with version 2.11.0, the Azure CLI provides an in-tool command to update to the latest version. az upgrade This downloads the current *.msi File and starts the installation Successful installation Let’s check the Version az version Install x64 Version I didn’t like that is was 32 Bit and uninstalled the AzureCLI.
Microsoft.PowerShell.PSResourceGet 1.2.0 preview2 released

Microsoft.PowerShell.PSResourceGet 1.2.0 preview2 released

Andres Bohren
Hi All, Today i saw, that there is a new Preview Version of Microsoft.PowerShell.PSResourceGet PSGallery Microsoft.PowerShell.PSResourceGet 1.2.0-preview2 Release Notes: New Features Ingetration of the Azure Artifacts Credential Provider for ADO feeds (#1765) Bug Fix Bug fixes for NuGet v3 dependencies Bug fix for temporary installation path failure when installing PSResources on Linux machines I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery.
Microsoft Purview Information Protection client 3.1.310.0

Microsoft Purview Information Protection client 3.1.310.0

Andres Bohren
Hi All, Recently i have been stumbled upon a new Version of the Microsoft Purview Information Protection client Microsoft Purview Information Protection client Microsoft Purview Information Protection client - Release management and supportability Installation of the *.msi file Started the Information Protection Viewer client List commands from the PowerShell Module PurviewInformationProtection Get-Command -Module PurviewInformationProtection Regards Andres Bohren M365 Logo Security Logo
Exchange Server use ADFS for OWA and ECP

Exchange Server use ADFS for OWA and ECP

Andres Bohren
Hi All, A few days ago, i did publish the Article Installing ADFS on Windows Server 2025. That gave me the opportunity, to test some scenarios with Exchange and Active Directory Federation Services (ADFS). ADFS Server Let’s start the ADFS MMC C:\Windows\ADFS\Microsoft.IdentityServer.msc Create relying party trusts in AD FS for Outlook on the web and the EAC As you can see, the Relying Party Trusts are empty Create Relying Party Trust for Outlook on the Web (owa)
Microsoft.Graph PowerShell Modules 2.29.1 released

Microsoft.Graph PowerShell Modules 2.29.1 released

Andres Bohren
Hi All, A few Hors ago, Microsoft has released the Version 2.29.1 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.29.1 PowerShell Gallery Microsoft.Graph.Beta 2.29.1 Release Notes not yet released 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.
Installing ADFS on Windows Server 2025

Installing ADFS on Windows Server 2025

Andres Bohren
Hi All, For a Project i had to test something with ADFS. That’s why i have set up an Active Directory Federation Server/Service (ADFS) on a Windows Server 2025. To be clear: I don’t advocte for installing ADFS. In contrary i still recommend to use Entra ID instead of ADFS and get rid of Federated Domain in M365. Install Windows Feature Install-WindowsFeature ADFS-Federation -IncludemanagementTools Certificate There are many ways on how to get a public Certificate.
Check for Hybrid Configuration Wizard Updates

Check for Hybrid Configuration Wizard Updates

Andres Bohren
Hi All, A few Months ago, Microsoft has announced the Exchange Hybrid App. They announced that in Q2 2025 the HCW will support the creation of the Exchange Hybrid Application. Not sure if that is already the case. So i did write this Script to check for updated Versions of Hybrid Configuration Wizard (HCW). Exchange Server Security Changes for Hybrid Deployments Browser Developer Tools In the Browser development tools i’ve analyzed the URL that is used to download the Hybrid Configuration Wizard (HCW) when requesting https://aka.
Install Sysinternals Suite with Winget

Install Sysinternals Suite with Winget

Andres Bohren
Hi All, Recently i had the need to install the Sysinternals Suite. I used winget and thought i take some screenshots of that process. Winget Search Let’s search for Sysinternals with winget winget search sysinternals Winget Install Now we can install Sysinternals Suite winget install Microsoft.Sysinternals.Suite Start Process Explorer procexp64 Starts right up - job done Summary It’s real easy to install Software with winget and use tools like Sysinternals Suite.