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)
August, 2006
MSDN Blogs
>
Windows PowerShell Blog
>
August, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows PowerShell Blog
Tip of the Day
Posted
over 6 years ago
by
PowerShell Team
5
Comments
Exchange 2007 has implemented a Get-Tip cmdlet which emits a tip of the day. Flaphead has written a small script which gets them all and has published them on: http://blog.flaphead.dns2go.com/archive/2006/08/17/3514.aspx . There are a number of general...
Windows PowerShell Blog
Writing and Reading info from Serial Ports
Posted
over 6 years ago
by
PowerShell Team
8
Comments
PSMDTAG:FAQ: How do I read/write data from a Serial Port? Writing to a Serial Port PS> [System.IO.Ports.SerialPort]::getportnames() COM3 PS> $port= new-Object System.IO.Ports.SerialPort COM3,9600,None,8,one PS> $port.open() PS> $port...
Windows PowerShell Blog
Background "jobs" and PowerShell
Posted
over 6 years ago
by
PowerShell Team
2
Comments
A lot of people have asked whegther Windows PowerShell can do UNIX job handling. The paraphrase an old management salesperson joke, "YES - YOU can do UNIX job handling with Windows PowerShell" (which means you have to do it yourself). Jim Truher shows...
Windows PowerShell Blog
Automating Dell Battery Replacement Discovery
Posted
over 6 years ago
by
PowerShell Team
3
Comments
MOW has done it again. Checkout his blog entry which shows how to leverage Windows PowerShell to automate determining which of the Dell laptops in your enterprise need to have their batteries replaced. http://mow001.blogspot.com/2006/08/powershell...
Windows PowerShell Blog
PowerShell Namespsaces
Posted
over 6 years ago
by
PowerShell Team
1
Comments
Describes the namespaces defined and used by PowerShell...
Windows PowerShell Blog
Exchange 2007 Windows PowerShell Script Contest
Posted
over 6 years ago
by
PowerShell Team
1
Comments
Josh Maher has an exchange oriented blog at http://joshmaher.wordpress.com/ . He is running a contest to for the best Exchange 2007 script ( http://joshmaher.wordpress.com/2006/08/25/powershell-scripting-for-exchange-2007/ ) and I offered to donate the...
Windows PowerShell Blog
Windows PowerShell RC2 Release Notes (DRAFT)
Posted
over 6 years ago
by
PowerShell Team
16
Comments
We are finishing up work on Windows PowerShell RC2. While I can't announce an availability date at this point, I know that a lot of you are eager to see what is coming. I think you'll be pleased. Here are our draft release notes for RC2. Note that this...
Windows PowerShell Blog
Fun with PowerShell - character manipulation...
Posted
over 6 years ago
by
PowerShell Team
7
Comments
I was investigating a localization test failure today and ran into the following error message: 'actual error is 慌 爠捡湩 敤氠捥整牵 긠 䗿 尺 꿿渠 攧楸瑳 慰 畯渠 攧瑳瀠獡甠 潤 獳敩 , expected ' Since it was failing in the French locale, getting what appeared...
Windows PowerShell Blog
More Windows PowerShell and Active Directory
Posted
over 6 years ago
by
PowerShell Team
0
Comments
Superstar MOW is at it again with his 7th! blog on using Windows PowerShell and Active Directory. Check it out at: http://mow001.blogspot.com/2006/08/powershell-and-active-directory-part-7.html Jeffrey Snover [MSFT] Windows PowerShell/Aspen Architect...
Windows PowerShell Blog
New community project created for Windows PowerShell Extensions
Posted
over 6 years ago
by
arulk
0
Comments
We have worked with CodePlex team to create a new Community Project for Windows PowerShell. Keith Hill, MVP for Windows PowerShell, will be the project coordinator. Microsoft employees won't be able to participate in the community projects directly due...
Windows PowerShell Blog
More Windows PowerShell Training Available
Posted
over 6 years ago
by
PowerShell Team
0
Comments
Don Jones, of ScriptingAnswers.com, is holding two two-day classes on Windows administrative scripting in Chicago and Seattle this September. While the first day of each class will focus on advanced VBScript techniques, the second day will be entirely...
Windows PowerShell Blog
Windows PowerShell and the “PowerShell Worm”
Posted
over 6 years ago
by
PowerShell Team
13
Comments
Full Article is here: http://blogs.msdn.com/powershell/archive/2006/08/03/687838.aspx A “PowerShell Worm” has recently been reported by several antivirus companies and some news organizations. There has been some confusion and concern around the classification of this malicious script as a worm as well as questions about the risk. It is important to note that the PowerShell Worm will not work and cannot infect Windows PowerShell in its default configuration. This is a proof-of-concept virus whose “Worm” replication mode is just a simple file copy and could have been implemented in any language which supports copying files. The fact that the worm is written in PowerShell rather than another scripting language or even as an executable has actually made it even harder for this virus to spread since the additional security features around PowerShell scripts result in many additional steps for the user to perform before an infection can take place....
Windows PowerShell Blog
Joel-On-Software on the power of a good language
Posted
over 6 years ago
by
PowerShell Team
12
Comments
Joel Spolsky of Joel-On-Software fame, just posted a blog, "Can Your Programming Language Do This?" http://www.joelonsoftware.com/items/2006/08/01.html In this article, he drives home the point that when it comes to code: Maintainability, Readability...
Windows PowerShell Blog
ScriptCenter EventLog Article
Posted
over 6 years ago
by
PowerShell Team
5
Comments
ScriptCenter has a very good article exploring the use of Windows PowerShell to analyze your eventlogs. Check it out at: http://www.microsoft.com/technet/scriptcenter/topics/msh/cmdlets/get-eventlog.mspx PSMDTAG:CMDLET: Get-EventLog PSMDTAG:FAQ...
Windows PowerShell Blog
Scott Hanselman's Beantown.Net presentation
Posted
over 6 years ago
by
PowerShell Team
3
Comments
Scott Hanselman is a superstar presenter. Here is a link to a video of presentation he gave to the Beantown.net users group in boston that focused on Windows PowerShell. Even if you are a longtime PowerShell user, I encourage you to watch this because...
Windows PowerShell Blog
Encoding Operations Knowledge
Posted
over 6 years ago
by
PowerShell Team
7
Comments
One of the primary goals of Windows PowerShell is to encode operations knowledge. Consider the example of finding out what domain role a computer plays. If you look at the WMI class WIN32_COMPUTERSYSTEM, you'll see that it tells you this information:...
Page 1 of 1 (16 items)