MSIdentityTools PowerShell Module 2.0.58 released

MSIdentityTools PowerShell Module 2.0.58 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released a new Version of MSIdentityTools PowerShell Module PowerShell Gallery MSIdentityTools 2.0.58 I’ve dedected, that now the PowerShell Module “ImportExcel” is listed under the Dependencies According to the Git CommitLog there has been a lot of work around Docs The PowerShell Gallery now refers to a new Project Site I’ve used my M365PSProfile Module to update the Module - find the Documentation here: https://github.
Exchange Online Mailbox Audit Enhancements due Storm-0558

Exchange Online Mailbox Audit Enhancements due Storm-0558

Andres Bohren
Hi All, A few days ago, Microsoft has released an Article on the Techcommunity about the new Standard Logs in Purview audit Increased security visibility through new Standard Logs in Microsoft Purview Audit Back in June 2023 there where many Informations about Microsoft has been hacked by Storm-0558 Analysis of Storm-0558 techniques for unauthorized email access Mitigation for China-based threat actor activity Microsoft mitigates China-based threat actor Storm-0558 targeting of customer email
MSIdentityTools PowerShell Module 2.0.57 released

MSIdentityTools PowerShell Module 2.0.57 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released a new Version of MSIdentityTools PowerShell Module PowerShell Gallery MSIdentityTools 2.0.57 According to the Git CommitLog there has been some patches and work around the commandlet Export-MsIdAzureMfaReport I’ve used my M365PSProfile Module to update the Module - find the Documentation here: https://github.com/fabrisodotps1/M365PSProfile/ Install-PSResource -Name M365PSProfile Add-M365PSProfile Install-M365Module List the commands from the Module Get-Command -Module MSIdentityTools Let’s have a look into the Command that has been updated
Install Exchange 2019 on Windows Server 2022

Install Exchange 2019 on Windows Server 2022

Andres Bohren
Hi All, Recently Microsoft has published the - Exchange Server Roadmap Update on the Exchange Team Blog. Changes to support Exchange Server Subscription Edition Removal of support for co-existence with Exchange 2013 Support for new product keys (Hybrid servers which will continue to receive a free license and product key via the Hybrid Configuration Wizard) Support for Windows Server 2025 - CU15 will introduce support for Windows Server 2025 (when the OS reaches GA later this year) Upgrading to Exchange Server SE from Previous Versions
PowerToys v0.81.0 released

PowerToys v0.81.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.81.0 Installation in Progress What’s new Updated PowerToys Regards Andres Bohren Windows Logo
Report Domains used for Mailboxes in ExchangeOnline

Report Domains used for Mailboxes in ExchangeOnline

Andres Bohren
Hi All, Recently i had a Customer that wantet to figure out what Domains are used by his Exchange Online Mailboxes. First we need to figure out, what accepted Domains he owns. That can be archieved, by the following command Connect-ExchangeOnline -ShowBanner:$false Get-AcceptedDomain The Emailadresses are stored in the Attributes EmailAddresses (Array) and PrimarySMTPAddress Get-Mailbox -Identity m.muster@icewolf.ch | fl EmailAddresses, PrimarySMTPAddress Let’s get all Mailboxes and use a Where-Object Filter
Azure PowerShell Module AZ 12.0.0 released

Azure PowerShell Module AZ 12.0.0 released

Andres Bohren
Hi All, A few Hours ago, a new major Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 12.0.0 The Release Notes contains a lot 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 CurrentUser Find-PSResource AZ Uninstall the old Modules and install the current Modules
Git for Windows 2.45.1

Git for Windows 2.45.1

Andres Bohren
Hi All, Today i noticed that there is an update for Git Securing Git: Addressing 5 new vulnerabilities CVE-2024-32002 (Critical, Windows & macOS): Git repositories with submodules can trick Git into executing a hook from the .git/ directory during a clone operation, leading to Remote Code Execution. CVE-2024-32004 (High, multi-user machines): An attacker can craft a local repository that executes arbitrary code when cloned. CVE-2024-32465 (High, all setups): Cloning from .
ExchangeOnlineManagement 3.5.0 released

ExchangeOnlineManagement 3.5.0 released

Andres Bohren
Hi All, Yesterday, Microsoft has released the ExchangeOnlineManagement 3.5.0 PowerShell Module. PowerShell Gallery ExchangeOnlineManagement 3.5.0 News v3.5.0 : Added new cmdlet Get-VivaFeatureCategory Added support for policy operations at a category level for Viva GFAC (aka. VFAM - Viva Feature Access Management). Added a new return value IsFeatureEnabledByDefault in cmdlet Get-VivaModuleFeaturePolicy. This value informs of the default enablement state for users in the tenant when no tenant or user/group policies have been created.
MicrosoftTeams PowerShell Module 6.2.0 released

MicrosoftTeams PowerShell Module 6.2.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 6.2.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 6.2.0 Read more details in the Release Notes. 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 MicrosoftTeams -Scope CurrentUser Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-PSResource MicrosoftTeams -Scope CurrentUser Install-PSResource MicrosoftTeams -Scope CurrentUser Get-InstalledPSResource MicrosoftTeams -Scope CurrentUser Some basic testing