< # .SYNOPSIS This script, a re-implementation of an MSDN sample, shows details of a timespan object .DESCRIPTION This script re-implements a simple MSDN script that creates a timespan...
Autoloading is a cool feature in PowerShell V3. With Autoloading, PowerShell allows you to ‘see’ cmdlets included in module without you needing to explicitly loading the relevant module. And when you need to run the cmdlet, the module is loaded automatically...
I’ve just seen a pretty cool product for the iPad I don’t yet own (but lust after). It’s called Koder and is a US$5.99 app for iPad only. It’s a little bit like Notepad++ although a lot richer. I has syntax highlighting for a variety of languages – over...
< # .SYNOPSIS This script creates a shortcut to Notepad on the Desktop .DESCRIPTION This script creates a Wscript.shell item, then creates a shortcut on the desktop to Notepad.exe. .NOTES File...
Technorati Tags: PowerShell , Code , Script , System.XML.XMLDocument , RemoveAttribute < # .SYNOPSIS This script removes an an attribute from an XML element. .DESCRIPTION This script creates an XML document, then removes an ...
< # .SYNOPSIS This script implements an MSDN Encoding example in PowerShell .DESCRIPTION This script creates an encoding plus a Unicode string then manipulates it as per the C# sample. .NOTES ...
< # .SYNOPSIS This script uses ADSI to add a new OU to a domain. .DESCRIPTION This script creates a pointer to the domain, then uses the Create method to create a new OU under the root...