Blog is moving! You should check this post out on kevinpelgrims.com A while ago I created a script to manage services on a remote server (see Remote Service Manager). Included in that script was a way to display some information with the use of a switch (-help). A few days later I was wondering if [...]
Archive for May, 2010
Add help to your own PowerShell scripts
Posted in powershell, tagged powershell on May 10, 2010 | 1 Comment »
PowerShell 2.0 – Remoting
Posted in powershell, tagged powershell on May 6, 2010 | 1 Comment »
Blog is moving! You should check this post out on kevinpelgrims.com This is the last part (of four) in a series of articles on the new features in PowerShell 2.0. Last time we discussed modules, now it’s time for remoting! Remoting One of the coolest new features is remoting. It is kind of like running [...]
PowerShell 2.0 – Modules
Posted in powershell, tagged powershell on May 3, 2010 | 2 Comments »
Blog is moving! You should check this post out on kevinpelgrims.com This is part three of four in a series of articles on the new features in PowerShell 2.0. Last time we discussed transactions, now it’s time for modules! Modules A module is a package that contains a bunch of PowerShell commands, like cmdlets, functions, [...]