Showing results for October 2007 - PowerShell Team

Oct 30, 2007
0
0

PowerShell Cookbook Now Available

PowerShell Team
PowerShell Team

Lee Holmes' book "PowerShell CookBook" is now available. If you've been following PowerShell for any time now, I'm sure that you have Lee's Website as a favorite just as I do. Lee has a wonderful way to explain things and provide exactly the example you need to solve the problem you have at hand. Now imagine that 584 pages of that good stuff! L...

Oct 29, 2007
0
0

WINRM

PowerShell Team
PowerShell Team

WINRM is the CLI interface to our WS-MGMT protocol. The neat thing about this is that you can call it from PowerShell to manage remote systems that don't have PowerShell installed on them (including Server Core systems and Raw hardware). I was trying some things out and encountered the following error: PS> winrmC:\Windows\System32\winrm.vbs(103...

Oct 29, 2007
0
0

Dynamic Casting

PowerShell Team
PowerShell Team

We've seen a couple requests for this on our internal mailing lists so I thought other people would be interested. There are times when you want to do something like: $d = [DateTime][$d]"12/25/2007" Or (using a STRING instead of a TYPE): $d = Read-Host –Prompt "TYPE:"[$d]"12/25/2007" Of course if either of these worked – I wouldn't be writing t...

Oct 26, 2007
0
0

Cool Stuff Coming!

PowerShell Team
PowerShell Team

Apologizes for going "radio-silent" on the blog here. We have all been very busy getting some very exciting things ready. I'm going to leave out the details until next week but clever people will notice that we are coming up on our 1 year anniversary and remember we really like TechEd and IT Forum (both of which are in Nov). This year is particula...

Oct 16, 2007
0
0

IT administrators with PowerShell skills wanted for usability studies in the Puget Sound area

PowerShell Team
PowerShell Team

Microsoft’s Usability group is recruiting IT administrators who have intermediate to advanced skills with PowerShell for upcoming usability studies. This is a unique opportunity to provide feedback and improve the user experience of PowerShell version 2.   The first study runs from October 30th to November 4th.  This is a two-hour lab st...

Oct 8, 2007
0
0

“Notepad for PowerShell” – PowerGUI 1.0.11 is out

PowerShell Team
PowerShell Team

Dmitry announced on his blog that PowerGUI 1.0.11 is available today with a standalone PowerShell editor. It's pretty cool! Check it out over at:  http://dmitrysotnikov.wordpress.com/2007/10/08/notepad-for-powershell-powergui-1011-is-out/ -bruce   ========================================================= Bruce Payette Principal Developer,...