jsnover 

By: | 17,230 downloads | Last Updated: 2/24/2015 | Latest Version: 0.0.0.2

This contains the presentations and modules associated with the Feb 2015 PowerShell Desired State Configuration (DSC) Microsoft Virtual Academy (MVA) giving by Jason Helmick and Jeffrey Snover

By: | 17,058 downloads | Last Updated: 5/14/2015 | Latest Version: 0.2.16.6

Module with DSC Resources for Just Enough Admin (JEA). Jea makes it simple to create custom RBAC solutions using PowerShell.

By: | 13,628 downloads | Last Updated: 2/15/2016 | Latest Version: 1.0.0

Script to show the layout of PowerShell namespaces (Trees) using ASCII

By: | 12,915 downloads | Last Updated: 2/24/2015 | Latest Version: 0.0.0.2

This contains the presentations and modules associated with the Feb 2015 PowerShell Desired State Configuration (DSC) Microsoft Virtual Academy (MVA) giving by Jason Helmick and Jeffrey Snover

By: | 6,110 downloads | Last Updated: 9/30/2016 | Latest Version: 1.0.2

This has the PPT and demo script from my MSIgnite 2016 PowerShell V5 Unplugged session with Don Jones

By: | 2,933 downloads | Last Updated: 11/16/2016 | Latest Version: 1.0.0.2

MetaProgramming Module

By: | 1,998 downloads | Last Updated: 5/10/2016 | Latest Version: 1.0.1

This is a PowerShell frontend to the DJOIN.exe command which provides better discoverability and usability.

By: | 1,764 downloads | Last Updated: 1/27/2017 | Latest Version: 1.0.0.0

Set the desktop background to an RGB color. The core of this code was produced by http://stackoverflow.com/users/3281719/wheatfairies who published it http://stackoverflow.com/questions/25774494/powershell-make-desktop-background-changes-take-effect-immediately

By: | 1,152 downloads | Last Updated: 3/29/2016 | Latest Version: 1.0.1

This script completely transforms the experience of giving a demo, allowing you to focus on your messages instead of typing. It is REAL in the sense that the commands REALLY run, the script just eliminates your typing. This script was originally published by Jeffrey Snover at https://blogs.msdn.microsoft.com/powershell/2007/03/03/start-demo-help... More info

By: | 894 downloads | Last Updated: 2/5/2017 | Latest Version: 1.0.0.4

Determine the difference in properties between two objects. NOTE - if a property's type does not have a CompareTo() function, the property is converted to a string for the comparison

By: | 877 downloads | Last Updated: 5/21/2016 | Latest Version: 0.1.1

Get the last reboot information from multiple machines

By: | 804 downloads | Last Updated: 9/19/2016 | Latest Version: 1.0

Sample module for dealing with GIT

By: | 720 downloads | Last Updated: 11/3/2016 | Latest Version: 1.0.0

This has the demo script from my SpiceWorld 2016 PowerShell V5 Unplugged session

By: | 652 downloads | Last Updated: 12/24/2016 | Latest Version: 1.0.0.2

Capture and save one or more screens to a file as a .JPG. You provide a directory or it will use the current directory. The files will be named by combining the screen device (e.g. DISPLAY1) and a timestamp. Use -Verbose to see the resultant filename. Note - this is based upon a code fragment from a piece of malware discovered by John Lambert @J... More info

By: | 636 downloads | Last Updated: 11/15/2016 | Latest Version: 1.0.0.0

A version of Invoke-Command which always sets STRICT-MODE first

By: | 509 downloads | Last Updated: 1/27/2017 | Latest Version: 1.0.0.0

Create a desktop shortcut

By: | 460 downloads | Last Updated: 12/20/2016 | Latest Version: 1.0.0.0

Get the CPU Core count

By: | 445 downloads | Last Updated: 11/27/2015 | Latest Version: 1.0

Show the command line history and Invoke the selected items

By: | 429 downloads | Last Updated: 6/30/2016 | Latest Version: 1.0

Invoke a scriptblock that may hang and need to be stopped and retried a number of times

By: | 427 downloads | Last Updated: 12/18/2016 | Latest Version: 1.0.0.0

Displays the variables from each stack in the callstack to facilitate script debugging