Skip to content

Instantly share code, notes, and snippets.

@shd013
shd013 / Out-WPFGrid.ps1
Last active May 30, 2022 06:08 — forked from jdhitsolutions/Out-WPFGrid.ps1
A Windows PowerShell function to display command output in an interactive WPF-based datagrid.
#requires -version 5.0
# This is a fork off Jeff Hicks work: https://gist.github.com/jdhitsolutions/bfedf261bea20cb5c7a91f54869f31cc
# Added switch for PassThrough
# ToDo: Add option to use last position for Top and Left properties of the form or provide that as an option
# ToDo: Add statusbar for timer countdown and other information
Function Out-WPFGrid {
<#