Using the Show-Command Window to Write PowerShell Commands

If the command you're looking for has escaped you, you can quickly use Show-Command in PowerShell to search through modules and build commands, here's how:
  1. Open PowerShell 
  2. Type: Show-Command
A dialogue will open allowing you to search for a module name. Once you've found the module you're looking for, try building a command by filling in some of the parameters in some of the tabs. After you've built your command, click the "Run" button. 

If you need to build larger commands and PowerShell scripts, the better option is to use the PowerShell ISE.