September 2009 - Windows PowerShell Team Blog

  • Understanding the Feedback Process

    During the development of any product, the vision for the upcoming release is driven by the desire to help as many customers in the most effective way possible. One of the interesting aspects of a release is balancing the effort you spend on different aspects of that project: New features and broad changes designed to address significantly new customer scenarios. Feature updates and incremental changes...
  • What's Up With Command Prefixes?

    We like to say that PowerShell uses Verb-Noun naming.  If we were accurate, we would say that PowerShell uses Verb- Prefix Noun naming.  For instance: Get-WinEvent .  WIN is a prefix for Windows.  Every now and again people look at this and ask “ what's up with command prefixes ?!? ”.  Actually, the question usually comes from teams that are implementing Cmdlets and don't...
  • Remoting for non-Admins

    Per Østergaard has a great blog entry with all the steps for enabling this HERE .  You’ll want to bookmark this one.  :-)   Enjoy! Jeffrey Snover [MSFT] Distinguished Engineer Visit the Windows PowerShell Team blog at:    http://blogs.msdn.com/PowerShell Visit the Windows PowerShell ScriptCenter at:  http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx Read...
  • Select –ExpandProperty <PropertyName>

    Most of us are familiar with the traditional use of Select –ExpandProperty <propertyname>.  This takes a the value of an incoming object, enumerates its values and outputs each of those values as a single record on the output stream after adding any properties specified by the –PROPERTIES <propertyname[]> parameter.  An example will help: PS> gps |Select -ExpandProperty Modules...
  • The Glory of Quick and Dirty Scripting

    One of the things I want us to consider doing in the future is to leverage our Universal Code Execution infrastructure to execute any kind of code. For example, imagine that I have some script foo.vbs, I’d like to do the following: PS>  Invoke-Command –FilePath foo.vbs –computer (cat servers.txt) I was about to file a record for us to consider this and thought – wait – I bet that there are...
  • What’s New in PowerShell V2 - By Joel “Jaykul” Bennett

    PowerShell MVP Jaykul gave a presentation to the NY PowerShell user group and was kind enough to post the text of his slides HERE .  One of the problems I have in talking about V2 is that there is SO much good stuff that I often get the levelling wrong – spending too much time on one area and then needing to skip over others.  Jaykul slides are great because they tell the PowerShell V2 story...
  • Analyzing Weblog Data Using the Admin Development Model

    Someone just tweeted a link to Scott Hanselman’s 2007 blog (an oldie but goodie) about how he used PowerShell to analyze the WebLog data from his podcasts.  He provides a beautiful example of I like to call the “Admin Development model”.  The whole point of the Admin Development Model is that you use tools to quickly and iteratively investigate things until you have an answer and then you...
  • XP and W2K3 Release Candidate Versions of PowerShell are Now Available for Download

    Good things come to those who wait. Please download these bits and let us know if you have any problems with them. https://connect.microsoft.com/windowsmanagement/Downloads Just to be clear, this download contains the latest version of both PowerShell and WINRM. SNOOPY DANCE! Jeffrey Snover [MSFT] Distinguished Engineer Visit the Windows PowerShell Team blog at: http://blogs.msdn.com/PowerShell Visit...
  • New and Improved PowerShell Connect Site

    We have made changes to PowerShell connect site last month with the goal of making it easier for users to submit and share feedback. We also changed the page layout to make it more user friendly. Take a look at our new site https://connect.microsoft.com/PowerShell Details of the changes made: A. Make it Open · Allow users to see a homepage with all the details about the program without login · Allow...
  • Help Us Improve Microsoft Windows Management Framework

    After WMF (Windows Management Framework ), i.e., the combined download package of Powershell, WsMan and BITS, for Vista and Windows Server 2008 was released to the Web on Aug. 13th , we can feel the high expectation for the final WMF releases from our customers. We would like you know your feedbacks are also crucial to help us achieve high product quality. Therefore, the message of this blog entry...
  • Learn Windows PowerShell 2.0 with PowerGUI

    PowerGUI has a cool way to get you started with PowerShell 2.0 features.. 'Code Snippets' . Take a at this video to know more. http://poshoholic.com/2009/08/28/learn-powershell-v2-features-using-powershell-code-snippets/ Thanks Osama Sajid, Program Manager Read More...
  • Seatle Script Club - Tonight (9/3/2009)

    Tonight is the second meeting of Script Club in Seattle at Avanade. If you're in the area tonight between 7:15 and 8:30, feel free to stop by to get help learning or using PowerShell. Tonight's meeting is at: Avanade, 818 Stewart St, Seattle, WA at 7:15 PM More info is below. Hope to see you there: James Brundage [MSFT] Seattle PowerShell Script Club http://get-powershell.com What works with...
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.