Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
Windows PowerShell Blog
>
All Tags
>
jeffrey snover
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
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
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
Recent Posts
Understanding PowerShell's Type Conversion Magic
Posted
8 days ago
by
PowerShell Team
1
Comments
Microsoft Script Explorer: Next Steps
Posted
2 months ago
by
PowerShell Team
6
Comments
Windows PowerShell 3.0 SDK Sample Pack
Posted
3 months ago
by
PowerShell Team
3
Comments
First German PowerShell Community Conference
Posted
4 months ago
by
PowerShell Team
0
Comments
Tags
Advanced Functions
Ben Pearce
BITS
Community
CTP3
Dmitry Sotnikov
Events
HelpFile
James O'Neill
Jonathan Modd
Module
Modules
MoW
MVP
PowerShell Deep Dive
PowerShell ISE
PowerShell V2
Presentation
Proxy
Quest
Richard Siddaway
ScreenCast
Tobias Weltner
Archives
Archives
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
▲
Tagged Content List
Blog Post:
Only 2 days left to save $1000 on PowerShell Deep Dive registration
PowerShell Team
There are still a few seats open for the first ever PowerShell Deep Dive Conference and tomorrow is the last day of cheap registration! In case you haven’t already been doing it, now would be a good time to start camping out in your boss’ office begging him/her for the money and time off...
on
30 Mar 2011
Blog Post:
Finding a URL For File Transfer Cmdlets
PowerShell Team
I just posted a blog about our new File Transfer Cmdlets in which I artfully dodged a difficult question: How do you get the URL to do the file transfer? Sometimes you are going to have it but other times you’ll go to a website and it can be bloody impossible to find the URL that you need to download...
on
11 Jan 2009
Blog Post:
Transferring (Large) Files Using BITs
PowerShell Team
Have you had a file copy fail? Does that drive you crazy or what? How about when it is a REALLY big file and it takes a couple of hours and JUUUUUST before it finishes something happens to interrupt the transfer and you have to start all over again. Does that make you want to shove a sharpened #2 pencil...
on
11 Jan 2009
Blog Post:
Test-PSCmdlet
PowerShell Team
Everyone needs to get good with Advanced Functions – this is the easiest path to the best semantics for everyone. In previous posts we’ve shown how you can add a few simple attributes and get a TON of stuff for free. There is a LOT more to advanced functions. You can go VERY VERY far with advanced functions...
on
10 Jan 2009
Blog Post:
PS> Dir –A D The Screencast
PowerShell Team
I decided to experiment with a screencast. This is my first and I have no idea what I’m doing so please forgive me if it sucks. I’d like to know whether you find this format useful or not and then specific feedback about how to make the screencast better (e.g. I recorded it at 1024x768 - is that good...
on
4 Jan 2009
Blog Post:
Extending and/or Modifing Commands with Proxies
PowerShell Team
There are so many powerful features in V2, it is hard to know where to begin. This one is going to blow to top of your head off when you understand what it enables you to do. In this blog, I talk about Proxy Cmdlets which is the ability for one Cmdlet to call another. You could always do this but...
on
4 Jan 2009
Blog Post:
Diagnosing Here-Strings With PowerShell_ISE
PowerShell Team
James Brundage posted a blog entry How To Write a Console Application in PowerShell with Add-Type which used a here-string. One user (lcr) copied and pasted the text and got the following error: Unrecognized token in source text. At line:1 char:72 + Add-Type -OutputType ConsoleApplication...
on
3 Jan 2009
Blog Post:
A Module to Create Modules and Advanced Functions
PowerShell Team
[1/3/09 Update - the original link to the attachment containing this code was broken but is now fixed. Sorry. jps] It is hard to overstate how important Modules and Advanced Functions are. If you are a PowerShell user - you need to take the time to learn these new mechanisms and use them as your first...
on
2 Jan 2009
Blog Post:
PowerShell_ISE Scripting: ConvertTo-Comment
PowerShell Team
Let me combine a couple of things. 1) When I posted my PowerShell_ISE profile, I included a function Goto-Line that is now builtin to the ISE so I reposted the blog with this function commented out. I commented it out instead of deleting it because I wanted to provide an example of how to do it. ...
on
31 Dec 2008
Blog Post:
My Powershell_ISE Profile Part 2
PowerShell Team
I messed up. First let me remind you that what you have are CTP bits and that CTP bits are subject to change. It turns out that we are tweaking the PowerShell_ISE object model and that the profile I posted does not work with CTP3. I’m sorry for that screw up. You can use the amazing PowerShell_ISE...
on
30 Dec 2008
Blog Post:
My PowerShell_ISE Profile
PowerShell Team
[UDPATE - the original post had a script which did not work with CTP3 so I've replaced it with the correct version. Apologizes for the screw up. I've updated the attached file as well. - jps] I thought I would share my PowerShell_ISE profile with you. I haven't done anything to clean this up or document...
on
29 Dec 2008
Blog Post:
PowerShell ISE Can Do a Lot More Than You Think
PowerShell Team
In CTP2, we released the first version of PowerShell_ISE. It was VERY rough and primitive and we came close to deciding to wait to CTP3 to ship it. We decided to go head and ship it in CTP2 because the team got it to critical mass and we wanted to let the world know where we were going as soon as possible...
on
29 Dec 2008
Blog Post:
PowerShell v2 Pipelining in 73 (make that 53) Characters
PowerShell Team
I started using Twitter and saw a request from Thomas Lee for help about pipelining in CTP3. The thing about Twitter is that the messages have to be tiny so I wasn’t sure I could answer using it. It turns out I can solve this problem AND give a usage example in 73 characters. Here goes: PS> function...
on
24 Dec 2008
Blog Post:
PowerShell V2 – External MAML Help
PowerShell Team
As you’ve probably picked up by now – Advanced Functions are super important. We’ve been showing a bunch of scripts that have embedded help using comments and dot-tags. Let me take a second and drill into this. We believe that PS will be used in a wide range of scenarios: simple one liners; personal...
on
24 Dec 2008
Blog Post:
Experiment with PowerShell V1 Without Installing It
PowerShell Team
If you are reading this, you probably already use PowerShell but you might know someone that has resisted installing it and trying it out. Thomas Lee posted a blog HERE with a pointer to a Virtual PowerShell lab on TechNet. This allows you to Terminal Serve into a hosted virtual machine and kick the...
on
24 Dec 2008
Blog Post:
PowerShell V2: ParameterSets
PowerShell Team
One of the great benefits of PowerShell V2 Advanced Functions is the ease in which you can support parametersets. ParameterSets are, well, different SETS of valid parameters. For instance you can say: Get-Process -id 0 Get-Process -Name *ss Those are 2 different parametersets for the Get-Process...
on
23 Dec 2008
Blog Post:
Faces From The PowerShell Community
PowerShell Team
Jonathan Medd (of the Get-Scripting Podcast) held a PowerShell Panel discussion at TechEd EMEA where he asked various members of the PowerShell community questions. I had a blast participating in this. The group consisted of: Jonathan Medd – Get-Scripting Podcaster and winner of the Quest...
on
9 Nov 2008
Page 1 of 1 (17 items)