WPNinjas HeaderWPNinjas Header

Tag: Powershell

Intune
Thomas Kurth

Map printers with Microsoft Endpoint Manager

When moving to the cloud managed modern workplace based on Azure AD Join you will see that there are many benefits available. But especially designing the workplace can lead to problems as Microsoft Endpoint Manager currently supports nearly all policies and settings, but lacks the possibilities of GPO Preferences like

Read More »
Azure AD
Thomas Kurth

Azure AD Device based Authentication

When creating solutions in Endpoint Management it’s often the case that you need to execute scripts in SYSTEM context and submit data to a webservice. As long the devices are Active Directory Joined or Azure Active Directory Hybrid Joined this is not an issue as the computer itself has an

Read More »
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 »
Azure AD
Thomas Kurth

Dsregcmd for PowerShell and .NET

I often write script or small applications for devices. Many times I required the AzureAD device ID which can be obtained from registry or by parsing the dsregcmd output. But parsing console output is not really reliable when the output changes for example. Now, I found a solution by using the

Read More »