jsnover 

By: | 16,987 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: | 15,519 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: | 12,531 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,045 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: | 5,715 downloads | Last Updated: 2/15/2016 | Latest Version: 1.0.0

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

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

MetaProgramming Module

By: | 1,709 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,575 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,095 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: | 847 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: | 845 downloads | Last Updated: 5/21/2016 | Latest Version: 0.1.1

Get the last reboot information from multiple machines

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

Sample module for dealing with GIT

By: | 682 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: | 614 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: | 561 downloads | Last Updated: 11/15/2016 | Latest Version: 1.0.0.0

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

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

Create a desktop shortcut

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

Get the CPU Core count

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

Show the command line history and Invoke the selected items

By: | 391 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

By: | 378 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