MICROSOFT365

PnP.PowerShell 1.11.0 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released the V1.11.0 of the PnP.PowerShell Module to PowerShell Gallery PnP.PowerShell 1.11.0 https://www.powershellgallery.com/packages/PnP.PowerShell/1.11.0 PnP.PowerShell Changelog https://github.com/pnp/powershell/blob/dev/CHANGELOG.md Check the installed Version and the Version in PowerShell Gallery Get-InstalledModule PnP.PowerShell Find-InstalledModule PnP.PowerShell Uninstall the old Module and install the new Version of the Module Uininstall-Module PnP.PowerShell Install-Module PnP.PowerShell Now you can use the PowerShell Module. Some example code below. Connect-PnPOnline -Url "https://icewolfch.sharepoint.com/sites/DemoTemplate/" -Interactive Get-PnPContext

Microsoft.Graph PowerShell Module 1.10.0 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released a new Version of the Microsoft.Graph PowerShell Modules. Microsoft.Graph 1.10.0 https://www.powershellgallery.com/packages/Microsoft.Graph/1.10.0 1.10.0 Release Notes https://github.com/microsoftgraph/msgraph-sdk-powershell/releases Check the installed Version and what's on the PowerShell Gallery Get-InstalledModule Microsoft.Graph Find-Module Microsoft.Graph But remember, it's not one Module, it is a collection of Modules Get-InstalledModule Microsoft.Graph* I've published a PowerShell Script on my GitHub Account that uninstalls the old Modules and installs the newest one

WhiteboardAdmin 1.9.0 PowerShell Module released

Andres Bohren
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. WhiteboardAdmin 1.9.0 https://www.powershellgallery.com/packages/WhiteboardAdmin/1.9.0 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

Andres Bohren
Hi All, A few days ago the MSCommerce 1.8 PowerShell Module in the PowerShell Gallery has been released. PowerShell Gallery MSCommerce https://www.powershellgallery.com/packages/mscommerce/1.8 Use AllowSelfServicePurchase for the MSCommerce PowerShell module https://docs.microsoft.com/en-us/microsoft-365/commerce/subscriptions/allowselfservicepurchase-powershell?view=o365-worldwide 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

WhiteboardAdmin 1.8.0 PowerShell Module released

Andres Bohren
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

Microsoft Teams Fluid Components

Andres Bohren
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

Microsoft Lists available for Android

Andres Bohren
Hi All, Finally Microsoft Lists is also available for Android. Microsoft Lists - Google Play Store https://play.google.com/store/apps/details?id=com.microsoft.lists.public Regards Andres Bohren

Many ways to send an Email with PowerAutomate/Flow

Andres Bohren
Hi All, There are many ways to send Emails from PowerAutomate (aka Flow). In this Blog Article i will show you three ways to send an Email. I reccomend to use Variant 2 and use your M365 Mailbox to send Emails. Variant 1 - Sendmail Create a new Cloud Flow Manual Trigger and Flowname is "Demo01" Add a Step Search for: "Mail" And select "E-Mail-Benachrichtigung versenden (V3)" Apparently this is done by Sendgrid Infrastructure so i have to accept

Enable Tenant-level Analytics in Power Plattform (Preview)

Andres Bohren
Hi All, Since a few Days you can enable Tenant-level Analytics in Power Plattfom as a Preview Feature. Tenant-level analytics (Preview) https://docs.microsoft.com/en-us/power-platform/admin/tenant-level-analytics Power Plattform admin center https://admin.powerplatform.microsoft.com/ Now you have to wait 24 Hours. After that you can switch between "Tenant level analytics" and "Environement level analytics" Yo can see better Screenshots (with data) from the Article below Tenant-level Analytics for Power Apps (preview) https://docs.microsoft.com/en-us/power-platform/admin/powerapps-analytics-reports Regards Andres Bohren

Microsoft Bookings

Andres Bohren
Hi All, By default Microsoft Bookings is enabled in Exchange Online. If you have disabled it like me, you need to enable it first in the Exchange Online OrganizationConfig. Turn Microsoft Bookings on or off https://docs.microsoft.com/en-us/microsoft-365/bookings/turn-bookings-on-or-off?view=o365-worldwide Get-Organizationconfig | fl *booking* Set-Organizationconfig -BookingsEnabled $true In the Default OwaMailboxPolicy all users can create Booking Mailboxes. Get-OwaMailboxPolicy -Identity OwaMailboxPolicy-Default | fl *booking* If you want to enable the Bookings creation only for one Mailbox you have to create a new OWAMailboxPolicy Set-OwaMailboxPolicy "