MICROSOFT365

New M365 SelfServicePurchase Products popping up (February 2023)

Andres Bohren
Hi All, Microsoft has announced some new SelfService Purchase Services in Microsoft 365. Use AllowSelfServicePurchase for the MSCommerce PowerShell module During the last Week it was not possible tho review or change it. Apparently it works again since yesterday. Connect to M365 and view the Details. As you can see there are two more: One for Power Automate and one for Teams. Import-Module -Name MSCommerce Connect-MSCommerce Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase Now, let’s disable the new Services

New Microsoft 365 Defender RBAC (Preview)

Andres Bohren
Hi All, I’ve stumbled accross the new Microsoft 365 Defender Role-based access control (RBAC). It is still in Preview but i gave it a go.For now you can create the RBAC Roles only in the M365 Defender Portal. But Graph Integration is at least on the Roadmap. Centrally manage permissions with the Microsoft 365 Defender role-based access control (RBAC) model Microsoft 365 Defender role-based access control (RBAC) Let’s have a look.

Microsoft 365 Whiteboard Admin PowerShell Module 1.10.0

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module for Microsoft 365. Release Notes: Fixes Get-WhiteboardsForTenant repetitive auth prompt issue. Includes some improvements for help comments and verbose messages PowerShell Gallery WhiteboardAdmin 1.10.0 Let’s check what Version is installed and what’s available from the PowerShell Gallery Get-InstalledModule WhiteboardAdmin Find-Module WhiteboardAdmin Let’s uninstall the old Module and install the current one Uninstall-Module WhiteboardAdmin Install-Module WhiteboardAdmin Get-InstalledModule WhiteboardAdmin List the Commands of the Module

Migrate MFA and SSPR Authentication Methods

Andres Bohren
Hi All, In January 2024, the legacy multifactor authentication and self-service password reset policies will be deprecated and you’ll manage all authentication methods here in the authentication methods policy. Use this control to manage your migration from the legacy policies to the new unified policy. How to migrate MFA and SSPR policy settings to the Authentication methods policy for Azure AD (preview) First review current Policies: MFA policy SSPR policy (if used) Authentication methods policy (if used) Enable “Allow use of Microsoft Authenticator OTP”

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