Books
Translate This Blog
-
Recent Posts
Top Posts
- Changing Ownership of File or Folder Using PowerShell
- Querying UDP Ports with PowerShell
- Starting,Stopping and Restarting Remote Services with PowerShell
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- PowerShell and Excel: Adding Some Formatting To Your Report
- Using PowerShell Parameter Validation to Make Your Day Easier
- Using PowerShell to Query Web Site Information
- Building a Chart Using PowerShell and Chart Controls
- Getting the Icon from a File Using PowerShell
- Quick Hits: Finding Exception Types with PowerShell
Archives
Categories
- .net
- api
- array
- background jobs
- binary
- book
- c#
- clock
- codeplex
- com object
- convert
- CTP
- database
- deep dive
- excel
- Favorites
- function
- groups
- guest blog
- hash table
- Internet Explorer
- ise
- mcpmag
- module
- MVP
- network
- news
- parameter
- patches
- performance
- pinvoke
- podcast
- port
- PoshChat
- poshpaig
- PoshRSJob
- poshwsus
- powercli
- powerscripting
- Powershell
- printers
- quickhits
- reflection
- regex
- registry
- Regular Expressions
- report
- resolution
- runspace
- runspaces
- scripting games 2012
- scripting games 2013
- scripting guy
- scripts
- SMO
- Speaker
- speaking
- SQL
- tcp
- tips
- tsql
- updates
- user group
- V3
- V4
- v5
- weather
- widget
- win32API
- winter scriting games 2014
- wmi
- word
- WPF
- wsus
- xaml
Tag Archives: help
Determine Which Parameters Support Pipeline Input
A question that I had recently was how can a user determine which parameters have support for pipeline input in a cmdlet. The answer lies within the help system of PowerShell. Using the –Parameter parameter of Get-Help, you can view … Continue reading
What Forums Can I Go To For PowerShell Help?
Maybe you have been working on a script for a while and am just not sure what the next step is or perhaps you are looking for a peer review of something you wrote. Fortunately, there are several forums out … Continue reading
Setting Up a Windows PowerShell Help Repository
With the help files not available by default in PowerShell V3, you must now use Update-Help to download the help files needed to properly view help for each cmdlet. The best thing about this is that you will always have … Continue reading