Sign In
Windows PowerShell Blog
Automating the world one-liner at a time...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Advanced Functions
CMDLET
CTP3
DOCUMENTATION
DOTNET
FAQ
Get-Help
HowTo
INTERNAL
Jeffrey Snover
LANGUAGE
PHILOSOPHY
PowerGUI
PowerShell
PowerShell Deep Dive
PowerShell ISE
PowerShell V2
Presentation
Quest
Remoting
Sapien
TechED
Video
WMI
WPF
Archive
Archives
June 2012
(1)
May 2012
(1)
April 2012
(3)
March 2012
(7)
February 2012
(1)
January 2012
(1)
December 2011
(2)
October 2011
(3)
September 2011
(3)
August 2011
(2)
July 2011
(2)
June 2011
(1)
May 2011
(1)
April 2011
(5)
March 2011
(4)
February 2011
(4)
January 2011
(2)
December 2010
(2)
November 2010
(1)
October 2010
(1)
September 2010
(1)
July 2010
(1)
June 2010
(9)
May 2010
(7)
April 2010
(4)
March 2010
(3)
February 2010
(7)
January 2010
(8)
December 2009
(8)
November 2009
(9)
October 2009
(7)
September 2009
(12)
August 2009
(8)
July 2009
(11)
June 2009
(16)
May 2009
(15)
April 2009
(18)
March 2009
(15)
February 2009
(6)
January 2009
(45)
December 2008
(31)
November 2008
(5)
October 2008
(12)
September 2008
(14)
August 2008
(8)
July 2008
(15)
June 2008
(26)
May 2008
(20)
April 2008
(18)
March 2008
(18)
February 2008
(12)
January 2008
(13)
December 2007
(4)
November 2007
(26)
October 2007
(6)
September 2007
(8)
August 2007
(11)
July 2007
(5)
June 2007
(27)
May 2007
(33)
April 2007
(11)
March 2007
(28)
February 2007
(16)
January 2007
(34)
December 2006
(25)
November 2006
(26)
October 2006
(10)
September 2006
(17)
August 2006
(16)
July 2006
(20)
June 2006
(22)
May 2006
(11)
April 2006
(62)
December, 2008
MSDN Blogs
>
Windows PowerShell Blog
>
December, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows PowerShell Blog
My 2009 Resolutions
Posted
over 4 years ago
by
PowerShell Team
6
Comments
I tend not to be very big on resolutions but I decided to make an exception this year and then see how it goes going forward. I thought you might find it interesting to see the things that keep me up at night. Let me be absolutely clear about...
Windows PowerShell Blog
PowerShell_ISE Scripting: ConvertTo-Comment
Posted
over 4 years ago
by
PowerShell Team
6
Comments
Let me combine a couple of things. 1) When I posted my PowerShell_ISE profile, I included a function Goto-Line that is now builtin to the ISE so I reposted the blog with this function commented out. I commented it out instead of deleting it because...
Windows PowerShell Blog
My Powershell_ISE Profile Part 2
Posted
over 4 years ago
by
PowerShell Team
6
Comments
I messed up. First let me remind you that what you have are CTP bits and that CTP bits are subject to change. It turns out that we are tweaking the PowerShell_ISE object model and that the profile I posted does not work with CTP3. I’m sorry for that...
Windows PowerShell Blog
My PowerShell_ISE Profile
Posted
over 4 years ago
by
PowerShell Team
14
Comments
[UDPATE - the original post had a script which did not work with CTP3 so I've replaced it with the correct version. Apologizes for the screw up. I've updated the attached file as well. - jps] I thought I would share my PowerShell_ISE profile with you...
Windows PowerShell Blog
PowerShell ISE Can Do a Lot More Than You Think
Posted
over 4 years ago
by
PowerShell Team
14
Comments
In CTP2, we released the first version of PowerShell_ISE. It was VERY rough and primitive and we came close to deciding to wait to CTP3 to ship it. We decided to go head and ship it in CTP2 because the team got it to critical mass and we wanted to let...
Windows PowerShell Blog
Get-MarkupTag
Posted
over 4 years ago
by
PowerShell Team
2
Comments
On my personal blog ( Media And Microcode ), I've been posting a series called "Scripting the Web", which introduced a function called Get-MarkupTag. Get-MarkupTag is a very handy little function that coerces individual tag elements of a web...
Windows PowerShell Blog
Get-CommandPlugin
Posted
over 4 years ago
by
PowerShell Team
1
Comments
One of the nifty new CTP3 features is command and parameter meta data on functions. In V1, you had to parse a function yourself to extract the parameters. In CTP2, you could use the tokenizer API to parse the function, but extracting parameters this was...
Windows PowerShell Blog
Merry Christmas From PowerShell: The CodeDownloader Module
Posted
over 4 years ago
by
PowerShell Team
3
Comments
Twas the night before Christmas, and all through the net PowerShell lovers were wondering exactly what they might get Their readers were ready, their minds were aware That more joy of CTP3 would soon be there A cmdlet, a function? What has the PowerShell...
Windows PowerShell Blog
Resolve-ShortcutFile
Posted
over 4 years ago
by
PowerShell Team
1
Comments
If you're like me, you've got a browser favorites folder that is full of wonderful PowerShell code snippets. Ideally, it would be great to have a way to bring those favorite snippets into PowerShell so that my favorites folder becomes a code library....
Windows PowerShell Blog
PowerShell v2 Pipelining in 73 (make that 53) Characters
Posted
over 4 years ago
by
PowerShell Team
3
Comments
I started using Twitter and saw a request from Thomas Lee for help about pipelining in CTP3. The thing about Twitter is that the messages have to be tiny so I wasn’t sure I could answer using it. It turns out I can solve this problem AND give a usage...
Windows PowerShell Blog
PowerShell V2 – External MAML Help
Posted
over 4 years ago
by
PowerShell Team
1
Comments
As you’ve probably picked up by now – Advanced Functions are super important. We’ve been showing a bunch of scripts that have embedded help using comments and dot-tags. Let me take a second and drill into this. We believe that PS will be used in a...
Windows PowerShell Blog
Experiment with PowerShell V1 Without Installing It
Posted
over 4 years ago
by
PowerShell Team
2
Comments
If you are reading this, you probably already use PowerShell but you might know someone that has resisted installing it and trying it out. Thomas Lee posted a blog HERE with a pointer to a Virtual PowerShell lab on TechNet. This allows you to Terminal...
Windows PowerShell Blog
Write-CommandBlogPost
Posted
over 4 years ago
by
PowerShell Team
10
Comments
On the PowerShell team, we're big believers in the Virtuous Cycle. As you learn PowerShell more and more, things should get easier and easier to do. Inline help is a great example of the virtuous cycle, because it allows you to write scripts in such a...
Windows PowerShell Blog
Configuring PowerShell for Remoting – Part 1
Posted
over 4 years ago
by
PowerShell Team
8
Comments
The features discussed in this blog post depend on PowerShell CTP3 release. Details about PowerShell CTP3 can be found at http://blogs.msdn.com/powershell/archive/2008/12/23/early-christmas-present-from-powershell-team-community-technology-preview-3-ctp3...
Windows PowerShell Blog
Dreaming In PowerShell V2 : Lottery Numbers with Get-Random
Posted
over 4 years ago
by
PowerShell Team
3
Comments
Tobias Weltner writes a blog called Dreaming In PowerShell, and he recently posted a way to get a list of unique lottery numbers with PowerShell. Dreaming In PowerShell is a cool blog, and the post is interesting, but it makes an assertion that...
Windows PowerShell Blog
Windows PowerShell CTP2 to CTP3 Conversion Guide
Posted
over 4 years ago
by
PowerShell Team
4
Comments
I write a lot of scripts, and, since I blog some of what I write, my home computer has been running Windows PowerShell CTP2 since it came out. Since CTP3 has a number of changes from CTP2, I've got to update my home script library to work with CTP3. While...
Windows PowerShell Blog
PowerShell V2: ParameterSets
Posted
over 4 years ago
by
PowerShell Team
5
Comments
One of the great benefits of PowerShell V2 Advanced Functions is the ease in which you can support parametersets. ParameterSets are, well, different SETS of valid parameters. For instance you can say: Get-Process -id 0 Get-Process -Name *ss Those...
Windows PowerShell Blog
More Advanced Functions - Get-Assembly and Get-ExportedType
Posted
over 4 years ago
by
PowerShell Team
2
Comments
Tyson Kopczynski has just published a great article Fun with PowerShell 2.0 Eventing! That inspired to to write a script to automatically backup my modules directory. I'm doing a lot of scripting this week and I don't want to lose my work if I make a...
Windows PowerShell Blog
Advanced Functions and Test-LeapYear.ps1
Posted
over 4 years ago
by
PowerShell Team
13
Comments
Welcome to CTP3! There are just an amazing amount of really important features in V2 but the one I want everyone to start using ASAP is Advanced Functions. In CTP2 we called this cmdlets. We dropped that term in favor of taking the idea of a FUNCTION...
Windows PowerShell Blog
Early Christmas Present from PowerShell Team: Community Technology Preview-3 (CTP3) of Windows PowerShell V2
Posted
over 4 years ago
by
PowerShell Team
24
Comments
While Santa and co. are getting busy for Christmas, the Windows PowerShell Team is pleased to release the third Community Technology Preview (CTP3) of Windows PowerShell V2! First let us thank you for all your great feedback on CTP1 and CTP2. This...
Windows PowerShell Blog
Step up your FOREACH Game
Posted
over 4 years ago
by
PowerShell Team
12
Comments
Last night Bruce Payette and I were interviewed on the PowerScripting Podcast with Hal Rottenberg and Jonathan Walz. It was a blast! There were a ton of people connected and were firehosing questions & comments in the Chat window. ...
Windows PowerShell Blog
Mount-SpecialFolders.ps1
Posted
over 4 years ago
by
PowerShell Team
2
Comments
The other day I showed you how you can use ENUMs. I showed an example of how you can find all the SPECIALFOLDERs on a system. Here is a script that I call Mount-SpecialFolders.ps1 which mounts all your special folders as PowerShell drives...
Windows PowerShell Blog
What the Heck is an ENUM?
Posted
over 4 years ago
by
PowerShell Team
6
Comments
In my latest post Explore your [Environment] I said the following: PS> [System.Environment+SpecialFolder] IsPublic IsSerial Name ...
Windows PowerShell Blog
Explore Your [Environment]
Posted
over 4 years ago
by
PowerShell Team
18
Comments
This topic is a little long but I strongly encourage you to walk through it and master the techniques it illustrates. I can assure you that you'll will use them a couple thousand times in the next couple of years. .Net provides a wonderful class...
Windows PowerShell Blog
Gesticulating Ben Pearce
Posted
over 4 years ago
by
PowerShell Team
9
Comments
I gave a talk with Ben Pearce during IT Forum in Barcelona this year. It was the first time I had ever given a talk with Ben as was shocked (and delighted) by his speaking style. Ben is an awesome presenter. Full Stop. That said...
Page 1 of 2 (30 items)
1
2