Use Dynamic Groups to access SharePoint Online sites

Use Dynamic Groups to access SharePoint Online sites

Sometimes organizations want to make certain data available to dynamic groups. The good news is: SharePoint Online supports Dynamic Groups. Here is a step-by-step guide to show you how it works. With Dynamic Groups, members can be grouped based on specific characteristics, for example if a user property exists, they are assigned to a certain department and more. This is very useful if only certain users should be members of such a group, especially in large companies. In this short article, we create a new Dynamic Group in Azure AD, and assign the Group to a SharePoint Online site. ...

June 21, 2022 · 4 min · Martina Grom
Get the latest Teams activity with Graph

Get the latest Teams activity with Graph

Carrying out a cleanup process from time to time helps against IT garbage. If you are an Microsoft 365 admin, the following post will help you to find out unused teams. In large organizations, many teams are often created over time (which are not used). While Microsoft 365 now supports the cleanup with the renewal function (see more at Team expiration and renewal in Microsoft Teams), it is sometimes helpful to identify and evaluate teams that are no longer used and to carry out deletion actions yourself. The Microsoft Graph now offers a (beta) method for searching and identifying such teams according to your own criteria. ...

May 11, 2022 · 4 min · Martina Grom
Join us at Thrive conference 2022

Join us at Thrive conference 2022

There are often hidden treasures to be discovered. The Thrive conference in Slovenia is one of them. Join us at there at the end of May! Thrive conference takes place from 24th - 25th May 2022 at ECO Hotel Bohinjska Bistrica, a small village between Bled lake and Bohinj lake in the heart of Triglav National Park, in beauftiful Slovenia. On 23rd May there are pre-conference workshops. The location is very easy to reach from Austria, by train or car. Visit the Bohinj website for more information about one of the most beautiful National Parks in the heart of Europe. ...

May 3, 2022 · 1 min · Toni Pohl
Join us at TeamsNation next week!

Join us at TeamsNation next week!

Only one week left until the Teams Nation Community Conference 2022! The #TeamsNation online conference is 100% community and 100% free with 13 tracks, 140 sessions and 170 speakers! We are excited to be a part of it, along with hundreds of fellow community members. See the schedule and register today! Our contributions are the following sessions: How Microsoft 365 Priva helps to safeguard personal data and build a privacy-resilient workplace and ...

March 16, 2022 · 1 min · Martina Grom
WienIT setzt auf die Microsoft Cloud

WienIT setzt auf die Microsoft Cloud

Datensicherheit ist ein wesentlicher Faktor für jedes Unternehmen und jede Organisation. So setzt auch unser Kunde WienIT auf die Microsoft Cloud. WienIT ist Wiens bedeutendster Infrastrukturdienstleister und Teil der Wiener Stadtwerke-Gruppe, die mit über 15.000 MitarbeiterInnen einer der vielfältigsten Arbeitgeber der Stadt Wien ist. atwork ist stolz darauf, WienIT mit Expertise im Bereich Cloud-Technologie und Security zu unterstützen. atwork unterstützt Kunden bei dem Einsatz von Microsoft 365 und Microsoft Azure in Geschäftsprozessen und Anwendungen. Unsere Expertise liegt in der Beratung, Konzeption, Migration und Entwicklung von Geschäftsanwendungen in der Microsoft Cloud. Wir freuen uns, dass wir WienIT dabei unterstützen konnten ihre Arbeitsumgebung effizienter und sicherer zu machen. ...

March 12, 2022 · 1 min · Martina Grom
This was the ADCD2022 event

This was the ADCD2022 event

Last Friday, the cloudusergroup organized the Virtual Community Event #ADCD2022, the Austrian Developer Community Day 2022. We had 25+ interesting sessions with great speakers and a great virtual day of the event. Here are some impressions of it. There hasn’t been a local community event for cloud developers for a long time. So we decided to hold such an event. Martina Grom and I, Toni Pohl, started to organize the event end of 2021. Due to the current Covid situation, it was clear that the event could unfortunately only take place virtually. Thankfully we got great support from Rainer Stropek, Martin Ullrich, Christian Glessner and Zaid Zaim. and we found some sponsors for advertising and for financing the community platform Hopin we wanted to use for the first time: Thanks to Microsoft Austria, atwork, Software Architects, hololux, tietoevry and to Coding Club Linz for your support! ...

March 3, 2022 · 4 min · Toni Pohl
Force a content refresh of an Azure static website using Azure CDN

Force a content refresh of an Azure static website using Azure CDN

Static website hosting in Azure Storage is really cool and quick method for simple deployment scenarios. Azure CDN edge nodes provide the cache and distribution layer with custom domains, rules, and further configuration options for such a static website. But what to do if you update the static website and it doesn’t deliver the new content? How can you force an update? See the solution here. In this sample, we have a community website www.cloudusergroup.at running in Azure. You can find out how to create and to deploy a static website on an Azure Storage Account at Static website hosting in Azure Storage and a tutorial at Tutorial: Host a static website on Blob Storage. In this case, the website has a custom domain bound to the website with Azure CDN, see more at Quickstart: Integrate an Azure Storage account with Azure CDN. ...

February 5, 2022 · 2 min · Martina Grom
How to filter entries with Null value in Azure Table Storage Explorer

How to filter entries with Null value in Azure Table Storage Explorer

Azure storage accounts are a great and inexpensive way to store lots of data. I am using Azure Table storage to store large amounts of structured data for various tools. I needed to filter all rows that have a specific field that shows Null. While this sounds simple, it is a bit tricky. Here’s how. The problem is that columns showing “Null” just don’t exist, but they are shown in list with Null. Therefore, it does not work to filter them out. In my example, I had a table with a column called Users (of type Int32) that contained items with a number and others that had no value. So, the following query filters for a timeframe and all items having a Users value greater than 0. Unfortunately, the query also shows elements with the Null value… ...

January 27, 2022 · 2 min · Toni Pohl
Die New Commerce Experience für CSP ist da!

Die New Commerce Experience für CSP ist da!

Das Microsoft Cloud Solution Provider (CSP) Programm ermöglicht es Ihnen, Microsoft-Clouddienste über atwork zu beziehen. Unter dem Namen New Commerce Experience (NCE) wird es von Microsoft zukünftig für Endkunden einige Änderungen im CSP Programm geben. Was ist “New Commerce Experience” (NCE)? Die New Commerce Experience (NCE) ist eine neue Plattform für die Verwaltung Ihrer CSP-Subscriptions (Abonnements). Dies betrifft alle “seat-based”-Microsoft Lizenzen wie Microsoft 365, Dynamics 365, Power Platform und Windows 365 ab März 2022. Mit der neuen NCE Plattform werden Richtlinien neuer Subscription Verträge erweitert und angepasst sowie Laufzeiten, Kündigungsfristen und Preise der Abonnements geändert. ...

January 14, 2022 · 2 min · Mercedes Orasch
Identify guest users and their status with Graph

Identify guest users and their status with Graph

Working with Microsoft Azure and Microsoft 365, Azure Active Directory as an identity and management system becomes more and more important. Like Active Directory, Azure AD grows throughout time with guest accounts, cloud accounts and synchronized accounts. From a governance and lifecycle point of view - and also for security reasons - it is therefore important to clean up Azure AD from time to time. The cleanup process supports a healthy lifecycle management. In this article we describe how to quickly identify guest users in your own Azure AD with on-board resources. ...

January 5, 2022 · 4 min · Martina Grom