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

210 total results found

WebGUI

General architecture

Support HAP

Microsoft 365 DSC

Export Intune device script content via Graph API

Microsoft Intune

Prerequisites: Graph API access token and the script id from Intune device script. Since the content of the device scripts cannot be read in the Intune Admin Center (as is possible with remediation scripts), the Graph API must be used for this. Use case Som...

Pipelines

Regularly clean up MEID devices with automation

Microsoft Entra ID

Requirements: Create an App Registration or System Managed Identity with Directory.ReadWrite.All and Device.ReadWrite.All. For logging you need to have an Azure Function to create an API to centralize logs in an Azure Log Analytics Workspace.  This automation...

Runners

Google Workspace

Regularly clean up MEID guest user with automation

Microsoft Entra ID

Requirements: Create an App Registration with AuditLog.Read.All and User.ReadWrite.All. For logging you need to have an Azure Function to create an API to centralize logs in an Azure Log Analytics Workspace.  This automation gets all Microsoft Entra ID Guest ...

Microsoft Partner Center

Command Line

Import enrollment devices via Graph API

Microsoft Intune

Prerequisites: Graph API authorization header and the serial number & hardware identifier from the device. To read out the information such as serial number and hardware identifier from the device you can use the Get-WindowsAutopilotInfo tool provided by Micro...

Authentication

App Manual

Quick Commands

Docker CLI

Show running container docker ps Run new container (Also pulls the corresponding image) docker run -d -t -p <portondockerhost>:<portinsidedockercontainer> --name <containername> <containerimagename>:<containerimageversion> Docker arguments Argument...

PowerShell Quick Commands

XenDesktop

Every command from this collection needs to be run on one of the Delivery Controllers. Turn off Citrix VDI Add-PSSnapin citrix* New-BrokerHostingPowerAction -Action TurnOff -MachineName <vdimachinename> Set maintenance mode Add-PSSnapin citrix* Set-Broke...

MySignins

Basic quick commands

Kubectl

Get all nodes kubectl get nodes Get cluster details kubectl cluster-info Get all pods kubectl get pods --all-namespaces Get all deployments kubectl get deployments --all-namespaces Get all namespaces kubectl get namespaces Delete deployment kubectl ...