Hi All,
Yesterday, Microsoft has released the ExchangeOnlineManagement 3.6.0 PowerShell Module.
PowerShell Gallery ExchangeOnlineManagement 3.6.0 v3.6.0 :
Get-VivaModuleFeature now returns information about the kinds of identities the feature supports creating policies for (e.g., users, groups, or the entire tenant). Cmdlets for Viva feature access management will now handle continuous access evaluation (CAE) claims challengesAdded new cmdlets Get-VivaFeatureCategory and Get-VivaFeatureCategoryPolicy. Added fix for compatibility issue with Microsoft.Graph module. I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
I did attend the EXUSG Meetup Q3 2024 yesterday. As always it was very well presented and interesting Sessions.
During the Q and A Part at the end, there came up a Question how to Manage Outlook Meetings when having two Accounts in two diffrent Tenants.
I have already added the Additional Account in the Outlook Classic Profile
When i shedule a Meeting i can add a Teams Meeting
Hi All,
Yesterday the Exchange Team has anouced the Announcing Public Preview of Inbound SMTP DANE with DNSSEC for Exchange Online.
Our target dates for upcoming roadmap items are:
August 2024 – Inbound SMTP DANE with DNSSEC and MTA-STS report in the Exchange admin center October 2024 – General Availability of Inbound SMTP DANE with DNSSEC End of 2024 Deploying Inbound SMTP DANE with DNSSEC for all Outlook domains Transition provisioning of mail records for all newly created Accepted Domains into DNSSEC-enabled infrastructure underneath *.
Hi All,
Recently i was playing around with some M365 Audit Log Querys.
There are many ways how you can query the M365 Audit Log:
The Audit Log search Microsoft Purview compliance portal Search-UnifiedAuditLog Management Activity API Preview Microsoft.Graph API Note: Update on the Deprecation of Admin Audit Log Cmdlets
The Admin Audit Log cmdlets will be deprecated on September 15, 2024. The Mailbox Audit Log cmdlets will have a separate deprecation date, which will be announced early next year.
Hi All,
Recenty i stumbled across something very odd in Exchange Hybrid.
I am running Exchange Hybrid:
Exchange Server 2019 CU14 Apr24HU (published to the Internet via https://mail.icewolf.ch) Exchange Server 2016 CU23 Apr24HU Hybrid Wizard has no issues Free/Busy works Test-OAuthConnectivity shows error when using Mailbox with no Archive Hybrid Wizard After running the Exchange Hybrid Wizard - witch has been run without any Problems
Errors in Test-OAuthConnectivity I had an Error when testing OAuth from Exchange Online to OnPrem.
Hi All,
Yesterday, Microsoft has released the ExchangeOnlineManagement 3.5.0 PowerShell Module.
PowerShell Gallery ExchangeOnlineManagement 3.5.1 v3.5.1 :
Bug fixes in Get-EXOMailboxPermission and Get-EXOMailbox. The module has been upgraded to run on .NET 8, replacing the previous version based on .NET 6. Enhancements in Add-VivaModuleFeaturePolicy. I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource ExchangeOnlineManagement -Scope CurrentUser Find-PSResource ExchangeOnlineManagement -Prerelease Uninstall old Module and install the new Module
Hi All,
Did you notice the Automated Response of User Reported Messages in Exchange Online?
MS Learn User reported settings Go to User reported settings in the Microsoft Defender Admin Portal A User Reports the Message with the “Report Message” Plugin
Let’s say he reports the Message as Junk
The Admin will see these Messages in the Defender Admin Portal Submissions > User reported
The Admin can now investigate and use the “Mar as and notify” to send the User a Feedback
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
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
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