Standout Presentation Mode is available in PublicDeveloper Preview in Microsoft Teams

Standout Presentation Mode is available in PublicDeveloper Preview in Microsoft Teams

The standout mode is now available in Public and Developer Preview in Microsoft Teams and will soon be allocated within all Microsoft Teams versions, and we love it! Benefits Your video feed is next/overlaid to your content Customize your video feed and content Bring your presentations to the next level For the standout mode in Public or Developer preview, you need the following Use the Microsoft Teams Desktop application as a presenter but also as an attendee to experience the standout mode option ...

June 2, 2021 · 2 min · Mercedes Orasch
Microsoft Lernpfade App in Microsoft Teams-Client einbinden

Microsoft Lernpfade App in Microsoft Teams-Client einbinden

Die Einführung von Microsoft 365 im Unternehmen mit den jeweiligen Produktwerkzeugen kann optimal durch die Microsoft Lernpfade, oder auch Microsoft Learning Pathways genannt, unterstützt werden. Microsoft Lernpfade ist ein auf SharePoint Online basiertes Lernportal mit vorgefertigten Inhalten und kann ganz einfach in deinem Microsoft Teams-Client eingebunden werden. Das Portal basiert auf einer modernen Kommunikationswebsite und steht in verschiedenen Sprachen zur Verfügung. Innerhalb dieses Lernportals können die vorgefertigten Inhalte angepasst oder mit eigenen Inhalten erweitert werden. ...

May 27, 2021 · 4 min · Mercedes Orasch
Work with the Delegate365 PowerShell in the Azure Cloud Shell

Work with the Delegate365 PowerShell in the Azure Cloud Shell

Delegate365 provides a PowerShell module to access data in Delegate365 in scripts. You can import the Delegate365 module locally, or use it in the Azure Cloud Shell as well. See here, how to use the module in Azure Cloud Shell. Here, you can find a description of the Delegate365 PowerShell module. It is hosted in the PowerShell Gallery and can be easily installed. So, here´s a step-by-step guide how to use the Delegate365 PS module. ...

May 21, 2021 · 2 min · Martina Grom
How to create Webinars with Microsoft Teams

How to create Webinars with Microsoft Teams

We are beyond excited since Microsoft enrolled the new meeting option “Webinar” in Microsoft Teams, besides the well-known options “Scheduled meeting” and “Live event”. In this article, we will show you step-by-step how to use the new feature. Preparations When you are choosing to create a new meeting in Microsoft Teams, you choose “Webinar”. A new meeting form pops up. This allows you to add a registration page to your webinar. As the next step, you set the scope for your webinar (require registration). In our example, we will choose the registration-option “For everyone”, meaning that anyone can register, attendees are muted by default, and only presenters can share content. All in all, you have the following options: ...

May 20, 2021 · 3 min · Mercedes Orasch
European Union Data Boundary for the Microsoft Cloud

European Union Data Boundary for the Microsoft Cloud

Starting in 2022, Microsoft will enable EU-based public sector and corporate customers to process and store all of their data within the EU. Read the article at EU Data Boundary for the Microsoft Cloud! Photo by Christian Lue on Unsplash Important Notes: This commitment will apply across all of Microsoft’s main cloud services Azure, Microsoft 365, and Dynamics 365. Microsoft’s cloud services already meet EU regulations. Microsoft Online Services already enable customers to comply with the GDPR even without this additional commitment to store and process data within the EU boundary. ...

May 6, 2021 · 1 min · Martina Grom
Tips for PowerApps-Add required user permissions for PowerApps using Dataverse

Tips for PowerApps-Add required user permissions for PowerApps using Dataverse

When users shall have access to a PowerApp that is using Dataverse (formerly Common Data Service - CDS), they also need to have the permissions to access the data entity (nowadays called table). So, if your users get an ugly “unknown error occurred” when accessing the PowerApp, here´s the solution to assign the required security role and permissions. The data table To demonstrate how to set permissions, I switched to the environment (in my sample, it´s the “Dev environment”) and created a new table in the https://make.powerapps.com/environments/[environment-id]/entities / Data / Table menu. The table name here is atworktest with some text columns. ...

April 1, 2021 · 4 min · Toni Pohl
Azure Logic Apps Toolbox 7-Resolve issues with the SharePoint Connector

Azure Logic Apps Toolbox 7-Resolve issues with the SharePoint Connector

Using SharePoint Online (SPO) and Azure Logic Apps helps to automate processes. For a project, we have created some workflows with Azure Logic Apps that monitor changes to an SPO list or document library for approvals and other document workflows. We have found that the SPO connector does not always send all data in a reproducible manner: sometimes some fields were sent and sometimes not. We struggled with this behavior and found an unexpected workaround. ...

March 11, 2021 · 4 min · Toni Pohl
Delegate365 changelog 9.2-More improvements

Delegate365 changelog 9.2-More improvements

Delegate365 v9.2 will be extended with some new features this March. See the latest features here. See the latest features of Delegate365 v9.2 such as extended reports retention dates, new message tracing options, a new license order process, some fixes and more at Delegate365 changelog 9.2-improvements Schema Extensions: Another new feature is described at Introducing user schema extensions in Delegate365. This allows to add custom user data to Azure AD. The custom data can be used with PowerShell for own business processes. See more at how to use Azure AD schema extensions in Graph PowerShell. ...

March 8, 2021 · 2 min · Toni Pohl
Azure Logic Apps Toolbox 6-Work with items in Apply to each

Azure Logic Apps Toolbox 6-Work with items in Apply to each

Automation of small tasks is helpful for many recurring processes. Unless you regularly use Power Automate (Flow) or Azure Logic Apps, it is often not that easy to remember the correct syntax for accessing items in a loop. Here is the quick help. This sample is using a flow in Power Automate to read messages from a Microsoft Teams team (I know, this sounds strange) and outputs any field to an email. The purpose is just to see how to access data in JSON format in a “Apply to each” loop. Here´s the screenshot of the complete flow with the description of the actions. ...

March 6, 2021 · 3 min · Toni Pohl
Working with Azure AD schema extensions in Graph PowerShell

Working with Azure AD schema extensions in Graph PowerShell

Schema extensions enable to store extended custom data directly to objects in Azure AD. This article describes how to access data we defined and added in Introducing user schema extensions in Delegate365 with the Microsoft Graph PowerShell module. Prerequisites To work with Microsoft Graph and PowerShell, we need to install the Microsoft.Graph module as described at Install the Microsoft Graph PowerShell SDK. You can install the module in PowerShell Core or Windows PowerShell using the following command. ...

March 4, 2021 · 7 min · Toni Pohl