Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
April, 2009
MSDN Blogs
>
Windows PowerShell Blog
>
April, 2009
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
Enable-PSRemoting
Posted
over 4 years ago
by
PowerShell Team
8
Comments
I installed Win7 RC build yesterday and tried to enable PS Remoting. I launched PowerShell elevated, ran Enable-PsRemoting cmdlet but it gave an “access denied” error message PS C:\Windows\system32> Enable-PSRemoting -force WinRM already...
Windows PowerShell Blog
SE05 Easy Automation with Windows PowerShell
Posted
over 4 years ago
by
PowerShell Team
1
Comments
Slides and demos from the Monday introductory talk at MMS 2009. PowerShell has been getting a lot of attention at MMS 2009. The community around PowerShell is also being noticed by folks and was even "singled-out" at the Keynote on Monday by Bob Kelly...
Windows PowerShell Blog
SE06 Whats New in Windows PowerShell 2.0
Posted
over 4 years ago
by
PowerShell Team
1
Comments
Slides and demos from the Wednesday talk at MMS 2009. Momentum around PowerShell has been great here. Lots and lots of products are showcasing the automation through PowerShell. -Hemant Mahawar [MSFT] Program Manager
Windows PowerShell Blog
SE07 Automating Your Infrastructure with Windows PowerShell 2.0
Posted
over 4 years ago
by
PowerShell Team
1
Comments
Attached are the slides and demos that I used today during my MMS talk. MMS is a great conference. It provides the opportunity to meet and talk to super smart people working on similar problems and learn from their scars. Enjoy! Jeffrey Snover ...
Windows PowerShell Blog
V2 Quick Tip: Starting a new elevated process from a PowerShell script
Posted
over 4 years ago
by
PowerShell Team
9
Comments
One of the systems administration hurdles of the post-Vista world is figuring out how to make a script run as an administrator. In PowerShell V2, using the Start-Process cmdlet, this is a one liner that will get the job done: Start-Process "$psHome...
Windows PowerShell Blog
Soliciting New Verbs
Posted
over 4 years ago
by
PowerShell Team
19
Comments
With the recent changes in v2 to increase the visibility of the cmdlet design guidelines , we want to make sure we have a solid set of verbs on the approved verb list before we ship v2. We've already talked with a number of partners and customers and...
Windows PowerShell Blog
Do PowerShell Demos in the ISE
Posted
over 4 years ago
by
PowerShell Team
2
Comments
Jeffry Snover and many other have used Start-Demo in powershell.exe http://blogs.msdn.com/powershell/archive/2007/03/03/start-demo-help-doing-demos-using-powershell.aspx Continuing the tradition, we now have ISEDemo.psm1 To use it, start ISE and...
Windows PowerShell Blog
V2 Quick Tip: Monitoring Performance Counters with PowerShell
Posted
over 4 years ago
by
PowerShell Team
6
Comments
I just got a ping on our internal discussion list about how to get at the Performance counters in PowerShell. In V2, we've got some nifty cmdlets to help read performance counters. Here are a few of quick one liners to get you started: # List all...
Windows PowerShell Blog
Adding your own help links to ISE
Posted
over 4 years ago
by
PowerShell Team
1
Comments
ISE has an F1 help feature, where if you press F1 when your caret is over a cmdlet name, context sensitive help opens. Shay Levy has a nice post on F1 help in the ISE here http://blogs.microsoft.co.il/blogs/scriptfanatic/archive/2009/01/31/using-help...
Windows PowerShell Blog
Script Club In Seattle: Tomorrow Night
Posted
over 4 years ago
by
PowerShell Team
1
Comments
If you’re a PowerShell fan, and in the Seattle area, then you should know that Andy Schneider (of Get-PowerShell.com ) will be hosting a Script Club event at the Avanade offices. Script Club is a great way to learn PowerShell. Ideally, you bring...
Windows PowerShell Blog
Differences between the ISE and PowerShell console
Posted
over 4 years ago
by
PowerShell Team
2
Comments
Here is a collection of differences between the PowerShell_ise.exe and PowerShell.exe, as well as workarounds and suggestion if you need them (assuming we have them :)) Limited support for interactive console apps, try cmd.exe, then try cmd.exe...
Windows PowerShell Blog
15 Minutes with Lang.Net
Posted
over 4 years ago
by
PowerShell Team
3
Comments
Microsoft is an awesome place to work on languages! Lang.Net is a great language conference that Microsoft holds every year. We bring in people from all around the industry that are passionate about languages and then race through a set of topics...
Windows PowerShell Blog
Increasing visibility of cmdlet design guidelines
Posted
over 4 years ago
by
PowerShell Team
8
Comments
Summary In PowerShell v1, we published a set of cmdlet design guidelines that included direction on how to properly name cmdlets. Throughout the v2 cycle, we've seen an increase in cmdlet authors deviating from the standards in unexpected ways. Our...
Windows PowerShell Blog
Configuring PowerShell for Remoting – Part 2 (Fan-In)
Posted
over 4 years ago
by
PowerShell Team
4
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
Introducing the WMI Blog
Posted
over 4 years ago
by
PowerShell Team
2
Comments
The people over on WMI, WinRM, and BITS have started up a blog to share their systems management expertise with the world. Check it out: http://blogs.msdn.com/wmi/ Here are some fun posts to get you started: Accessing WMI Data via WinRM Let’s Troubleshoot...
Windows PowerShell Blog
Checking for bound parameters
Posted
over 4 years ago
by
PowerShell Team
4
Comments
I recently read an email where someone was asking how they could check in their function if a value had been provided to one of the parameters. Consider for example, 001 002 003 004 005 006 007 008 function foo { param ( $x ) #If...
Windows PowerShell Blog
Setting Network Location to Private
Posted
over 4 years ago
by
PowerShell Team
14
Comments
The Network Location feature was introduced in Windows Vista. It provides an easy way to customize your firewall settings based on whether you trust or don’t trust the computers around you. There are three Network Location types - Private, Public and...
Windows PowerShell Blog
Many² ways you can set a variable value
Posted
over 4 years ago
by
PowerShell Team
4
Comments
There are many ways to set a variable's value. I just learnt one more yesterday. If you have others, please add comments # Simple # $ gets the variable, and = will assign it $a = 1 # With Variable Scope # The prepend is the scope, and could be...
Page 1 of 1 (18 items)