Showing results for 2008 - PowerShell Team

Dec 31, 2008
0
0

PowerShell_ISE Scripting: ConvertTo-Comment

PowerShell Team
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. 2) Vivek Sharma left a comment asked about ...

CTP3Jeffrey SnoverPowerShell ISE
Dec 31, 2008
0
0

I’m Changing My Name To Sznarwakowski

PowerShell Team
PowerShell Team

I was just reading a blog post where they were showing al the SCVVM commands in a list.  I was going to refer them to my blog which shows how the display that list of commands in a really nice format.  I have no idea where that blog post is so I decided to search for my name and scvvm.  Here is what I got:   I think I'm going ...

Dec 30, 2008
0
0

My Powershell_ISE Profile Part 2

PowerShell Team
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 to fix this problem.  All you ...

CTP3Jeffrey SnoverPowerShell ISE
Dec 29, 2008
0
0

My PowerShell_ISE Profile

PowerShell Team
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 it which I ...

CTP3Jeffrey SnoverPowerShell ISE
Dec 29, 2008
0
0

Download Windows PowerShell

PowerShell Team
PowerShell Team

  Available Releases The following releases of Microsoft Windows PowerShell are available for download: Windows Management Framework 3.0 <<-- Latest RTM Release!    Windows Management Framework    Windows PowerShell 2.0 CTP3 Windows PowerShell 1.0 RTM ...

Pages
Dec 24, 2008
0
0

Write-CommandBlogPost

Radhika Tadinada
Radhika Tadinada

.CmdletName { font-size:large } .CmdletSynopsis { font-size:medium } .CmdletDescription { font-size:medium } .CmdletParameters { font-size:medium } th { font-size: medium; font-style: italic } table { border: 1 } On the PowerShell team, we're big believers in the Virtuous ...

Dec 24, 2008
0
0

Experiment with PowerShell V1 Without Installing It

PowerShell Team
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 tires. In other words you get to run ...

Jeffrey Snover
Dec 24, 2008
0
0

PowerShell V2 – External MAML Help

PowerShell Team
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 ad hoc scripts; scripts you share with ...

CTP3Jeffrey SnoverHelpFile
Dec 24, 2008
0
0

PowerShell v2 Pipelining in 73 (make that 53) Characters

PowerShell Team
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 t{param([Parameter(...

CTP3Jeffrey SnoverAdvanced Functions
Dec 24, 2008
0
0

Resolve-ShortcutFile

PowerShell Team
PowerShell Team

If you're like me, you've got a browser favorites folder that is full of wonderful PowerShell code snippets. Ideally, it would be great to have a way to bring those favorite snippets into PowerShell so that my favorites folder becomes a code library. Doing this presents several challenges. The first (and easiest to solve) is getting the web page ...

CTP3Advanced FunctionsResolve-ShortcutFile