MSIdentityTools PowerShell Module v2.0.36 released

Andres Bohren
Hi All, Microsoft has released another Version of theyr MSIdentityTools PowerShell Module to the Powershell Gallery. MSIdentityTools 2.0.36 Check what Version of the Module is installed and what’s available in the PowerShell Gallery Get-InstalledModule MSIdentityTools Find-Module MSIdentityTools Uninstall the old version of the PowerShell Module and install the newest one Uninstall-Module MSIdentityTools Install-Module MSIdentityTools Get-InstalledModule MSIdentityTools To see what commands are available use the following command Get-Command -Module MSIdentityTools To get the Signin URL you can use the following Command

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”

New look for Office on the Web

Andres Bohren
Hi All, Did you notice, that there is a new Look in Office for the web? The new look of Office It applies to all Office on the Web Applications like PowerPoint, Excel and Word. Regards Andres Bohren

OnPrem Exchange Server Update Status visible in M365 Admin Center (Preview)

Andres Bohren
Hi All, The Exchange Server Update Dashboard in Microsoft 365 Admin Center was announced at MEC 2022 in September 2022. In my Tenant this is now available in Preview. As you can see all my OnPrem Exchange Servers are in a supported state And also the Exchange Server have the latest Cumulative Update and Security Update installed Hope this helps to keep your Hybrid Exchange Infrastructure up to date. Regards

Exchange Online custom RBAC Role with App Authentication (OAuth2)

Andres Bohren
Hi All, I’ve already blogged about Exchange Online PowerShell V2 and Modern Auth with Application in AzureAD (Step-by-step) Azure AD Application Registration Permission: Office 365 Exchange Online > Exchange.ManageAsApp Add AAD App to Azure AD Role “Exchange Administrator” or “Exchange Recipient Administrator” In this Article it’s about custom RBAC Roles and Application Authentication Azure AD Application Registration Permission: Office 365 Exchange Online > Exchange.ManageAsApp Create a Exchange Online Service Principal for the Azure AD App

Git for Windows 2.39.1

Andres Bohren
Hi All, There exists a Security vulnerability in Git and you should update to Git Version 2.39.1 Git Downloads Git security vulnerabilities announced Let’s check the GIT Version before the Update git --version Now run the update Let’s check the GIT version after the update git --version Regards Andres Bohren

Azure PowerShell Module Az 9.3.0 released

Andres Bohren
Hi All, Somehow i missed, that the AZ PowerShell Module 9.3.0 has already been released a Week ago. Az 9.3.0 Azure PowerShell release notes Show Installed AZ Module and what’s available in the PowerShell Gallery Get-InstalledModule AZ Find-Module AZ To uninstall all the old Modules and install the new Modules i have written a PowerShell Script that is published at my GitHub Repo. #Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "https://raw.

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.Graph PowerShell Module 1.20.0 released

Andres Bohren
Hi All, Just a few Days ago, Microsoft has released Microsoft.Graph PowerShell Module 1.20.0. Microsoft.Graph 1.20.0 Release Notes Let’s check the installed Version and what’s available on the PowerShell Gallery Get-InstalledModule Microsoft.Graph Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script. It takes a while until all Modules are installed. Wait until “Cleanup finished” is shown.