Microsoft 365 Whiteboard Admin PowerShell Module 1.10.0

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

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