WhiteboardAdmin 1.11.2 PowerShell Module released

WhiteboardAdmin 1.11.2 PowerShell Module released

Hi All,

Yesterday Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery.

Release Notes:

  • Internal fixes to improve performance and reliability

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Check what Version of the Module is installed and what is available from the PowerShell Gallery.

Get-InstalledPSResource WhiteboardAdmin -Scope AllUsers
Find-PSResource WhiteboardAdmin

Uninstall the old Version and install the new Version

Uninstall-PSResource WhiteboardAdmin -Scope AllUsers
Install-PSResource WhiteboardAdmin -Scope AllUsers
Get-InstalledPSResource WhiteboardAdmin -Scope AllUsers

List the Commands of the Module

Get-Command -Module WhiteboardAdmin

In order to List the Whiteboards from a User we need to have his ObjectId. One way to get that is to use the MgGraph Modules.

Connect-MgGraph -NoWelcome
Get-MgUser -UserId a.bohren@icewolf.ch

To use the Commands from Whiteboard Admin you need to have the Global Administrator Role. List the Whiteboards from a User.

Get-Whiteboard -UserId 6db8cdd5-8e93-462d-9907-994406c07f60

Regards
Andres Bohren

M365 Logo

PowerShell Logo