| Title | Author | Age | Description |
|---|---|---|---|
| Create RTF File | Sean Kearney | Sun, 19 Feb 2012 06:22:38 | Very simple script to create an RTF (Rich Text Format) file with Windows Powershell with variable substitution. Yes this could be a very basic Mail Merge type document WITHOUT the use of Microsoft Word |
| ListCmdletParameters | Sean Kearney | Wed, 25 Jan 2012 21:45:48 | Extract all Parameters for a cmdlet from GET-HELP, list them in a single column |
| Binary Clock | Sean Kearney | Tue, 26 Jul 2011 04:43:42 | I’ve gone mad, I’ve gone crazy! in just moments you TOO can own you very own pointless Binary clock :) Just download and go |
| Roman Numeral Clock | Sean Kearney | Mon, 25 Jul 2011 13:23:20 | It’s silly, it’s stupid, it’s fun It’s your very own Roman Numeral clock in Windows Powershell |
| GET-Remoteapps | Sean Kearney | Mon, 06 Sep 2010 12:04:58 | Find an Application on remote list of computers. Example for Accessing Registry remotely comes from MOW from a blog posting here http://thepowershellguy.com/blogs/posh/archive/2007/06/20/remote-registry-access-and-creating-new-registry-values-with-powershell.aspx |
| GET-NewPasswordPlus | Sean Kearney | Tue, 06 Jul 2010 14:47:00 | combines a previous Poshcode New-Password with one I just posted for something a little more interesting. It’s a function but REALLY useful :) |
| Generate New Password | Sean Kearney | Sat, 03 Jul 2010 14:03:51 | A Function which can be added to a Script or $PROFILE which generates password from 1 to whatever characters long with controlled levels of Complexity specified by the User |
| Set Single email | Sean Kearney | Fri, 11 Dec 2009 13:37:45 | Script which creates a new Mail Enabled user with the Email address Policy disabled and a SINGLE custom email address attached to the account. Designed for new Powershell users. |
| NewUser in AD/OCS/Email | Sean Kearney | Thu, 26 Nov 2009 10:26:45 | A Powershell Script meant for a novice to understand how to work with Variables. I use it daily. Creates a user via Exchange 2007 and automatically populates the email address by defined policy. Using supplied scriptlets (referenced in PS1 file) it also populates the Users’ info in OCS 2007 R2 standard as well as populates all fields in A/D with pertinent info. It also sets up the Display name in a Lastname, Firstname format and creates the users home folder with permissions allocated to the user only. The only information it requests is Firstname, Lastname and Password. It is easy to modify to make it a bulk user setup. Thank you Jeffrey Snover and Microsoft for Powershell! The Manna to Administrators Everywhere |
PowerShell Code Repository