To keep on learning on PowerShell, you may go into deep to learn how to develop cmdlet if you are developer. That is very cool to develop your very own cmdlet. I found some examples that to develop some cmdlet to get contact info from the Outlook and some even more cool. Anyway, I plan to develop my very own and useful cmdlet. You can get some extra or extension for cmdlet or powershell in http://www.codeplex.com/Pow... this is Keith's project. ......
Just got free time to play with Power Shell recently. Power Shell is really a cool tech. It enable you to create your custom command or it is called cmdlet in PowerShell and it is created with your familiar technology .NET if you are a .NET developer. For more information you can refer to some blogs and websites stated below:LinksKeith Hill's blog http://keithhill.spaces.liv... (He is my boss at my work place) :PB# .NET Blog http://community.bartdesmet... Theory http://footheory.com/blogs/... ......