blog.atwork.at

news and know-how about microsoft, technology, cloud and more.

Develop Intelligent Apps for the Modern Workplace interview at ECS 2019

End of May the European Collaboration Summit 2019 took place in Germany. My MVP colleague Michael Greth did a short interview with me about Microsoft Graph and my session "Develop Intelligent Apps for the Modern Workplace". Watch it here.

Get the Microsoft Graph g-raph stickers

If you are a Microsoft 365 developer, you will be working with the Microsoft Graph to access data in the cloud. Of course, every product needs a mascot. So, the Microsoft Graph team created their own mascot recently: The Microsoft Graph g-raph (giraffe). Get the artwork for the Microsoft Graph g-raph here!

Groups Governance Toolkit Part 2-Provisioning requirements

In part 1 of this series we described the scenario for our Office 365 groups governance toolkit. In this part we will setup a workflow for the Office 365 and Microsoft Teams provisioning. Workflows help to follow specific processes for a successful collaboration.
Offering self-services for users is a key to reduce workloads on the IT department and to allow users to cover their requirements quickly while the organization's policies are enforced during the process. A frequently asked request is how to provision a new Microsoft Team in Office 365 in a secure and monitored way. See how this can be implemented here.
To allow an app to create a Microsoft group or team programmatically in a workflow, we will use the Microsoft Graph API, Azure Functions and Flow or Logic Apps. With these technologies, we can create powerful workflows to offer a self-service for users to create a team when needed, approved by the manager and being provisioned with all the necessary properties and permissions.

Groups Governance Toolkit Part 1-Overview

IT-Governance is an important topic, especially in large organizations. At Microsoft Ignite conference, we showed the "Groups Governance Toolkit" with a bunch of useful tools to regulate and monitor Office 365 groups and Microsoft Teams. Here, we will show the step-by-step guidance how to implement that toolkit with Microsoft 365 and Microsoft Azure. Let's start with an overview what topics we cover in this article series.

Join us at SharePoint Conference 2019!

If you are working with Microsoft SharePoint, 2019 will be a great year! First of all, because SharePoint Server 2019 has been announced, and because SharePoint Conference North America 2019 will take place in May in Fabulous Las Vegas (again). We from atwork will be part of the conference and we are looking forward to it. The event registration is already open and there are reduced price packages available. Additionally, find a $50 discount code here!

Impressions of Microsoft Tech Summit Paris 2018

After we returned from MVP Summit, we were proud to be part of Microsoft Tech Summit from March 14th to 15th in Paris. The cost-free roadshow took place in Paris Expo Porte de Versailles and delivered two days of news and How-To’s of the Microsoft cloud services. See some impressions here.

Impressions of Microsoft Tech Summit Frankfurt 2018

This week, the Microsoft Tech Summit roadshow took place in Frankfurt, Germany. On two days, from February 21-22, 2018, the cost-free roadshow informed about topics from Azure to Microsoft 365. We were happy to be part of the Tech Summit. See some impressions here!

How to access files stored in OneDrive or in a SharePoint site with Microsoft Graph and the Excel API

The Microsoft Graph API is the new unified endpoint for developers accessing data from an Office 365 tenant. Amongst many other features, you can work with OneDrive and SharePoint files with the Graph REST API. Additionally, you can directly work with Excel files through the Graph Excel API. Since all samples I found just use the personal OneDrive for Business (OFB) file storage, I wanted to document how to access files that are stored in a SharePoint Online site (SPO) as well. So, here we go!