Jonathan Medd's Powershell 2.0 One Cmdlet at a time: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
(Jonathan Medd is still going strong with his One Cmdlet at a time series, added the 11 next Cmdlet's!!! he documented to this page here. Very impressive reading!)
(Added the latest updates from the Powershell 2.0 One CmdLet at a time series from Jonathan Medd, cmdlet 19 to 27)
Line 45: Line 45:


* [http://www.jonathanmedd.net/2009/12/powershell-2-0-one-cmdlet-at-a-time-18-remove-job.html Remove-Job]
* [http://www.jonathanmedd.net/2009/12/powershell-2-0-one-cmdlet-at-a-time-18-remove-job.html Remove-Job]
* [http://www.jonathanmedd.net/2009/12/powershell-2-0-one-cmdlet-at-a-time-19-stop-job.html Stop-Job]
* [http://www.jonathanmedd.net/2009/12/powershell-2-0-one-cmdlet-at-a-time-20-wait-job.html Wait-Job]
* [http://www.jonathanmedd.net/2009/12/powershell-2-0-one-cmdlet-at-a-time-21-select-xml.html Select-Xml]
* [http://www.jonathanmedd.net/2009/12/powershell-2-0-one-cmdlet-at-a-time-22-enable-computerrestore.html Enable-ComputerRestore]
* [http://www.jonathanmedd.net/2009/12/powershell-2-0-one-cmdlet-at-a-time-23-disable-computerrestore.html Disable-ComputerRestore]
* [http://www.jonathanmedd.net/2009/12/powershell-2-0-one-cmdlet-at-a-time-24-get-computerrestorepoint.html Get-ComputerRestorePoint]
* [http://www.jonathanmedd.net/2009/12/powershell-2-0-one-cmdlet-at-a-time-25-restore-computer.html Restore-Computer]
* [http://www.jonathanmedd.net/2009/12/powershell-2-0-one-cmdlet-at-a-time-26-new-webserviceproxy.html New-WebServiceProxy]
* [http://www.jonathanmedd.net/2009/12/powershell-2-0-one-cmdlet-at-a-time-27-test-computersecurechannel.html Test-ComputerSecureChannel]


[[Category: Powershell]]
[[Category: Powershell]]

Revision as of 15:29, 4 January 2010

Learning Powershell

Jonathan Medd is creating a powershell 2.0 guide where he explains cmdlet's one by one.

He call's it the Cmdlet series: Powershell 2.0: One Cmdlet at a Time

Per Cmdlet, he explains what it does and adds a nice example on how-to use the Cmdlet in real life. If there are any dependencies besides installing powershell 2.0, they are listed. As a final teaser he also explains how you could do a similar thing with Powershell 1.0

Very nicely done Jonathan, keep up the good work!