Showing results for Proxy - PowerShell Team

Jan 4, 2009
0
0

PS> Dir –A D The Screencast

PowerShell Team
PowerShell Team

I decided to experiment with a screencast.  This is my first and I have no idea what I’m doing so please forgive me if it sucks.  I’d like to know whether you find this format useful or not and then specific feedback about how to make the screencast better (e.g. I recorded it at 1024x768  - is that good or too large?). In my ...

CTP3PowerShell V2Jeffrey Snover
Jan 4, 2009
0
0

Extending and/or Modifing Commands with Proxies

PowerShell Team
PowerShell Team

There are so many powerful features in V2, it is hard to know where to begin.  This one is going to blow to top of your head off when you understand what it enables you to do. In this blog, I talk about Proxy Cmdlets which is the ability for one Cmdlet to call another.  You could always do this but to do it right has always been very ...

CTP3PowerShell V2Jeffrey Snover
May 8, 2008
0
0

Fun with Script Cmdlets

PowerShell Team
PowerShell Team

  Script Cmdlets are one of the coolest things about the newer version of PowerShell.  A Script cmdlet allows you to use all of the variety of cmdlet parameter sets inside of PowerShell functions. Since Script Cmdlets are PowerShell functions, and the PowerShell engine prefers to run functions rather than commands, you can use Script ...

Get-CommandGet-RandomProxy

Feedback