Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
April, 2006
MSDN Blogs
>
Windows PowerShell Blog
>
April, 2006
Server & Tools Blogs
>
Server & Management Blogs
>
Windows PowerShell Blog
All About Windows Server
Windows Server
Private Cloud
Partner & Customer Solutions
Server & Cloud
Windows Server Essentials & Small Business Server
System Center
Server & Cloud
System Center: Virtual Machine Manager
System Center: Service Manager
System Center: Operations Manager
System Center: Data Protection Manager
System Center: Configuration Manager
System Center: Orchestrator
Virtualization
Virtualization
Virtual PC Guy
Jose Barreto
Private Cloud
Partner & Customer Solutions
Server & Cloud
VDI & Remote Desktop Services
Remote Desktop Services
File & Storage & High Availability
File & Storage
Jose Barreto
Partner & Customer Solutions
Clustering & High Availability
Management
Windows PowerShell
Hey Scripting Guy (PowerShell)
Server Manager
SUS
Identity & Access
Ask Directory Services
Active Directory
Group Policy
Other Windows Server Technologies
Ask The
Performance Team
Networking
Ask Premier Field Engineering
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
Quest
Remoting
Sapien
TechED
Video
Windows Server 2012
WMI
WPF
More
▼
Less
▲
Archives
Archives
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
How PowerShell Formatting and Outputting REALLY works
Posted
over 6 years ago
by
PowerShell Team
4
Comments
<WIZARD WARNING> Dreeschkind posted a question in the Microsoft.Public.Windows.Server.Scripting newsgroup about how PowerShell formatting worked with Select. He saw some behavior that he thought was a bug. Here is what he saw: PoSh C:\>...
Windows PowerShell Blog
Use of Wildcards in PowerShell Formating
Posted
over 6 years ago
by
PowerShell Team
2
Comments
MMS in San Diego was a great conference! I met lots of customers that asked lots of great questions. I was demonstrating PowerShell's WMI support when a customer asked about controlling the output. The problem was that PowerShell was showing all the WMI...
Windows PowerShell Blog
PowerShell interview on Tom's Hardware
Posted
over 6 years ago
by
PowerShell Team
1
Comments
Check out the interview that Scott Ottaway and I did with Scott Fulton of Tom's Hardware : http://www.tgdaily.com/2006/04/25/powershell_windows_command_line_to_ship_q4/ Tom's has consistently been a source of good information about this project - going...
Windows PowerShell Blog
Bruce Payette is writing a book: PowerShell in Action
Posted
over 6 years ago
by
PowerShell Team
0
Comments
Superstar Bruce Payette is writing a book focused on the whats and whys of the language called PowerShell in Action . Bruce is the dev lead on the language and is a walking encyclopedia of computer languages. I have the honor of being a technical reviewer...
Windows PowerShell Blog
IDE for PowerShell and a new book
Posted
over 6 years ago
by
PowerShell Team
2
Comments
PowerShell is a great interactive shell and a great scripting language. That said, the feedback from the scripting community has been very clear: they want/need a PowerShell Scripting IDE. As such, I was very happy to finally have something to say...
Windows PowerShell Blog
The new TabExpansion feature...
Posted
over 6 years ago
by
PowerShell Team
13
Comments
One of the nicest new features in the latest drop of Windows PowerShell is enhanced tab-completion. We now tab-complete properties on variables and parameters on cmdlets in addition to the old filename completion. But that's not the interesting part....
Windows PowerShell Blog
Exposing the Power of .NET in a Admin-friendly way
Posted
over 6 years ago
by
PowerShell Team
13
Comments
One of our primary goals for Monad was to: "Expose the power of .NET in an Admin-friendly way" . The challenges of systems administration are large and growing at the same time organizations are under ever more pressure to reduce costs and do more...
Windows PowerShell Blog
Dynamically loading assemblies in mshsnapins.
Posted
over 6 years ago
by
PowerShell Team
0
Comments
In Monad, mshsnapins can be installed in a different directory from the Monad executables. At runtime, the Monad engine will load the mshsnapin assembly and its referenced assemblies based on application base information provided during mshsnapin installation...
Windows PowerShell Blog
Exclude, Include, Filter Parameters - How to make sense of these
Posted
over 6 years ago
by
PowerShell Team
0
Comments
So how come we have three ways to filter a path in most of the core cmdlets such as in the get-item cmdlet. It is important to understand that exclude, include, and filter offer different levels of filtering. So let’s give a few examples of how...
Windows PowerShell Blog
How to Access or Modify StartUp Items in the Window Registry
Posted
over 6 years ago
by
PowerShell Team
3
Comments
Some applications launch themselves whenever you start your computer and load Windows. In most cases, this is the desired behavior. However in some instances, malicious programs such as spyware, Trojans, worms, viruses load in this manner and hijack your...
Windows PowerShell Blog
The worlds easiest way to create/install MshSnapins
Posted
over 6 years ago
by
PowerShell Team
2
Comments
Hopefully you've read the previous entries on how to create MshSnapins to include your own cmdlets/providers without having to create an entire separate executable (custom shell). If you didn't or if you did and you don't feel like writing the extra...
Windows PowerShell Blog
Monad breaking change announcement: Approved verb names enforcement.
Posted
over 6 years ago
by
PowerShell Team
2
Comments
In order to prevent a mass usability nightmare with developers picking their own improvised cmdlet verbs, the Monad team, based on customer feedback, decided to enforce the use approved verbs. The idea is to provide a more uniform and consistent...
Windows PowerShell Blog
Write-Progress
Posted
over 6 years ago
by
PowerShell Team
2
Comments
Tony has a very cool series of Monad-oriented blog entries at: http://mshforfun.blogspot.com/ . I was fascinated by this one: http://mshforfun.blogspot.com/2005/12/ncbi-blastn-under-msh-command-line.html which exposes the NCBI BLAST tool via a command...
Windows PowerShell Blog
.NET types
Posted
over 6 years ago
by
PowerShell Team
1
Comments
In response to the recent Days till Xmas post, applepwc asked the question > where can I find more ".NET types"?I mean is there a list of ".NET type" available in monad? Excellent question but there are a number of aspects to it so let's break it...
Windows PowerShell Blog
Monad cmdlet cleanup update
Posted
over 6 years ago
by
PowerShell Team
0
Comments
As Jeff re y mentioned in an earlier Blog “ Finding which parameters are used the most ” The Monad team is in the process of cleaning up our cmdlets to promote a more consistent user experience . The following two areas which we are focused on might have...
Windows PowerShell Blog
Days till Xmas
Posted
over 6 years ago
by
PowerShell Team
2
Comments
My daughter loves christmas. She often asks me, "how long is it till christmas?" The problem with that is that I'm one of those people that can barely remember what year it is much less the date. Well, it is one thing to be a flawed person and its another...
Windows PowerShell Blog
Finding which parameters are used the most
Posted
over 6 years ago
by
PowerShell Team
0
Comments
We are in the process of cleaning up our Cmdlets and ensuring that they are consistent. One of the things we want to do is the ensure that we provide Aliases for ParameterNames. As a general rule, parameternames are not pithy. That is great for reading...
Windows PowerShell Blog
Invoking Scriptblocks from C#
Posted
over 6 years ago
by
PowerShell Team
4
Comments
Last time somebody asked for an example of a C# method that took a scriptblock. First of all, there’s one very important thing you have to know about scriptblocks as they are currently implemented. They can’t be invoked outside of a runspace. Any attempt...
Windows PowerShell Blog
Minding Path Inputs in a Cmdlet
Posted
over 6 years ago
by
PowerShell Team
0
Comments
When I was a Monad neophyte, I was asked to write a Cmdlet taking a file path as a parameter. A big mistake I made was not keeping in mind that in Monad the FileSystem provider was just one of the many providers. (This makes Monad different from many...
Windows PowerShell Blog
Adding help for cmdlets in a MshSnapIn
Posted
over 6 years ago
by
PowerShell Team
7
Comments
Now that you know how to create an MshSnapIn, you might want to add help content for all those cmdlets that you developed and get them displayed by “get-help” cmdlet. To add help content you must know how a Monad Cmdlet Help file looks. See any of the...
Windows PowerShell Blog
Ensuring Script Portability with #requires
Posted
over 6 years ago
by
PowerShell Team
0
Comments
With the MshSnapIn model in Beta 3, there is no gaurantee that a certain Cmdlet or Provider, apart from those in the default MshSnapIns, is available at any point. There could be a number of reasons. The MshSnapIn may not have been installed. The MshSnapIn...
Windows PowerShell Blog
Single Shell vs Custom Shell
Posted
over 6 years ago
by
PowerShell Team
1
Comments
With Monad Beta 3 release, we've introduced the concept of the "single shell". What is a single shell? "One shell to rule them all ... and in the darkness..." (Sorry I can't stop saying that quote everytime I hear "single shell"!) Well rather than having...
Windows PowerShell Blog
Mshsnapin (part 2): developing a mshsnapin.
Posted
over 6 years ago
by
PowerShell Team
0
Comments
To develop a mshsnapin, you can use following three simple steps, Create a class derived from MshSnapIn class. Build an assembly to contain the mshsnapin class created in step1 and also other cmdlet/provider classes to be included in the mshsnapin...
Windows PowerShell Blog
Mshsnapin (part 1): usage of mshsnapin commands.
Posted
over 6 years ago
by
PowerShell Team
0
Comments
Latest beta3 release of monad added the capability of adding/removing cmdlets and providers in current running session through mshsnapins. Mshsnapin is a logic group of cmdlets and providers can be manipulate as a unit in monad engine. Following commands...
Windows PowerShell Blog
Using Monad for logon scripts
Posted
over 6 years ago
by
PowerShell Team
1
Comments
In case you were wondering, yes, you can use Monad for your logon scripts. You can't just assign a .MSH file as a logon script however, since only file types with file associations work as logon scripts. Monad installation doesn't create a file association...
Page 1 of 3 (62 items)
1
2
3