blog.atwork.at

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

Troubleshooting Delegate365

Delegate365 is a user-friendly tool to enable delegated management of users, licenses, and groups. This means that only objects assigned to a scope administrator are displayed in Delegate365. So, sometimes, we get questions as "I can't see my users/shared mailbox or similar". Here's why and how to solve such issues.

Project Online / Project Server: Project Detail Pages - Enhancements (Part 5)-Remove Time from Enterprise Custom Fields on Project Detail Pages

As an administrator, you may receive a requirement to add some logic to your Project Detail Pages (PDPs). There are some options how to do this. This is the fifth article of a series explaining ways to implement some logic using JavaScript/JQuery.
This article provides a sample how to hide the time part of Enterprise Custom Fields of type date.

Project Online / Project Server: Project Detail Pages - Enhancements (Part 4) - Show/Hide a field based on the value of an Enterprise Custom Field without Lookup Table using REST

As an administrator, you may receive a requirement to add some logic to your Project Detail Pages (PDPs). There are some options how to do this. This is the forth article of a series explaining ways to implement some logic using JavaScript/JQuery.
This article provides a sample how to hide a field depending on the value of an External Custom Field not available on the same page.

Project Online / Project Server: Project Detail Pages - Enhancements (Part 3) - Show/Hide a field based on the value of an internal field using REST

As an administrator, you may receive a requirement to add some logic to your Project Detail Pages (PDPs). There are some options how to do this. This is the third article of a series explaining ways to implement some logic using JavaScript/JQuery.
This article provides a sample how to hide a field depending on the value of an internal field not available on the same page.

Ready for European Collaboration Summit 2019!

Join us at the legendary European Collaboration Summit from May 27 to May 29, 2019 in Wiesbaden, Germany! #collabsummit is Europe's largest community-driven conference with a focus on modern workplace technologies and digital transformation, with topics such as Microsoft 365, Azure, SharePoint, AWS, and Business Apps. The conference is organized for the community by the community.

Project Online / Project Server: Project Detail Pages - Enhancements (Part 2) - Show/Hide a field based on the value of an Enterprise Custom Field on the same page

As an administrator, you may receive a requirement to add some logic to your Project Detail Pages (PDPs).
This second article describes how to add some code to PDPs and provides a sample how to hide a field depending on the value of an Enterprise Custom Field on the same page using JavaScript/JQuery..

Groups Governance Toolkit Part 3-Develop Azure Functions

After the introduction of the Office 365 Groups and Microsoft Teams Governance Toolkit and with the necessary requirements we are now looking into Azure Functions. In our group and team provisioning scenario, we need a little code for provisioning of an Office 365 group and a Microsoft team. Serverless computing with an Azure Function provides the optimal solution for that. Follow these steps to create the function we need for our workflow.

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.