Discussion on:

6
Comments

Join the conversation!

Follow via:
RSS
Email Alert
"This is pre-alpha stuff. It???s from beta."

You do realise that alpha comes before beta? How can it be "from beta" if it's "pre-alpha stuff."?
0 Votes
+ -
unable to handle the proof
patthew Updated - 20th Feb 2012
I think it might've been a typo and the writer meant to say "FAR from beta"
0 Votes
+ -
Here's an article from Prof. Powershell that explains how to run PowerShell 2.0 and 3.0 side by side on the same machine.
http://mcpmag.com/articles/2011/12/20/powershell-2-and-3-side-by-side.aspx

Basically after installing PS 3 CTP if you run: powershell.exe -version 2.0 which will start a PS 2 session.

On a side note: I could not post this response from IE9 and had to use Firefox 9 to post.
0 Votes
+ -
-Passthru
jsnover@... 22nd Dec 2011
One of my favorite new features is the -PASSTHRU parameter on Out-Gridview. Try this:

get-service |out-gridview -PassThru |start-service -Verbose

Then select the services that you want and when you click OK, the selected services will get passed down the pipeline to the Start-Service cmdlet. Fun.

Jeffrey Snover [MSFT]
Distinguished Engineer and Lead Architect for Windows Server
The out-gridview shows the CPU seconds and several other fields as strings. So hitting the column header sorts them in string order. 1234 seconds appears before 2.34 seconds.
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.