Sign in
jaybaz [MS] WebLog
We believe in nothing.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Admin vs. Normal User
C# Edit and Continue
Development Practices
Personal
PowerShell
Refactoring
Sailing
Visual Studio
Windows Home Server
Browse by Tags
MSDN Blogs
>
jaybaz [MS] WebLog
>
All Tags
>
powershell
Tagged Content List
Blog Post:
Screenshot of Select-GraphicalFilteredObject.ps1 in action
MSDNArchive
A picture would be helpful in understanding what this script does. dir $pshome | Select-GraphicalFilteredObject.ps1 -title "Jay's blog is the best!" gives this UI:
on
12 Sep 2007
Blog Post:
Powshell GUI for selecting objects in a pipeline ("Select-GraphiphicalFilteredObject.ps1")
MSDNArchive
This is an enhanced version of a script from Lee Holmes' book Windows PowerShell Cookbook (O'Reilly). The original script takes a pipeline & presents a GUI that lets you select which elements to pass on to the next step in the pipeline. That's unchanged, but my enhanced script does a little more...
on
12 Sep 2007
Blog Post:
PowerShell polyglot
MSDNArchive
Here's an example of a CMD script that is implemented in PowerShell. @@:: This prolog allows a PowerShell script to be embedded in a .CMD file. @@:: Any non-PowerShell content must be preceeded by "@@" @@setlocal @@set POWERSHELL_BAT_ARGS=%* @@if defined POWERSHELL_BAT_ARGS set POWERSHELL_BAT_ARGS...
on
26 Apr 2007
Blog Post:
Controlling Virtual Server through Microsoft PowerShell
MSDNArchive
In his post by the same name , Ben describe a series of steps required in order to manipulate Virtual Server from PowerShell. I'm still a PowerShell novice, so I decided to use this problem as an opportunity to see if I could make things a little easier. The reason it's hard is that you have to...
on
22 Jan 2007
Blog Post:
export environment variables from CMD to PowerShell
MSDNArchive
If you want to use PowerShell, but already have a CMD script that you want to keep, and that CMD script sets environment variables, you're in a pickle. Now I like pickles of all kinds, but Lee can help you get out of this one, with a script that exports the env. vars. back to the PS host. It's all...
on
17 Jan 2007
Blog Post:
Microsoft PowerShell is awesome
MSDNArchive
At work I've been playing with Windows PowerShell . I could try to describe it, but Wikipedia has already done a better job: Windows PowerShell , previously Microsoft Shell or MSH ( codenamed Monad ) is an extensible command line interface (CLI) shell and scripting language product developed...
on
12 Jan 2007
Blog Post:
Transition time
MSDNArchive
We're at the point in the process for VS2005 where there is basically no work left for devs to do. (The product hasn't shipped yet, but devs are not busy.) Before starting the next product cycle, there are a few things that we're doing differently. One of them is "transition time", a form of slack...
on
20 Oct 2005
Page 1 of 1 (7 items)