<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tower Of Power</title><link>http://blogs.msdn.com/powershell/archive/2007/08/03/tower-of-power.aspx</link><description>PowerShell has a lot of books to choose from and more are coming. See attached. :-) Jeffrey Snover [MSFT] Windows Management Partner Architect Visit the Windows PowerShell Team blog at: http://blogs.msdn.com/PowerShell Visit the Windows PowerShell ScriptCenter</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Tower Of Power</title><link>http://blogs.msdn.com/powershell/archive/2007/08/03/tower-of-power.aspx#4216281</link><pubDate>Sat, 04 Aug 2007 07:15:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4216281</guid><dc:creator>Andrew Tearle</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.thoughtware.co.nz/pages/PowerShellInAugust.htm"&gt;http://www.thoughtware.co.nz/pages/PowerShellInAugust.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards to The Team&lt;/p&gt;
&lt;p&gt;Andy&lt;/p&gt;</description></item><item><title>re: Tower Of Power</title><link>http://blogs.msdn.com/powershell/archive/2007/08/03/tower-of-power.aspx#4228374</link><pubDate>Sat, 04 Aug 2007 22:04:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4228374</guid><dc:creator>Patrik</dc:creator><description>&lt;p&gt;Which one(s) do you recommend to a user that wants to learn and use PowerShell to monitor servers (performance counters and iis).&lt;/p&gt;</description></item><item><title>re: Tower Of Power</title><link>http://blogs.msdn.com/powershell/archive/2007/08/03/tower-of-power.aspx#4233747</link><pubDate>Sun, 05 Aug 2007 04:35:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4233747</guid><dc:creator>Joe Brinkman</dc:creator><description>&lt;p&gt;There is also the Windows PowerShell Unleashed book from &amp;nbsp;SAMS by Tyson Kopczynski. &amp;nbsp;Personally I liked Bruce Payette's PowerShell in Action.&lt;/p&gt;</description></item><item><title>re: Tower Of Power</title><link>http://blogs.msdn.com/powershell/archive/2007/08/03/tower-of-power.aspx#4235130</link><pubDate>Sun, 05 Aug 2007 05:51:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4235130</guid><dc:creator>Edengundam</dc:creator><description>&lt;p&gt;&amp;lt;Learing the bash shell&amp;gt; has addressed &amp;quot;Command-Line Processing&amp;quot;. I hope PowerShellTeam write the same topic about PowerShell, which is very useful to explain lots of opaque Processing. &lt;/p&gt;
&lt;p&gt;With these knowledges, we can infer some behavior when PowerShell process cmds. &lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;Edengundam&lt;/p&gt;</description></item><item><title>re: Tower Of Power</title><link>http://blogs.msdn.com/powershell/archive/2007/08/03/tower-of-power.aspx#4247936</link><pubDate>Mon, 06 Aug 2007 04:24:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4247936</guid><dc:creator>Alan </dc:creator><description>&lt;p&gt;Edengundam, &lt;/p&gt;
&lt;p&gt;I have not read Learning the Bash shell, but I am in the middle of Payett's Powershell in Action and it lifts the covers on Powershell so to speak. This gives you a ton of information in how to make PS do the things you want it to do.&lt;/p&gt;
&lt;p&gt;Alan&lt;/p&gt;
&lt;p&gt;Sysadmin in DC&lt;/p&gt;</description></item><item><title>re: Tower Of Power</title><link>http://blogs.msdn.com/powershell/archive/2007/08/03/tower-of-power.aspx#4252408</link><pubDate>Mon, 06 Aug 2007 09:25:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4252408</guid><dc:creator>Takashi Toyota</dc:creator><description>&lt;p&gt;There is another book on PowerShell. It's mine!&lt;/p&gt;
&lt;p&gt;I wrote it from the viewpoint of OO-SO integration.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.shuwasystem.co.jp/cgi-bin/detail.cgi?isbn=978-4-7980-1727-3"&gt;http://www.shuwasystem.co.jp/cgi-bin/detail.cgi?isbn=978-4-7980-1727-3&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;PowerShell allows us to learn how to design RDB tables because it supports CSV file import/export. I really like this feature. &lt;/p&gt;
&lt;p&gt;Pls enjoy my book too.&lt;/p&gt;</description></item><item><title>re: Tower Of Power</title><link>http://blogs.msdn.com/powershell/archive/2007/08/03/tower-of-power.aspx#4261053</link><pubDate>Mon, 06 Aug 2007 17:54:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4261053</guid><dc:creator>Edengundam</dc:creator><description>&lt;p&gt;Alan,&lt;/p&gt;
&lt;p&gt;I read PowerShell In Action recently. That's really a good book which exposes so many things. But I also care order of command processing such as variable expansion, operator precedence(mentioned a few but not the whole story), and so on, which are not mentioned in that book(Or I just miss it??).&lt;/p&gt;
&lt;p&gt;Edengundam&lt;/p&gt;</description></item><item><title>re: Tower Of Power</title><link>http://blogs.msdn.com/powershell/archive/2007/08/03/tower-of-power.aspx#4266918</link><pubDate>Tue, 07 Aug 2007 01:25:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4266918</guid><dc:creator>Peter Monadjemi</dc:creator><description>&lt;p&gt;Hi Jeffrey,&lt;/p&gt;
&lt;p&gt;My name is Peter - I am the author of the &amp;quot;PowerShell Craskurs&amp;quot; (the German book;) - thanks for putting my book on the shelf too. Writing it was a learning experience for me too. WPS is very challenging in many aspects and some stuff is really advanced - its a new way of thinking in certain aspects. But I am really glad that I had the chance to wrote this book and I hope some people can benefit from it (you will have to learn German first;).&lt;/p&gt;
&lt;p&gt;So I am really looking forward to whats next (as many, many others;)&lt;/p&gt;
&lt;p&gt;Hope to see you in Barcelona in November.&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;</description></item><item><title>re: Tower Of Power</title><link>http://blogs.msdn.com/powershell/archive/2007/08/03/tower-of-power.aspx#4268918</link><pubDate>Tue, 07 Aug 2007 03:16:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4268918</guid><dc:creator>lb</dc:creator><description>&lt;p&gt;I can also say that Bruce Payette's book &amp;quot;Windows Powershell in Action&amp;quot; is very good. &lt;/p&gt;
&lt;p&gt;Un-Put-Down-Able!&lt;/p&gt;
&lt;p&gt;I'm sure many of the others give great coverage too. I've only read Bruce's book.&lt;/p&gt;</description></item><item><title>re: Tower Of Power</title><link>http://blogs.msdn.com/powershell/archive/2007/08/03/tower-of-power.aspx#4316218</link><pubDate>Fri, 10 Aug 2007 04:21:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4316218</guid><dc:creator>Vinicius Canto [MVP]</dc:creator><description>&lt;p&gt;Hi Jeffrey,&lt;/p&gt;
&lt;p&gt;I've read two books: Monad (O'Reilly) and another one that isn't in the list: Powershell Quick Reference, written by Lee Holmes. Both are great books...&lt;/p&gt;
&lt;p&gt;I also have plans to write a book in Portuguese, focused on Brazilian IT Pro community (and other communities that speak Portuguese, of course :D ). We don't have many books of scripting and many friends of mine asked me to write a book about this subject...&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Vinicius Canto&lt;/p&gt;
&lt;p&gt;MVP Windows Server - Admin Frameworks&lt;/p&gt;
&lt;p&gt;Blog about Scripting and Windows Powershell: &lt;a rel="nofollow" target="_new" href="http://viniciuscanto.blogspot.com"&gt;http://viniciuscanto.blogspot.com&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>