Skip to content

Instantly share code, notes, and snippets.

@mitchelldavis
mitchelldavis / WmiExplorer.ps1
Created October 7, 2013 14:28
A GUI WMI explorer and WMI Method Help generator www.ThePowerShellGuy.com
#
# 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")
@mitchelldavis
mitchelldavis / SublimeTextProjectFileTemplate.js
Last active December 17, 2015 22:29
Sublime Text 2 Project File Template
//http://www.sublimetext.com/docs/2/projects.html
{
"folders":
[
{
"path": "src",
"folder_exclude_patterns": ["backup"]
},
{
"path": "docs",