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: Find PowerShell Cmdlets that Support the PassThru Parameter
Summary: Learn how to find required parameters by using the Windows PowerShell Get-Command cmdlet in Windows PowerShell 3.0. How can I find cmdlets in Windows PowerShell 3.0 that support the PassThru parameter? Use the ParameterName parameter from the Get-Command cmdlet, as shown here. Get-Command -ParameterName PassThru

Recent Posts

Â