Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

193 total results found

Quick tools & links

Microsoft Graph API

On this page you will find small helpful Graph API queries that can help you in operation or engineering. The topics will be added gradually and include any Microsoft Graph API products, such as Intune, Microsoft Entra ID, SharePoint and many more. Microsoft ...

Quick commands

Microsoft Windows

Add Microsoft Entra ID user to local group Administrators $UPN = "<yourupn>" Add-LocalGroupMember -SID 'S-1-5-32-544' -Member "AzureAD\$UPN+ Remote Desktop Users $UPN = "<yourupn>" Add-LocalGroupMember -SID "S-1-5-32-555" -Member "AzureAD\$UPN" KMS Wri...

Set scope tag by domain of primary user with automation

Microsoft Intune

This automation solves a very small specific use case. As soon as the mobile devices (IOS, Android) are registered in Intune and are not set up via enrollment type profiles, no more scope tags can be set based on device parameters. This is where this automatio...

Download & install Microsoft Store AppX container

WinGet

This guide is intended as a transition and for a very specific problem case. Unfortunately, not all software vendors maintain their packages on the different platforms. Since Microsoft has discontinued the Microsoft Store for Business since mid 2023 and the su...

Start Intune Device Sync via Graph API

Microsoft Intune

Requirements: Microsoft Entra ID Authentication token is needed to use this script and the Graph API. This tool allows you to initiate Intune Sync on multiple or all devices. The Graph API is accessed via PowerShell and triggers the sync on the devices. Perm...

Interactively enroll Windows Device with Autopilot

Microsoft Intune

To enroll a Windows device into Intune via Windows Autopilot, it is needed to register the serial number and hardware id in the tenant via an interactive login. The user has to log in as "Intune Administrator" and upload the information via Graph API into Intu...

Create Workbooks with KQL queries

Azure Log Analytics

Introduction In today's data-driven world, Azure provides a wealth of data waiting to be analyzed. Azure Log Analytics, powered by Kusto Query Language (KQL), enables users to explore and visualize data effectively. Let's dive into how to leverage KQL-Based W...

Run PowerShell Code from frontend on backend using Azure Function

Azure Functions

This tutorial shows how to build a REST API that executes PowerShell code using an Azure Function. This code can then return values and objects as JSON responses using "return".  Using Function To use this function you need the following: Azure Function w...

Enterprise workplace GIT structure

GIT

In this concept, we establish a central repository for PowerShell scripts to encourage collaboration and active work on scripts. We rely on the following elements: Central repository for PowerShell Scripts: We set up a central repository where all PowerShel...

Installation and configuration of GIT

GIT

To get started with GIT, first install Visual Studio Code (VS Code) and GIT on your computer. After installation, configure GIT with your name and email address. These steps are documented here. Install VS Code Install VS Code on your computer. Here is a win...

Export users with home directory set to share

Active Directory

This PowerShell script simplifies Active Directory user management. It quickly identifies users with network share home directory paths within a specified OU. You can easily view their details, such as names, account names, and paths, and export this informati...

Set user home to path or local home

Active Directory

This PowerShell script streamlines the process of setting or updating home directory paths for multiple Active Directory (AD) users. It reads a list of usernames or User Principal Names (UPNs) from a file and uses the Set-ADUser cmdlet for the task. You can cu...

Evaluate installed app version from devices via Graph API

Microsoft Intune

Managing applications across a fleet of devices is a critical task for IT administrators. With this PowerShell script you can leverage the power of Microsoft Intune and the Microsoft Graph API to streamline application inventory management. By using this scri...

Get duplicate Intune devices by serialnumber

Microsoft Intune

Sometimes it happens that there are several devices with the same serial number in Intune. This can happen for example when switching from AD/SCCM built clients to Intune only clients. This script helps to find the duplicate entries. At the end a CSV is outpu...

Communication concept for enterprise workplace team

Communication

This concept serves to standardize the communication channels and working methods within an enterprise grade workplace team.  Basic rules of communication:  We inform ourselves daily in the defined communication channels (obligation to get). We communicat...

Download win32 intunewin content file via Graph API

Microsoft Intune

This tutorial is about how to download intunewin content according to an Intune App ID. It is only about the file. The other configurations outside the file can be fetched via another endpoint as JSON. The script first gets the file version and then the stora...

Workaround for problems with local permission groups and cached Entra ID users

Microsoft Windows

Problem description Microsoft has a bug with local permission groups (e.g. Administrators & Remote Desktop Users) on Windows 10 & 11. If you use Microsoft Entra ID user objects to grant permissions onto Microsoft Entra ID joined devices you can do this either...

Mengenlehre

Semester 1 Diskrete Mathematik

Als Menge wird in der Mathematik ein abstraktes Objekt bezeichnet, das aus der Zusammenfassung einer Anzahl einzelner Objekte hervorgeht. Diese werden dann als die Elemente der Menge bezeichnet. Mengen: Grossbuchstaben; A, B, C, ... Elemente: Kleinbuchstaben;...

Aussagenlogik

Semester 1 Diskrete Mathematik

In der Aussagenlogik versteht man unter einer Aussage einen sprachlichen oder formalen Ausdruck, dem man genau einen der beiden möglichen Wahrheitswerte (w: wahr, f: falsch) zuordnen kann. Konjunktion Nur W - W ist wirklich wahr. Disjunktion Nur F - F ist wi...

Funktionen

Semester 1 Diskrete Mathematik

Eine Grösse y ist von einer anderen Grösse x abhängig. f(x) -> Bild von x Urbild Wenn $y \in B$ dann ist $x \in A$ mit f(x) = y. $y \in B$ kann kein, genau ein oder mehrere Urbilder haben. Definitionsbereich Menge A der Funktion f. Zielbereich Menge B der Funk...