Tuesday, January 24, 2023
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
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
Get-Command -Module WhiteboardAdmin
Get-WhiteboardSettings
Get-WhiteboardsForTenant -Geography [Worldwide/Europe/Australia]
Get-Whiteboard -UserId [AzureADObjectID]
Regards
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
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"
Let's start the Migration
Let's try to finish the Migration
Apparently, we need to remove the Authentication Methods in MFA and SSPR.
Remove the Authentication Methods in Legacy MFA Portal
Remove Authentication Methods im SSPR
Let's try again to finish the Migration
This time it has worked
Regards
Andres Bohren