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)
November, 2009
MSDN Blogs
>
Windows PowerShell Blog
>
November, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows PowerShell Blog
You Don’t Have to Be An Administrator to Run Remote PowerShell Commands
Posted
over 3 years ago
by
PowerShell Team
9
Comments
I was just read blog entry which complained about having to have administrative access to execute PowerShell commands against a remote server. This is not the case. We are “ secure by default ” which means that if you want to do something that exposes...
Windows PowerShell Blog
Windows PowerShell and the Windows Management Framework
Posted
over 3 years ago
by
PowerShell Team
10
Comments
There’s been a lot of great excitement that’s accompanied the release of PowerShell V2 and Windows Remote Management (WinRM) – also known as the Windows Management Framework. We’ve also heard the occasional question on whether it’s possible to install...
Windows PowerShell Blog
PDC09 SVR12 and SVR13 Session Demos
Posted
over 3 years ago
by
PowerShell Team
6
Comments
Attached are the demos and slides from the PDC sessions SVR12 and SVR 13 today. Here are the steps you need to do before you can run them 1. Unzip the files and run setup\setup.ps1. This will configure user accounts and initialize some files required...
Windows PowerShell Blog
I Can Do That With 1 Line of PowerShell: Installed Software
Posted
over 3 years ago
by
PowerShell Team
12
Comments
Ying Li has a cool PowerShell Script to list installed Software on a local computer HERE . When I looked at it and thought to myself, I can do that with 1 line (if I cheat a little). Here it is: PS> gp HKLM:\Software\Microsoft\Windows\CurrentVersion...
Windows PowerShell Blog
SRV312 TechEd Slides
Posted
over 3 years ago
by
PowerShell Team
8
Comments
I just gave the talk, "”Server Management Improvements and Solutions for Windows Server 2008 R2”. It went over rather well. Attached are the slides. I will try to get you the demos but that will be difficult and will take some time. Enjoy! Jeffrey...
Windows PowerShell Blog
Windows Server 2008 R2 Rocks!
Posted
over 3 years ago
by
PowerShell Team
2
Comments
One of the things I like to say is that, “Microsoft is incapable of sustained error”. By that I mean that Microsoft is an intensely self-conscious culture, fearless about confronting shortcomings and constantly looking for ways to do things...
Windows PowerShell Blog
PowerPack Challenge
Posted
over 3 years ago
by
PowerShell Team
2
Comments
Quest Software’s PowerPack Challenge’09 is on... calling all script warriors to show their skills. See the details here - http://powergui.org/powerpackchallenge.jspa Happy Scritping Osama Sajid, Program Manager
Windows PowerShell Blog
Why is Get-ChildItem so Slow?
Posted
over 3 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 3 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...
Page 1 of 1 (9 items)