Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
June, 2007
MSDN Blogs
>
Windows PowerShell Blog
>
June, 2007
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 Team Blog
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
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
Free PowerGadgets
Posted
over 6 years ago
by
PowerShell Team
3
Comments
That got your attention didn't it? The guys over at PowerGadgets have introduced a PowerGadgets MVP Program. It sounds like it is modeled a bit after the Microsoft MVP program where if you are influential within the community, you get treated really...
Windows PowerShell Blog
No PowerShell at LISA
Posted
over 6 years ago
by
PowerShell Team
21
Comments
If you were thinking about attending a PowerShell talk at LISA (Large Installation System Administration conference), the answer is NO. Someone suggested that the attendee's of this conference would love a PowerShell talk so I submitted my Monad Manifesto...
Windows PowerShell Blog
Partying with Join-Path
Posted
over 6 years ago
by
PowerShell Team
2
Comments
Did you realize that you can Join-Path can work on multiple items? PS> Get-Help Join-Path -parameter *path - path <string [] > Specifies the main path (or paths) to which the child-path is appended. Wildcards are permitted. The value of Path...
Windows PowerShell Blog
Heterogeneous Job Scheduling With PowerShell
Posted
over 6 years ago
by
PowerShell Team
4
Comments
JAMS (Job Access & Management System) is a commercial software product that provides job scheduling for Windows, OpenVMS, UNIX and Linux systems. It now provides full PowerShell support. What does that mean? They say that they support PowerShell in...
Windows PowerShell Blog
Do You Really Want To Use –EQ?
Posted
over 6 years ago
by
PowerShell Team
4
Comments
Sebastien posted a cool simple script HERE which effectively does a reverse lookup on aliases. Here is the code: function Get-AliasShortcut([string]$CommandName) { ls Alias: | ?{ $_.Definition -eq $CommandName } } Set-Alias gas Get-AliasShortcut ...
Windows PowerShell Blog
Hosting Windows PowerShell Part 2 of 3
Posted
over 6 years ago
by
PowerShell Team
1
Comments
David Aiken is at it again. In his latest segment of the DFO show – Hosting Windows PowerShell Part 2 , he converts the code he produced in Part 1 to use strong types by casting the PSObject.BaseObject. From there, he add the ability to select one the...
Windows PowerShell Blog
Why Isn't PowerShell.exe Authenticode Signed?
Posted
over 6 years ago
by
PowerShell Team
1
Comments
This question came up on our internal forum last week, and Jeffrey, knowing of my sharp wit and keen hand for prose, asked me to blog about the answer. So here goes: It is Authenticode signed. Just in a special way. The Windows PowerShell update...
Windows PowerShell Blog
Surfing the Web the PowerShell Way
Posted
over 6 years ago
by
PowerShell Team
12
Comments
I spend a lot of my time in the command line (surprised?). That said, I also spend a lot of time surfing the web. Here is a script that I wrote that lets me surf the web from PowerShell: UrlTemplateMap = @{ "bs" = "http://blogsearch.google.com/blogsearch...
Windows PowerShell Blog
VBScript -> PowerShell
Posted
over 6 years ago
by
PowerShell Team
1
Comments
Are you a VBscripter in the process of becoming a PowerShell scripter? Once you become a PowerShell scripter, you'll find incredible gains in productivity but first you have to becoming a PowerShell scripter. There are a few things that can help. First...
Windows PowerShell Blog
PowerShell Community Extensions (PSCX) V1.1.1
Posted
over 6 years ago
by
PowerShell Team
4
Comments
Keith Hill reports in his blog HERE , that the PowerShell Community Extensions project has release Version 1.1.1. If you aren't already turned on to PSCX, this is a good time to start. This is a maintenance release which resolves 30 issues but it also...
Windows PowerShell Blog
Even More PowerShell Training
Posted
over 6 years ago
by
PowerShell Team
3
Comments
The 2 day course PYGPOWER – PowerShell for Administrators is being offered in London by Pygmalion. I've been told by a couple of sources that the European demand for PowerShell training is huge – even more so than in the US. I would love to hear any...
Windows PowerShell Blog
Hosting PowerShell in a GUI – the Movie
Posted
over 6 years ago
by
PowerShell Team
14
Comments
You've just got to stop and take 4 minutes to watch David Aiken's demonstration of how easy it is to host PowerShell in a GUI. Seriously, it is a 4 minute video! Even if you aren't a developer, it is worth looking at so you understand the concept and...
Windows PowerShell Blog
Demo SQL Provider Code
Posted
over 6 years ago
by
PowerShell Team
17
Comments
Hi, Attached is the code we used today in the Web cast for the SQL demo provider. Please note this is not a SQL management provider. It simply allows you to query data from a SQL server directly from the cmd line. Install the Snapin: PS>$env...
Windows PowerShell Blog
PowerShell Analyzer is Now Available for Purchase
Posted
over 6 years ago
by
PowerShell Team
3
Comments
Karl Prosser has been doing great things with PowerShell Analyzer for quite some time now and has finally decided to join forces with Dr. Tobias Weltner and go commercial with it. Given the amazing amount of time and creative thinking that Karl has put...
Windows PowerShell Blog
Figuring Things Out
Posted
over 6 years ago
by
PowerShell Team
3
Comments
In my last blog entry, I showed how a script can get the directory it resides in. Jvierra commented: So being a team member doesn't make one know everything. Sad but true! The interesting thing about this is that at some point I knew this information...
Windows PowerShell Blog
Get-ScriptDirectory to the Rescue
Posted
over 6 years ago
by
PowerShell Team
13
Comments
The other day I was writing a script and decided that I wanted to break it into a couple of files and have the main script dot-source a library script in the same directory. Here is the problem that I ran into: PS> Get-ChildItem Directory: Microsoft...
Windows PowerShell Blog
Using a DSL to generate XML in PowerShell
Posted
over 6 years ago
by
PowerShell Team
3
Comments
A while back, Jeffrey posted an article on how to use string expansion and XML casts to build XML documents in-line in a PowerShell script: http://blogs.msdn.com/powershell/archive/2007/05/29/using-powershell-to-generate-xml-documents.aspx The overall...
Windows PowerShell Blog
PowerScripting Podcast
Posted
over 6 years ago
by
PowerShell Team
1
Comments
Jonathon has a PowerShell podcast over at http://powerscripting.wordpress.com/ . It is definitely worth checking out. He has got a ton of great information there. I'm very impressed. Each podcast is composed of a set of segments: News, Resources, Tips...
Windows PowerShell Blog
WMI, PowerShell - How well do they gel?
Posted
over 6 years ago
by
PowerShell Team
3
Comments
< Kapil Mathur is in the process of learning PowerShell to work with WMI and wrote up his findings to date – jps> Automating admin scenarios using PowerShell The preferred scripting language for the WMI world has been vbscript. But if you are...
Windows PowerShell Blog
Registration-Free AD Cmdlets
Posted
over 6 years ago
by
PowerShell Team
11
Comments
In Dmitry's PowerBlog , he said that one of the biggest complaints they got about their FREE AD Cmdlets was that you had to register to download them. Now you can download them directly without having to register. I must say that I've got mixed feelings...
Windows PowerShell Blog
TechEd Webcast Available – PowerShell: The Future of Server Administration
Posted
over 6 years ago
by
PowerShell Team
7
Comments
Last week Don Jones gave a great talk at TechEd: Microsoft Windows PowerShell: The Future of Server Administration. Here is the abstract: Windows PowerShell is Microsoft's next generation command line scripting solution which combines the interactivity...
Windows PowerShell Blog
Become a HanselFan
Posted
over 6 years ago
by
PowerShell Team
1
Comments
I had the pleasure of doing a Channel 9 interview of Scott Hanselman of Corillian and the ever popular HanselMinutes podcast. Scott explains what Corillian does and how they use PowerShell in detail. They are doing a number of very creative things with...
Windows PowerShell Blog
Ben Pearce’s Top 5 PowerShell Questions
Posted
over 6 years ago
by
PowerShell Team
0
Comments
Ben Pearce manned the PowerShell booth at Tech Ed 2007 in Orlando and posed the top 5 questions he got HERE . Here are they are (navigate to the link to find the answers! J ): How can I learn PowerShell Can I script active directory? Does PowerShell...
Windows PowerShell Blog
What’s for DinnerNow? Alphabet Soup.
Posted
over 6 years ago
by
PowerShell Team
2
Comments
DinnerNow is a .NET demo application that uses the latest and greatest .NET technologies. The nice thing about it is that it shows you how to use these technologies working together in the context of a real-world application. The individual teams typically...
Windows PowerShell Blog
PowerShell Wins Best of Tech-Ed from Windows IT Pro Magazine!
Posted
over 6 years ago
by
PowerShell Team
4
Comments
Windows IT Pro magazine awarded PowerShell the Best of Tech-Ed Award in its category last night. PowerShell won on the basis of strategic importance to the market, competitive advantage and value to the customers. It's wonderful to see the superstars...
Page 1 of 2 (27 items)
1
2