Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
August, 2006
MSDN Blogs
>
Windows PowerShell Blog
>
August, 2006
Server & Tools Blogs
>
Server & Management Blogs
>
Windows PowerShell Blog
All About Windows Server
Windows Server
Windows Server Essentials Blog
Partner & Customer Solutions
Ask The
Performance Team
Ask Premier Field Engineering
Ask the Core Team
Cloud OS Blogs
Brad Anderson - In the Cloud
Building Clouds
Server & Cloud
Datacenter Management
The System Center Team Blog
System Center Virtual Machine Manager
System Center Service Manager
System Center Operations Manager
System Center Data Protection Manager
System Center Orchestrator
Client Management
System Center Configuration Manager
System Center Service Manager
Malware Protection Center
Microsoft Intune
SUS
Enterprise Mobility
Virtualization, VDI & Remote Desktop
Virtualization Team Blog
Ben Armstrong’s Virtualization Blog
Jose Barreto Blog on Hyper-V
Remote Desktop Services
Windows Multipoint Server
Ask the Core Team on Hyper-V
Enterprise Mobility
File & Storage & High Availability
File & Storage
Jose Barreto
Ask the Core Team on Failover Cluster
Clustering & High Availability
Windows Server Management
PowerShell
Hey Scripting Guy (PowerShell)
Server Manager
Networking
Identity & Access
Ask Directory Services
Active Directory Team Blog
Enterprise Mobility
Windows PowerShell Blog
Automating the world one-liner at a time…
Top Server & Tools Blogs
ScottGu's Blog
Somasegar's Blog
Brian Harry's Blog
Steve "Guggs" Guggenheimer's Blog
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Tags
Advanced Functions
Community
CTP3
Desired State Configuration
DOCUMENTATION
DOTNET
DSC
FAQ
HowTo
Jeffrey Snover
PHILOSOPHY
PowerShell
PowerShell 4.0
PowerShell Deep Dive
PowerShell ISE
PowerShell V2
Quest
Remoting
Sapien
TechED
Windows PowerShell 4.0
Windows PowerShell Desired State Configuration
Windows Server 2012
WMI
WPF
More
▼
Less
▲
Archives
Archives
October 2014
(3)
September 2014
(4)
August 2014
(3)
July 2014
(3)
June 2014
(2)
May 2014
(5)
April 2014
(7)
March 2014
(2)
February 2014
(6)
January 2014
(3)
December 2013
(7)
November 2013
(7)
October 2013
(5)
August 2013
(1)
July 2013
(4)
June 2013
(1)
April 2013
(1)
March 2013
(1)
January 2013
(2)
December 2012
(1)
October 2012
(2)
September 2012
(2)
August 2012
(1)
July 2012
(5)
June 2012
(9)
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)
More
▼
Less
▲
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 8 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 8 years ago
by
PowerShell Team
13
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 8 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 8 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 8 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 8 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 8 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 8 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 8 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 8 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 8 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 8 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 8 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 8 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 8 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 8 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)