WPNinjas HeaderWPNinjas Header

Category: Script

Intune
Thomas Kurth

Intune Settings Catalog support in M365Documentation

The M365Documentation PowerShell module is extended with new incredible  functions: PowerShell 7 Support the execution on PowerShell 7 hosts. MEM/Intune Settings Catalog The settings catalog is growing and is used by more and more customers. Now, it can also be documented with my module. Thank you @ylepine for the contribution

Read More »
Azure AD
Thomas Kurth

Automatic Intune Documentation evolves to Automatic Microsoft 365 Documentation

One of the biggest pain points of many companies is the documentation of their infrastructure. With the fast changing products/features it’s more important to have an accurate documentation. The Automatic Microsoft 365 Documentation is the successor of the Automatic Intune Documentation which provides many advantages. It’s no longer a simple

Read More »
Intune
Thomas Kurth

Extended Intune Documentation Script

Today I had time to extend my Intune Documentations script with new sections and release version 11 on Github. The script now documents the following parts of Intune: Configuration Policies Compliance Policies Device Enrollment Restrictions Terms and Conditions Applications (Only Assigned) Application Protection Policies AutoPilot Configuration Enrollment Page Configuration Apple

Read More »

Slides and Scripts of my Session at the CMCE CU2

Today, there was the great event of the Swiss ConfigMgr User Community in Zürich. As promised I share my slides and some of my scripts. Slides Scripts Check Domain Join (As Andrew said you can also extend it to check if the client is in the correct OU) Tattooing OSD

Read More »

Full Disk Space on Site Server (IIS Logs)

Many times I saw site server with a full C:\ drive. The most common problem is that the internet information services (IIS) logs are growing without a limit.     These log files are normally stored under c:\inetpub\logs\LogFiles. What options do we have to solve this problem and get a

Read More »

Repair Applications with netECM (Local and Remote)

How often do you have a problem with a single application and would like to reinstall it easily? With SCCM you have to add the client to an uninstall collection, wait until the client has received the deployment and then remove it from the uninstall collection and add it back

Read More »

Driver Management: How to detect Hardware Model for Drivers

In the past, we detected the hardware type of a computer with WMI queries in a Task Sequence step. When you deploy multiple Operating Systems or Task Sequences, you have to manage the WMI Query on many locations. Andreas Kuperschmied and Roman Andres have created an abstraction layer for this

Read More »

Automatically merge conflicting records

Reinstalling a computer can cause Configuration Manager 2007/2012 to create a new computer object for this computer and setting the existing computer object to obsolete. To prevent Configuration Manager from automatically creating new computer objects and instead merging the new record with the existing object you have to implement a

Read More »