Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
MSDN Blogs
>
Windows PowerShell Blog
Server & Tools Blogs
>
Server & Management Blogs
>
Windows PowerShell Blog
All About Windows Server
Windows Server
Windows Server Essentials Blog
Building Clouds
Partner & Customer Solutions
Server & Cloud
Ask The
Performance Team
Ask Premier Field Engineering
Ask the Core Team
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
Partner & Customer Solutions
Client Management
System Center Configuration Manager
System Center Service Manager
MDOP
Malware Protection Center
Windows Intune
SUS
Partner and Customer Solutions
Virtualization, VDI & Remote Desktop
Virtualization Team Blog
Ben Armstrong’s Virtualization Blog
Jose Barreto Blog on Hyper-V
Partner & Customer Solutions
Remote Desktop Services
Windows Multipoint Server
Ask the Core Team on Hyper-V
File & Storage & High Availability
File & Storage
Jose Barreto
Partner & Customer Solutions
Ask the Core Team on Failover Cluster
Clustering & High Availability
Windows Server Management
PowerShell
Hey Scripting Guy (PowerShell)
Server Manager
Group Policy
Networking
Identity & Access
Ask Directory Services
Active Directory
Microsoft Leadership
Brad Anderson - In the Cloud
Windows PowerShell Blog
Automating the world one-liner at a time…
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Tags
Advanced Functions
CMDLET
Community
CTP3
DOCUMENTATION
DOTNET
FAQ
Get-Help
HowTo
INTERNAL
Jeffrey Snover
LANGUAGE
PHILOSOPHY
PowerShell
PowerShell Deep Dive
PowerShell ISE
PowerShell V2
Presentation
Quest
Remoting
Sapien
TechED
Windows Server 2012
WMI
WPF
More
▼
Less
▲
Archives
Archives
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
Why is Get-ChildItem so Slow?
Posted
over 4 years ago
by
PowerShell Team
9
Comments
We get this question fairly frequently when it comes to slow network connections. The performance of directory listings (especially on a laggy network) are limited by the .NET APIs we call to retrieve the directory information. There are two limitations...
Windows PowerShell Blog
Workaround for Add-Member on plain .Net objects
Posted
over 4 years ago
by
PowerShell Team
3
Comments
Introduction While I was fixing bugs, I came across an interesting bug ( https://connect.microsoft.com/PowerShell/feedback/ViewFeedback.aspx?FeedbackID=382818 ) that seemed to have a very simple fix upon first glance. However, after doing some more research...
Windows PowerShell Blog
Quick, Dirty, Super-Useful Scripting
Posted
over 4 years ago
by
PowerShell Team
5
Comments
Last weekend I installed the super-awesome W7 Ultimate on all the machines at home. This weekend I decided to install the XP Virtual mode download . I started to do this and noticed that it was 500MB. That is large and is going to take a long time FOR...
Windows PowerShell Blog
Sending Automated emails with Send-MailMessage, ConvertTo-HTML, and the PowerShellPack’s TaskScheduler module
Posted
over 4 years ago
by
PowerShell Team
5
Comments
On October 15th I released a large collection of scripts called the PowerShellPack . The PowerShellPack has tons of PowerShell V2 scripts that can be used to do all sorts of fun and practical things. Today, we’ll show how to use a module in...
Windows PowerShell Blog
Windows Management Framework is here!
Posted
over 4 years ago
by
PowerShell Team
32
Comments
Windows Management Framework, which includes Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0, was officially released to the world this morning. By providing a consistent management interface across the various flavors of Windows, we are making our platform...
Windows PowerShell Blog
Tonight is the Virtual Launch Party @ PowerScripting Podcast
Posted
over 4 years ago
by
PowerShell Team
29
Comments
Tonight is the night! I was super happy when we shipped V1 of PowerShell. It started the journey. That said, V2 is the release that we really wanted to release. Today Windows 7 is publicly available and every version has PowerShell...
Windows PowerShell Blog
PowerShell V2 Virtual Launch Party
Posted
over 4 years ago
by
PowerShell Team
6
Comments
I’ll be joining Hal Rottenberg and Jonathan Walz (hosts of the PowerScripting Podcast ) in a PowerShell V2 Virtual Launch Party this Thursday, Oct 22nd, 9:30 PM EDT (GMT-4). For more details and info on how to join us go HERE . Hmmm, I wonder if...
Windows PowerShell Blog
Announcing: Open Source PowerShell Cmdlet and Help Designer
Posted
over 4 years ago
by
PowerShell Team
13
Comments
http://www.codeplex.com/CmdletDesigner During the development of Windows 7, most cmdlet design and help authoring in Microsoft went through an internal tool called the “Cmdlet Designer.” The Cmdlet Designer makes it much easier for teams to concentrate...
Windows PowerShell Blog
Introducing the Windows 7 Resource Kit PowerShell Pack
Posted
over 4 years ago
by
PowerShell Team
18
Comments
Since I work on the PowerShell team, I’ve been lucky enough to get a couple of years jump start on producing PowerShell V2 scripts and modules. With every new script I write in V2 I get more and more amazed by the possibilities in PowerShell. I’ve discovered...
Windows PowerShell Blog
Understanding the Feedback Process
Posted
over 4 years ago
by
PowerShell Team
1
Comments
During the development of any product, the vision for the upcoming release is driven by the desire to help as many customers in the most effective way possible. One of the interesting aspects of a release is balancing the effort you spend on different...
Windows PowerShell Blog
What's Up With Command Prefixes?
Posted
over 4 years ago
by
PowerShell Team
3
Comments
We like to say that PowerShell uses Verb-Noun naming. If we were accurate, we would say that PowerShell uses Verb- Prefix Noun naming. For instance: Get-WinEvent . WIN is a prefix for Windows. Every now and again people look at...
Windows PowerShell Blog
Remoting for non-Admins
Posted
over 4 years ago
by
PowerShell Team
0
Comments
Per Østergaard has a great blog entry with all the steps for enabling this HERE . You’ll want to bookmark this one. :-) Enjoy! Jeffrey Snover [MSFT] Distinguished Engineer Visit the Windows PowerShell Team blog at: ...
Windows PowerShell Blog
Select –ExpandProperty <PropertyName>
Posted
over 4 years ago
by
PowerShell Team
8
Comments
Most of us are familiar with the traditional use of Select –ExpandProperty <propertyname>. This takes a the value of an incoming object, enumerates its values and outputs each of those values as a single record on the output stream after adding...
Windows PowerShell Blog
The Glory of Quick and Dirty Scripting
Posted
over 4 years ago
by
PowerShell Team
1
Comments
One of the things I want us to consider doing in the future is to leverage our Universal Code Execution infrastructure to execute any kind of code. For example, imagine that I have some script foo.vbs, I’d like to do the following: PS> Invoke...
Windows PowerShell Blog
What’s New in PowerShell V2 - By Joel “Jaykul” Bennett
Posted
over 4 years ago
by
PowerShell Team
1
Comments
PowerShell MVP Jaykul gave a presentation to the NY PowerShell user group and was kind enough to post the text of his slides HERE . One of the problems I have in talking about V2 is that there is SO much good stuff that I often get the levelling...
Windows PowerShell Blog
Analyzing Weblog Data Using the Admin Development Model
Posted
over 4 years ago
by
PowerShell Team
0
Comments
Someone just tweeted a link to Scott Hanselman’s 2007 blog (an oldie but goodie) about how he used PowerShell to analyze the WebLog data from his podcasts. He provides a beautiful example of I like to call the “Admin Development model”. The...
Windows PowerShell Blog
XP and W2K3 Release Candidate Versions of PowerShell are Now Available for Download
Posted
over 4 years ago
by
PowerShell Team
18
Comments
Good things come to those who wait. Please download these bits and let us know if you have any problems with them. https://connect.microsoft.com/windowsmanagement/Downloads Just to be clear, this download contains the latest version of both PowerShell...
Windows PowerShell Blog
New and Improved PowerShell Connect Site
Posted
over 4 years ago
by
PowerShell Team
3
Comments
We have made changes to PowerShell connect site last month with the goal of making it easier for users to submit and share feedback. We also changed the page layout to make it more user friendly. Take a look at our new site https://connect.microsoft...
Windows PowerShell Blog
Help Us Improve Microsoft Windows Management Framework
Posted
over 4 years ago
by
PowerShell Team
6
Comments
After WMF (Windows Management Framework ), i.e., the combined download package of Powershell, WsMan and BITS, for Vista and Windows Server 2008 was released to the Web on Aug. 13th , we can feel the high expectation for the final WMF releases from our...
Windows PowerShell Blog
Learn Windows PowerShell 2.0 with PowerGUI
Posted
over 4 years ago
by
PowerShell Team
4
Comments
PowerGUI has a cool way to get you started with PowerShell 2.0 features.. 'Code Snippets' . Take a at this video to know more. http://poshoholic.com/2009/08/28/learn-powershell-v2-features-using-powershell-code-snippets/ Thanks Osama Sajid, Program...
Windows PowerShell Blog
Seatle Script Club - Tonight (9/3/2009)
Posted
over 4 years ago
by
PowerShell Team
0
Comments
Tonight is the second meeting of Script Club in Seattle at Avanade. If you're in the area tonight between 7:15 and 8:30, feel free to stop by to get help learning or using PowerShell. Tonight's meeting is at: Avanade, 818 Stewart St, Seattle, WA at...
Windows PowerShell Blog
Exploring WMI with PowerShell V2
Posted
over 4 years ago
by
PowerShell Team
5
Comments
I was messing around with my son’s computer today trying to figure out why one of his programs wouldn’t work. I was going to use ProcMon to monitor the processes but wasn’t sure what the processes where. So first I had to figure out what processes...
Windows PowerShell Blog
PowerShell Interview
Posted
over 4 years ago
by
PowerShell Team
0
Comments
I recently did a pretty wide ranging interview for TechNet with Osama Sajid. They broke it up into 3 sections. You can find the first section (along with pointers to the others) HERE . In part 3 I talk about the idea of Integrated Lifetime...
Windows PowerShell Blog
PoshComm has a new sponsor - Please welcome Pragma Systems
Posted
over 4 years ago
by
PowerShell Team
0
Comments
PowerShellCommunity.org has announced that they have a got a new sponsor, Pragma Systems . SSH and Telnet folks know Pragma very well. For Powershell users they provide the capability to access Windows PowerShell from any client that runs a ssh or telnet...
Windows PowerShell Blog
Plus (+) in .NET Class Names
Posted
over 4 years ago
by
PowerShell Team
2
Comments
On one of our internal discussion aliases, someone asked why do we need a plus (+) the class name for FTP? Typically, you would expect this to work [Net.WebRequestMethods.Ftp], but it doesn’t. The solution is [Net.WebRequestMethods+Ftp] and it has...
Page 6 of 36 (889 items)
«
4
5
6
7
8
»