PSMDE - PowerShell Defender for Endpoint Module

PSMDE is a PowerShell module providing interactive access to Device information, Advanced Hunting data and machine actions. ...

August 27, 2023 · 4 min · GD

Access api.securitycenter.microsoft.com interactively with PowerShell

This post is an introduction to accessing the Defender Security Center API in PowerShell using interactive authentication. It is the basis for building tools and scripts to enhance day-to-day productivity that I’ll explore in future posts. ...

May 24, 2023 · 4 min · GD

Audit Installed VSCode Extensions with PowerShell

The recent incident of malicious extensions in the Visual Studio Code Marketplace got me thinking about how to audit extensions across a large estate. This post includes a script to get installed extensions on a local or remote computer. ...

May 19, 2023 · 2 min · GD

Read Intune IME Logs with PowerShell (CMTrace format)

Read-IMELog - A PowerShell script to read Intune Management Extension (IME) logs ...

April 17, 2023 · 1 min · GD

Creating a GUI App with PowerShell and WPF - Part 2 Controls, Events and XAML

More things I learned creating a GUI tool with PowerShell and WPF. The snippets in this article are based on the Show-Win32AppUI tool available on GitHub. ...

March 22, 2023 · 6 min · GD