MICROSOFT365

Reassign Sway from a permanently deleted User

Andres Bohren
Hi All, There is an update of the PowerShell to reassign from deleted Users. Requirements: You need to be Global Administrator You need the ID of the Sway to Transfer max 30 Days after the user has permanently deleted from Azure Active Directory Reassign Sways from a deleted user account - Admin Help PowerShell Cmdlet for Reassigning Sways After you have downloadet the Zip you need to extract it. It contains four folders with DLL’s

Microsoft Azure Active Directory Connect 2.1.20.0

Andres Bohren
Hi All, A few weeks ago, Microsoft has released a new Version of Microsoft Azure Active Directory Connect. Azure AD Connect: Version release history Microsoft Azure Active Directory Connect 2.1.20.0 On the M365 Admin Center in the Health > Directory Sync Status you can find the new Version Number Regards Andres Bohren

PnP.PowerShell 1.12.0 released

Andres Bohren
Hi All, A few Hours ago, a new Version of the PnP.PowerShell Module has been released. PnP.PowerShell 1.12.0 PnP.PowerShell Changelog To check what version is installed and what’s available from the PowerShell Gallery use the following Commands Get-InstalledModule PnP.PowerShell Find-Module PnP.PowerShell Uninstall the old version of the PowerShell Module and install the new one Uninstall-Module PnP.PowerShell Install-Module PnP.PowerShell Get-InstalledModule PnP.PowerShell Now you can use the PowerShell Module. Some example code below.

Microsoft Azure Active Directory Connect 2.1.19.0

Andres Bohren
Hi All, A few days ago, Microsoft has released a new Version of Microsoft Azure Active Directory Connect. Azure AD Connect: Version release history There are two new Attributes, but only one is currently supported by AADConnect. How to synchronize attributes for Lifecycle workflows Microsoft Azure Active Directory Connect 2.1.19.0 On the M365 Admin Center in the Health > Directory Sync Status you can find the new Version Number Regards

Azure Active Directory Connect 2.1.18.0 released

Andres Bohren
Hi All, Today i have noticed, that there is a new Version of Microsoft Azure Active Directory Connect available. It fixes just a few bugs and is for Download only - no Autoupdate available. Azure AD Connect: Version release history https://learn.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-version-history Microsoft Azure Active Directory Connect 2.1.18.0 https://www.microsoft.com/en-us/download/details.aspx?id=47594 After Download run the MSI File on your AAD Connect Server. After the Update you can Check the Version also in the M365 Admin Portal

Message Recall Improvement in Exchange Online

Andres Bohren
Hi All, The Message Recall Feature is based on Outlook Client. Now with millions of Mailboxes in Exchange Online some parts of the Feature can now deployed directly on the Mailbox in Exchange Online. Message Recall in Exchange Online https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=Message%2CRecall Check what's currently set Get-OrganizationConfig | fl RecallReadMessagesEnabled Enable Recall Message on the Server side Set-OrganizationConfig -RecallReadMessagesEnabled $true Get-OrganizationConfig | fl RecallReadMessagesEnabled EAC > Settings > Mail Flow > Message Recall > Allow users to recall messages read by the recipient

Outlook for Windows - External Mails are marked better

Andres Bohren
Hi All, It's been a while since i activated External Mails in Exchange Online Set-ExternalInOutlook -Enabled $true I have not updated my Office Version since last week. But when i restarted Outlook today a saw a new "External" Tag in the Message Overview. Seems to be there was a Change on 10. September 2022 On the Message itself - it's still the same Tip In OWA nothing changed and it looks still the same

Outlook for Windows Signature cloud settings

Andres Bohren
Hi All, Now it's finally have come true: Signatures from Outlook for Windows and OWA are shared. M365 Roadmap Signature cloud settings https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=signature%20cloud%20settings Let's check the Signatures on my Outlook for Windows Client You can have multiple Signatures in Outlook And they are now available in Exchange Online OWA Sadly Outlook Mobile does not support it. Or not yet - don't know. But that would be much appreciated if signatures would be consistent across Clients.

M365 Apps for Enterprise got a slightly new Design

Andres Bohren
Hi All, I've updated my Microsoft 365 Apps for Enterprise to 2209. There are several lightly new Designs to see... Outlook has also a refreshed Design and shows Tasks and ToDo in the Navigation Pane on the left Top. The ToDo does not work here I like the new Design of OneNote Regards Andres Bohren

How to set the DMARC Record for <tenant>.onmicrosoft.com Address

Andres Bohren
Hi All, Did you know, that you can set DMARC Records for your onmicrosoft.com Address in M365? How to enable DMARC Reporting for Microsoft Online Email Routing Address (MOERA) and parked Domains https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/step-by-step-guides/how-to-enable-dmarc-reporting-for-microsoft-online-email-routing-address-moera-and-parked-domains?view=o365-worldwide In the M365 Admin Center go to Domains https://admin.microsoft.com/Adminportal/Home#/Domains Select the onmicrosoft.com Domain Select "DNS Records" and "Add record" Now you can add your DMARC Configuration Now you can Check with nslookup nslookup -type=txt _dmarc.<m365tenant>.onmicrosoft.com Regards Andres Bohren