Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Select-Object » PowerShell   (RSS)

Microcode: PowerShell Scripting Tricks - Exploring .NET Types with a Get-Type function and Reflection

There's a simple yet powerful function that nearly everyone on the PowerShell team has written a version of.  My version is called Get-Type.  It's only a one-liner, but it's an amazing way to explore .NET and it's also an amazing example of

Microcode: Cleaning up Get-RecordedTV with Select-Object

In a previous post, I introduced Get-RecordedTV , which was built upon another function, Search-WindowsDesktop . The old version of Get-RecordedTV directly returned the properties related to DVR from Windows Desktop Search, with incredibly long names
 
Page view tracker