Microsoft365

M365 Apps health in M365 Apps admin center

Andres Bohren
Hi All, I've tried out M365 Apps health Microsoft 365 Apps health https://docs.microsoft.com/en-us/deployoffice/admincenter/microsoft-365-apps-health You have to go to the M365 Apps Admin Center https://config.office.com/ I've gone through the "Get started" Wizard Selected a Group with my Office Devices I've had to change the Office Channel to "MontlyEnterprise" to get some data cd C:\Program Files\Common Files\microsoft shared\ClickToRun OfficeC2RClient.exe /changesetting Channel=MonthlyEnterprise OfficeC2RClient.exe /update user After the Change i had to wait for several Hours

New SelfServicePurchase Products popping up

Andres Bohren
Hi All, I've seen that there are some new SelfServicePurchase Services are published. In the following Blog Article i show you how to disable them. Import-Module -Name MSCommerce Connect-MSCommerce Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase Let's disable the two SelfServicePurchases Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0LHVK -Enabled $False Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0LHWM -Enabled $False When we check now, all the SelfServicePurchases are disabled Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase Regards Andres Bohren

Azure Active Directory Connect 2.1.15.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released a new Version of Azure Active Directory Connect with a lot of Butfixes and some Functional changes. Azure AD Connect: Version release history https://docs.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-version-history Microsoft Azure Active Directory Connect Download https://www.microsoft.com/en-us/download/details.aspx?id=47594 On the M365 Admin Center in the Health > Directory Sync Status you can find the new Version Number https://admin.microsoft.com/#/dirsyncmanagement Regards Andres Bohren

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