Skip to main content

Script Center

Script Center
We are dedicated to the system administration scripters of the world. At the Microsoft Script Center, we focus on teaching people how to use Windows PowerShell and VBScript to reduce time spent performing mundane tasks.

Hey, Scripting Guy! Blog

Script Center Home Page

PowerTip: Use Show-Command to See PowerShell Parameters
Summary: Use Show-Command to display interactive Windows PowerShell parameter Help. How do you display the parameters and parameter sets of Windows PowerShell cmdlets in an interactive fashion? Use the Show-Command cmdlet from the Windows PowerShell console or the Windows PowerShell ISE: Show-Command –name cmdletnameFor example:Show-Command get-process

Recent Posts