WhiteboardAdmin 1.9.0 PowerShell Module released

Hi All,

A few Hours ago the PowerShell Module for the M365 Whiteboard has been released.

I guess it fixes some errors, as WhiteboardAdmin 1.8.0 was released only two weeks ago.

But i could not find any Release notes or so.

Get-InstalledModule WhiteboardAdmin
Find-Module WhiteboardAdmin
Uninstall-Module WhiteboardAdmin
Install-Module WhiteboardAdmin

Get-Command -Module WhiteboardAdmin

Regards
Andres Bohren

MSCommerce PowerShell Module 1.8 released and some new SelfServicePurchase Products

Hi All,

A few days ago the MSCommerce 1.8 PowerShell Module in the PowerShell Gallery has been released.

Use AllowSelfServicePurchase for the MSCommerce PowerShell module

Check for installed version of the Module

Get-InstalledModule MSCommerce

Check what’s available in PowerShell Gallery

Find-Module MSCommerce

Uninstall old Version and install new Version of the Module

Uninstall-Module MSCommerce
Install-Module MSCommerce

Connect to M365 and view the Details

Import-Module -Name MSCommerce
Connect-MSCommerce

Get-MSCommercePolicy -PolicyId AllowSelfServicePurchase
Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase

WhiteboardAdmin 1.8.0 PowerShell Module released

Hi All,

Yesterday the PowerShell Module WhiteboardAdmin has been released in Version 1.8.0.

To install use the commandlets below. Remember the PowerShell has to be startet “As Administrator” to uninstall/install PowerShell Modules.

Get-InstalledModule WhiteboardAdmin
Find-Module WhiteboardAdmin
Uninstall-Module WhiteboardAdmin
Install-Module WhiteboardAdmin

To get the Whiteboards of a user you must use TenantAdmin Credentials

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

That’s what the Result looks like

Regards
Andres Bohren

Calendar Availability (Free/Busy) Requests with Microsoft Graph

Hi All,

I recently had a customer that wanted to write an Application to read the Availability (Free/Busy) from the Calendars of theyr users.Here is how you can do that with Microsoft Graph.

First you need an Application in Azure Active Directory with an AppID / ClientID

Then you need to be able to Authenticate. I usually use a Certificate for that purpose.

As for the Permissions, the Application needs the following:

Microsoft Teams Calling Outlook Contacts

Hi All,

In May Microsoft has anouced, that Calling Pickers in Teams will also use Exchange Contacts.

The Rollout started in May and should be finished in mid June.

I have created a Contact called “Werner Beinhart” as a Reference to a Comic Movie from 1990.

When i search in Teams Calling for that user it will be found and presented to Call

Regards
Andres Bohren

Microsoft Teams Fluid Components

Hi All,

I’ve only worked a few Times with Loop Components in Teams so far.

Just a few things that are good to know:

  • Loop Components are saved on OneDrive (with all the Hassle of one User leaving the Company)
  • Loop Components can only used be on Chat (Channels not supportet so far)
  • There are some Limitations to Loop Components with Compliance Search (no viewer so far)

Overview of Loop components in Teams https://docs.microsoft.com/en-us/microsoftteams/loop-components-in-teams

Exchange Online: How to fix the Get-Place Error

Hi All,

Since a few weeks i had a strange behavior with the “Get-Place” command. I knew it has worked before.

I did get an Error only on a newly created CloudOnly Mailbox it worked.

Get-Mailbox -RecipientTypeDetails RoomMailbox 
Get-Mailbox -RecipientTypeDetails RoomMailbox | Get-Place

With the ExchangeOnlineManagement 2.0.6 Preview6 Module it worked perfectly fine

I did open a Microsoft Case and the support guided me to Microsoft Graph

GET https://graph.microsoft.com/v1.0/places/microsoft.graph.room