ContributeMost Recent Contributions (feed)
- Start-Demo 3.3.2
- 5 hours ago
-
This is an overhaul of Jeffrey Snover’s original Start-Demo script … I’ve switched it to use ReadKey, which saves you some typing and makes the whole thing seem more natural when you’re demoing, (at least to me). I’ve also added a bunch of command-line options and a couple of features in the process (see the Revision History in the script).
- Dev-Restart-OpProbe
- 17 hours ago
-
trying to restart service via Wmi with monitoring of service progress.
- Colorize Subversion SVN
- 37 hours ago
-
Colorize Subversion SVN STAT output.
Here’s a PowerShell function that you can use to make those numerous SVN STAT commands you run every day via the PowerShell CLI a little easier to read by adding colors.
- ConvertTo-GoogleChartNum
- 37 hours ago
-
A rounding encoder for Google Charts data: converts numbers to their relative values within Google’s 0..4095 range, and encodes them in their slightly strange 2-digit base 64 encoding.
- IIS FTP Site Creation
- 41 hours ago
-
Automatically creates a Local User on server, Local directory on server, and Virtual directory in IIS based on User Inputs. Also sets user flags to read/write on directory and sets password options for user
- Show-ADGroupMembership
- 43 hours ago
-
This script uses the Quest AD cmdlets to retrieve AD Groups from an LDAP search root and maps their membership (shows nested groups using Doug Finke’s Show-NetMap scripts that leverage the Microsoft Research NetMap project. Improvements or suggestions welcomed!
- Get-PerformanceHistory 2
- 2 days ago
-
This much more complicated version of Get-PerformanceHistory shows the approximate length of the command or script, as well as how long it took to run. Great for those “my script is shorter/faster/cooler” than yours bragging sessions on IRC ... or whatever. Lets you compare several commands by just running each of them and then calling Get-PerformanceHistory -Count 4
- Set-UserCannotChangePass
- 2 days ago
-
Set the “user Cannot Change Password” property on an active directory user object
- Get-Credential 1.2
- 3 days ago
-
An improvement over the default Get-Credential cmdlet (doesn’t take much, eh?) offering, among other things, a -Console switch.
- Set-RDPSetting
- 4 days ago
-
Function/script to set settings in a RDP file for Terminal Services. Supports pipeline input and smart conversion of bools.
Uncomment the function code to make a global function.
PowerShell Code Repository