MICROSOFT365

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 "

New Microsoft Whiteboard Version saves on OneDrive

Andres Bohren
Hi All, I've checked today if there where any updates from the Microsoft Store. As you can see the Microsoft Whiteboard App was updated. I've checked the App and was able to Open the Diagrams again So i was curious and created a new Whiteboard and named it "Brainstrom". I had applied for the Microsoft Whiteboard OneDrive Opt-In Microsoft Whiteboard OneDrive Opt-In https://blog.icewolf.ch/archive/2021/12/15/microsoft-whiteboard-onedrive-opt-in.aspx As you can see the new Whiteboard is saved in OneDrive.

Exchange Hybrid OWA Redirection in Exchange Online

Andres Bohren
Hi All, I recently had a customer where the OWA Redirect in Exchange Online (Exchange Hybrid configuration) did not work. The reason was, that the TargetOWAURL was not set Get-OrganizationRelationship Get-OrganizationRelationship -Identity "O365 to On-Prem*" | fl I have a SharedMailbox OnPrem where my User has FullAccess In Exchange Online i go to Outlook on the Web https://outlook.office.com/mail/ and select "Open another Mailbox" I search for the Mailbox and hit "

M365 Admin Portal - Idle session timeout (Preview)

Andres Bohren
Hi All, There is a new Setting in M365 Admin Portal called "Idle session timeout" - which is in Preview. This setting is currently supported by the following Web Apps - more apps are expected to come. Outlook Web App OneDrive for Business SharePoint Online (SPO) Office.com and other start pages Office (Word, Excel, PowerPoint) on the web Microsoft 365 Admin Center Idle timeouts are Tenant wide settings and can't be targeted like Conditional Access Policies.

Azure Active Directory Connect 2.1.1.0 released

Andres Bohren
Hi All, Two Days ago, Microsoft has released a new Version of Azure AD Connect that fixes an Error, when there is a model db corruption. Resolve Model database corruption in SQLLocalDB https://docs.microsoft.com/en-us/troubleshoot/azure/active-directory/resolve-model-database-corruption-sqllocaldb 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 2.1.1.0 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