| Title | Author | Age | Description |
|---|---|---|---|
| Test-Port | Boe Prox | Fri, 21 Oct 2011 18:34:16 | Advanced function used to test UDP or TCP port/s on one or more systems to determine if it is open or not. 21OCT2011: Fixed a bug in the way the UDP port is tested. |
| ShowUI Text Converter | Boe Prox | Sat, 24 Sep 2011 07:36:20 | Requires the ShowUI module available to download from here: http://showui.codeplex.com/releases/view/73603 Currently available conversions are: TextToBinary **Replaced the .net [string]::Join() with -Join |
| ShowUI Text Converter | Boe Prox | Fri, 23 Sep 2011 21:01:33 | Requires the ShowUI module available to download from here: http://showui.codeplex.com/releases/view/73603 Currently available conversions are: TextToBinary |
| Get-FailingDrive | Boe Prox | Sat, 20 Aug 2011 19:55:50 | Get-FailingDrive works with SMART to determine if your hard drive may be failing. If it determines that the hard drive might be failing, a warning is displayed along with a collection of information about the potentially failing drive. See my blog post for more details: |
| BinaryClock V2.0 | Boe Prox | Sun, 24 Jul 2011 20:01:30 | My updated version of my original binary clock. Fixed a bug in code. |
| BinaryClock V2.0 | Boe Prox | Sun, 24 Jul 2011 18:10:44 | My updated version of my original binary clock. |
| Password Gen Form V2 | Boe Prox | Sat, 16 Jul 2011 12:24:52 | Update to original password generator form (http://gallery.technet.microsoft.com/scriptcenter/54c3832a-4d20-4d6e-81ac-2d6f7bc10bfe). Uses WPF as opposed to Windows Forms to create the front end UI. Able to generate passwords and allows printing of the form or just display the password. Password is copied to clipboard so you can paste it into a password reset dialog. Password is also cleared from clipboard when form is closed. You can edit the Password Specifications portion of the script to determine the type of complexity to use in the password generator. |
| Binary Clock | Boe Prox | Wed, 06 Jul 2011 04:17:12 | This is a binary clock written in PowerShell that works just like you would expect from a binary clock. Complete with options to show the date, “human readable” time and an option to show binary values. See my blog post for more information. http://learn-powershell.net/2011/07/05/building-a-binary-clock-with-powershell/ |
| Rollback Policy Module | Boe Prox | Sat, 25 Jun 2011 16:09:01 | This module allows you to Get, Enable and Disable the software rollback settings on your computer or computers. This is useful when working with certain patches and software installations that require the software rollback to be enabled. The link below details a common instance where this needs to be done when installing a .NET patch. http://support.microsoft.com/kb/312499 |
| Set-FSMORoleOwner | Boe Prox | Fri, 10 Jun 2011 10:38:39 | This advanced function allows you to transfer or seize the FSMO roles to a specified Domain Controller. Has support for -Whatif and -Confirm to avoid making a mistake with transferring the roles. Also can display the current owners after the action has completed using -PassThru. |
PowerShell Code Repository