<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>Tech-Ed 2007 - Top 5 PowerShell Questions</title><link>http://blogs.technet.com/benp/archive/2007/06/07/tech-ed-2007-top-5-powershell-questions.aspx</link><description>Ladies + Gents This week I have had the privilege of working at TechEd 2007. I’ve been on the PowerShell demo stand in the Technical Learning Centre and talking to what feels like most of the 12000 attendees about how cool PowerShell is. It probably doesn’t</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Top 5 PowerShell Questions at TechEd</title><link>http://blogs.technet.com/benp/archive/2007/06/07/tech-ed-2007-top-5-powershell-questions.aspx#1180109</link><pubDate>Fri, 08 Jun 2007 08:23:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1180109</guid><dc:creator>David Aiken</dc:creator><description>&lt;p&gt;Ben Pearce, the guy on the PowerShell booth at TechEd this week, has blogged the answers to the top 5&lt;/p&gt;
</description></item><item><title>Corrections on AD and Server Core</title><link>http://blogs.technet.com/benp/archive/2007/06/07/tech-ed-2007-top-5-powershell-questions.aspx#1182573</link><pubDate>Fri, 08 Jun 2007 14:47:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1182573</guid><dc:creator>Dmitry Sotnikov</dc:creator><description>&lt;p&gt;Great post. FAQs like that help a lot!&lt;/p&gt;
&lt;p&gt;1. AD Cmdlets (Get-QADUser, Set-QADUser, Get-QADGroup, Add-QADGroupMember, New-QADUser, etc.) are an easier approach that many are taking to manage AD with PowerShell.&lt;/p&gt;
&lt;p&gt;2. If your Server Core installation is a domain controller then you actually can use PowerShell from any other workstation to manage the AD remotely. No need to login interactively: &lt;a rel="nofollow" target="_new" href="http://dmitrysotnikov.wordpress.com/2007/05/15/how-powershell-can-manage-longhorn-core/"&gt;http://dmitrysotnikov.wordpress.com/2007/05/15/how-powershell-can-manage-longhorn-core/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Dmitry&lt;/p&gt;
</description></item><item><title>re: Tech-Ed 2007 - Top 5 PowerShell Questions</title><link>http://blogs.technet.com/benp/archive/2007/06/07/tech-ed-2007-top-5-powershell-questions.aspx#1202910</link><pubDate>Sun, 10 Jun 2007 10:53:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1202910</guid><dc:creator>Yuvraaj Kelkar</dc:creator><description>&lt;p&gt;Great post. But I'd like to know where I should post more questions.&lt;/p&gt;
&lt;p&gt;Just in case, my question is &amp;quot;Is there any way I can automate the conversion of legacy batch scripts into powershell scripts?&amp;quot;&lt;/p&gt;
</description></item><item><title>re: Tech-Ed 2007 - Top 5 PowerShell Questions</title><link>http://blogs.technet.com/benp/archive/2007/06/07/tech-ed-2007-top-5-powershell-questions.aspx#1216502</link><pubDate>Mon, 11 Jun 2007 15:05:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1216502</guid><dc:creator>benp</dc:creator><description>&lt;p&gt;Thanks for the commments guys! &lt;/p&gt;
&lt;p&gt;Yuvraaj, I`m not aware of a tool that converts batch files to PowerShell scripts, but that doesn't mean it doesn't exist :)&lt;/p&gt;
&lt;p&gt;However, personally if I had a load of legacy scripts that work, I would keep them. &amp;nbsp;Write new scripts in PowerShell, but if something doesn't need to be changed and it already works I would keep using it. &amp;nbsp;That's probably just because I am lazy though :)&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;BenP&lt;/p&gt;
</description></item><item><title>re: Tech-Ed 2007 - Top 5 PowerShell Questions</title><link>http://blogs.technet.com/benp/archive/2007/06/07/tech-ed-2007-top-5-powershell-questions.aspx#1234877</link><pubDate>Wed, 13 Jun 2007 19:11:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1234877</guid><dc:creator>Lance Robinson</dc:creator><description>&lt;P&gt;I also own "PowerShell in Action", and I highly recommend it.&lt;/P&gt;
&lt;P&gt;Regarding working against remote hosts, &lt;A href="http://www.nsoftware.com/powershell/" target=_new rel=nofollow&gt;NetCmdlets&lt;/a&gt;'&gt;http://www.nsoftware.com/powershell/&lt;/A&gt; includes a lot of Internet communication&lt;/P&gt;
&lt;P&gt;cmdlets for ftp, dns, snmp, and ldap communications. &amp;nbsp;For example, you mentioned Active Directory, &lt;/P&gt;
&lt;P&gt;another option is get-ldap and set-ldap in NetCmdlets. &amp;nbsp;I've posted some examples of &lt;/P&gt;
&lt;P&gt;them &lt;A href="http://www.google.com/search?q=NetCmdlets+site%3Ageekswithblogs.net/Lance" target=_new rel=nofollow&gt;on'&gt;http://www.google.com/search?q=NetCmdlets+site%3Ageekswithblogs.net/Lance&lt;/A&gt; my personal blog&amp;lt;/a&amp;gt;, including examples of changing AD password, searching, and binding with PSCredentials.&lt;/P&gt;
&lt;P&gt;Also check out &lt;A href="http://www.nsoftware.com/powershell/remoting/default.aspx" target=_new rel=nofollow&gt;PowerShell'&gt;http://www.nsoftware.com/powershell/remoting/default.aspx&lt;/A&gt;&lt;/P&gt;</description></item><item><title>re: Tech-Ed 2007 - Top 5 PowerShell Questions</title><link>http://blogs.technet.com/benp/archive/2007/06/07/tech-ed-2007-top-5-powershell-questions.aspx#1303979</link><pubDate>Wed, 20 Jun 2007 16:32:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1303979</guid><dc:creator>Lance Robinson</dc:creator><description>&lt;p&gt;Correcting those links from the comment above:&lt;/p&gt;
&lt;p&gt;NetCmdlets: &lt;a rel="nofollow" target="_new" href="http://www.nsoftware.com/powershell/"&gt;http://www.nsoftware.com/powershell/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Examples: &lt;a rel="nofollow" target="_new" href="http://www.google.com/search?q=NetCmdlets+site%3Ageekswithblogs.net/Lance"&gt;http://www.google.com/search?q=NetCmdlets+site%3Ageekswithblogs.net/Lance&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;PowerShell Remoting: &lt;a rel="nofollow" target="_new" href="http://www.nsoftware.com/powershell/"&gt;http://www.nsoftware.com/powershell/&lt;/a&gt;remoting/default.aspx&lt;/p&gt;
</description></item><item><title>Hello </title><link>http://blogs.technet.com/benp/archive/2007/06/07/tech-ed-2007-top-5-powershell-questions.aspx#1441737</link><pubDate>Thu, 05 Jul 2007 02:42:48 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1441737</guid><dc:creator>rofovnifo</dc:creator><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;Looks good! Very useful, good stuff. Good resources here. Thanks much! &lt;/p&gt;
&lt;p&gt;Bye &lt;/p&gt;
</description></item><item><title>you do iz besz</title><link>http://blogs.technet.com/benp/archive/2007/06/07/tech-ed-2007-top-5-powershell-questions.aspx#1512704</link><pubDate>Fri, 13 Jul 2007 10:05:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1512704</guid><dc:creator>govokinolij</dc:creator><description>&lt;p&gt;Hi all! &lt;/p&gt;
&lt;p&gt;Looks good! Very useful, good stuff. Good resources here. Thanks much! &lt;/p&gt;
&lt;p&gt;Bye &lt;/p&gt;
</description></item><item><title>HI i torokilopz</title><link>http://blogs.technet.com/benp/archive/2007/06/07/tech-ed-2007-top-5-powershell-questions.aspx#1703354</link><pubDate>Sun, 05 Aug 2007 02:47:49 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1703354</guid><dc:creator>torokilopz</dc:creator><description>&lt;p&gt;Hello &lt;/p&gt;
&lt;p&gt;I am really excited. Very useful, i found lots of intresting things here. Your web site is helpful. Best regards!&lt;/p&gt;
&lt;p&gt;G'night &lt;/p&gt;
</description></item><item><title>Introducing Marco Shaw</title><link>http://blogs.technet.com/benp/archive/2007/06/07/tech-ed-2007-top-5-powershell-questions.aspx#1869462</link><pubDate>Fri, 31 Aug 2007 19:49:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1869462</guid><dc:creator>The Lazy Admin</dc:creator><description>&lt;p&gt;I think Windows PowerShell is one of the greatest things to have been released recently (yes, I am a&lt;/p&gt;
</description></item><item><title>HI i likopinko</title><link>http://blogs.technet.com/benp/archive/2007/06/07/tech-ed-2007-top-5-powershell-questions.aspx#1936109</link><pubDate>Tue, 11 Sep 2007 06:01:57 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1936109</guid><dc:creator>likopinko</dc:creator><description>&lt;p&gt;Hi all! &lt;/p&gt;
&lt;p&gt;thanks for really good website!&lt;/p&gt;
&lt;p&gt;Bye &lt;/p&gt;
</description></item><item><title>Hello from ProGasCasMash</title><link>http://blogs.technet.com/benp/archive/2007/06/07/tech-ed-2007-top-5-powershell-questions.aspx#3163877</link><pubDate>Thu, 04 Dec 2008 18:17:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3163877</guid><dc:creator>ProGasCasMash</dc:creator><description>&lt;p&gt;I have been reading here for a while now and thought it would only be fair to register and contribute instead of being a silent reader. So – I am looking forward to be a full part of the community!&lt;/p&gt;
&lt;p&gt;Take care!&lt;/p&gt;
&lt;p&gt;ProGasCasMash&lt;/p&gt;
&lt;p&gt;[IMG]&lt;a rel="nofollow" target="_new" href="http://www.hoppenrath.com/isp/avatar_e.jpg"&gt;http://www.hoppenrath.com/isp/avatar_e.jpg&lt;/a&gt;[/IMG]&lt;/p&gt;
</description></item></channel></rss>