Friday, March 9, 2012

Gotta Get-Module

# I found the following modules after watching a webcast from powershell.com:

# OutputHelper
# - Allows you to output via text, excel & the clipboard easily!

Get-Service | Out-TextReport -open

# ToolWindow
# - Allows you to open additional windows that are bound to your current window.  For example, you can # run the output of get-childitem c:\windows to one of these windows.

Get-childItem C:\Windows | Out-ListWindow

No comments:

Post a Comment