Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » TYPEEXTENSION   (RSS)

Turning the dial to 11 with Custom TypeConverters

If you are the sort of bloke that likes to turn the dial to 11, you should check out Abhishek's recent blog entry on Custom TypeConverters: http://abhishek225.spaces.live.com/Blog/cns!13469C7B7CE6E911!191.entry Much of the power of Windows PowerShell
Posted by PowerShellTeam | 0 Comments
Filed under: ,

Get-Process Piped to Dir

Did you know that you can pipe the output of Get-Process into dir? Don't believe it? Let me prove it: PS> Get-Process wi* Handles NPM(K) PM(K) WS(K) VM(M) CPU(s) Id ProcessName ------- ------ ----- ----- ----- ------ -- ----------- 95 4 1080 2892 32
Posted by PowerShellTeam | 10 Comments
Filed under:

BaseName for FileInfo objects

<Edited to add categories> In our active, responsive, and useful newsgroup Microsoft.Public.Windows.PowerShell (SELL SELL SELL :-) ), MVP Alex Angelopoulos recented posted the following: Although file extension changing is a common technique in

Leveraging Windows PowerShell Type Extensions to get documentation

After just a little use of Windows PowerShell, you quickly learn that you need to pipe objects in the GET-MEMBER utility to understand the capabilities of that object. Get-Member reflects against the object and shows you all of its methods and properties

Base64 Encode/Decode a string

Today I came across http://scripts.readify.net/ . This sight is focused on Monad and MSH and is starting a collection of scripts at: http://scripts.readify.net/Scripts.aspx . You should visit their site and let them know what type of scripts would be
 
Page view tracker