Skip to content

Instantly share code, notes, and snippets.

View gyssels's full-sized avatar
🙈

Christian P. Gyssels gyssels

🙈
View GitHub Profile
#
# WmiExplorer.ps1
#
# A GUI WMI explorer and WMI Method Help generator
#
# /\/\o\/\/ 2006
# www.ThePowerShellGuy.com
#
# load Forms NameSpace
[void][System.Reflection.Assembly]::LoadWithPartialName("System.windows.forms")
@gyssels
gyssels / vce.tcl
Created June 28, 2019 15:30 — forked from juster/vce.tcl
VCE Exam Taker
package require Tk
proc initTop {} {
menu .topMenu
menu .topMenu.fileMenu -tearoff 0
.topMenu.fileMenu add command -label Open... -command selectVCEPath
.topMenu add cascade -label File -menu .topMenu.fileMenu
. configure -menu .topMenu
@gyssels
gyssels / build19-superhero.md
Created May 21, 2020 23:08 — forked from jldeen/build19-superhero.md
Build19 From Zero to DevOps Superhero