Creating a GUI App with PowerShell and WPF - Part 1 Runspaces

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 21, 2023 · 8 min · GD

A custom Azure app with limited Microsoft Graph consent for PowerShell

A step by step guide to registering a custom Azure application for interactive MSGraph PowerShell. The example will create an app for use with the Show-Win32AppUI tool. ...

March 18, 2023 · 4 min · GD

Create custom code snippets in VSCode

BACKGROUND VSCode snippets are a productivity feature allowing blocks of code to be inserted with a couple of keystrokes or tab completion. Its simple to add your own Snippets and dramatically boost your productivity. Read on for the details. ...

May 7, 2021 · 4 min · GD

Find a computer's Active Directory Site and Subnet with PowerShell

Read-on for a PowerShell command to get the Active Directory Subnet and Site from the computername or IP Address. ...

April 13, 2019 · 2 min · GD

Export Remote Eventlog with PowerShell

This article includes a PowerShell Export-Eventlog command to quickly export Windows event logs from a remote computer and copy it to the local machine. ...

April 6, 2019 · 1 min · GD