Running show-command for a cmdlet
![PowerShell Team](https://devblogs.microsoft.com/powershell/wp-content/uploads/sites/30/2018/11/PowerShell-2-150x150.jpg)
Problem: Figuring out a cmdlet from its syntax can be overwhelming, especially for people new to PowerShell. PS C:\> get-command get-process -syntax Get-Process [[-Name] <string[]>] [-ComputerName <string[]>] [-Module] [-FileVersionInfo] [<CommonParameters>] Get-Process -Id <int[]> [-ComputerName <string[]>...