PowerShell Team

Automating the world one-liner at a time…

Latest posts

Jul 2, 2008
Post comments count 0
Post likes count 0

IIS7 PowerShell Provider Tech Preview 2

PowerShell Team

IIS team is happy to announce release of   IIS7 PowerShell Provider Tech Preview 2   Here is a quick overview: What’s new with TP2? ·         IIS7 Powershell provider now supports SSL (installing and acquiring a certificate, creating an ssl site binding) ·         Tech Preview 2 ships with 40 new cmdlets. All of these cmdlets are for day-to-day IIS tasks like creating web-sites, web-applications, enabled request tracing, adding a handler or a module. The complete list is at http://learn.iis.net/page.aspx/492/using-th...

Jul 2, 2008
Post comments count 0
Post likes count 0

Congratulations to the PowerGUI Team

PowerShell Team

Kirk Munro blog entry HERE says that PowerGUI has just it the 100,000 download milestone.  This comes on the heels of them winning the Breakthrough Product Award at TechEd.  These guys are on a roll! Congratulations to the entire team!  Jeffrey Snover [MSFT]Windows Management Partner ArchitectVisit the Windows PowerShell Team blog at:    http://blogs.msdn.com/PowerShellVisit the Windows PowerShell ScriptCenter at:  http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx

Jun 30, 2008
Post comments count 0
Post likes count 0

PowerPack Challenge '08

PowerShell Team

Quest is holding a PowerGUI scripting contest starting tomorrow July 1.  If you are not familar with PowerGUI, it is a PowerShell scripting and execution GUI.  If you aren't already a PowerGUI user, here is a great opportunity to kick the tires.  If you are already a PowerGUI user, here is an opportunity to turn that skill into prizes (winners recieve $250 and $500 gift certificates to Amazon.com). You can get more information about the contest HERE.  Full Disclosure:  I am one of the judges. Enjoy! Jeffrey Snover [MSFT]Windows Management Partner ArchitectVisit the Windows ...

Jun 26, 2008
Post comments count 0
Post likes count 0

New AD Cmdlets from Quest

PowerShell Team

Rod Trent from MyITForum.com  has the details HERE  Enjoy! Jeffrey Snover [MSFT]Windows Management Partner ArchitectVisit the Windows PowerShell Team blog at:    http://blogs.msdn.com/PowerShellVisit the Windows PowerShell ScriptCenter at:  http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx

Jun 26, 2008
Post comments count 0
Post likes count 0

#7 Best all time Microsoft Product

PowerShell Team

Check out what EWeek has declared to be the #7 Best Microsoft Product:   http://www.eweek.com/c/a/Security/The-Best-and-Worst-Microsoft-Products/8/   And that is Version 1 -  wait until they see Version 2!   SNOOPY DANCE!     Jeffrey Snover [MSFT]Windows Management Partner ArchitectVisit the Windows PowerShell Team blog at:    http://blogs.msdn.com/PowerShellVisit the Windows PowerShell ScriptCenter at:  http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx

Jun 22, 2008
Post comments count 0
Post likes count 0

SQL Use of MiniShells

PowerShell Team

The SQL team has been receiving a lot of bashing lately over some of the decisions they made integrating PowerShell into SQL 2008.  I thought I would take a couple minutes to clarify a few things, eat some sin and talk about a constructive engagement model between the community and the feature teams implementing PowerShell cmdlets. First let me declare my long standing admiration for the SQL team.  Those superstars have consistently been one of the teams that really GOT what it meant to release software for production environments.  They have a great quality culture and process and they have top-sh...

Jun 20, 2008
Post comments count 0
Post likes count 0

Getting Credentials From The Command Line

PowerShell Team

When you use the Get-Credential cmdlet, you get a GUI dialog box to enter the credentials.  This is the "Common Criteria Certified" way of handling credentials.  It is also a pain in the butt at times.  If you are an admin, you can alter this and request credentials via the command line as follows:   PS> $key = "HKLM:\SOFTWARE\Microsoft\PowerShell\1\ShellIds"PS> Set-ItemProperty $key ConsolePrompting TruePS> Get-Credential cmdlet Get-Credential at command pipeline position 1Supply values for the following parameters:CredentialUser: ntdev\jsnoverPassword for user ntdev\jsnover: **...

Jun 19, 2008
Post comments count 0
Post likes count 0

Group Policy Health Cmdlet

PowerShell Team

SDMSoftware has just released a Group Policy Health Cmdlet HERE. They have a great, high-quality, 9 minute DEMO VIDEO showing what the cmdlet does and how to work it. Nice stuff. Jeffrey Snover [MSFT]Windows Management Partner ArchitectVisit the Windows PowerShell Team blog at:    http://blogs.msdn.com/PowerShellVisit the Windows PowerShell ScriptCenter at:  http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx

Jun 19, 2008
Post comments count 0
Post likes count 0

Windows PowerShell Virtual User Group Meeting #6 – June 24th.

PowerShell Team

Marco Shaw is hosting the 6th PowerShell Virtual User Group meeting on June 24th. (See http://marcoshaw.blogspot.com/2008/06/windows-powershell-virtual-user-group.html for details and sign-up). He has graciously allowed Wassim and I to present some of the new post-CTP2 things that the PowerShell team is working on. This should be an excellent opportunity to see the latest and greatest and also to provide us with feedback on these new features. I'm going to be talking about the new Modules feature in PowerShell V2. Modules are essentially a replacement for the old V1 snap-in concept. We haven't talked a lot about...