Summary: Learn how to display graphical Windows PowerShell Help.
How can I see Windows PowerShell Help in a graphical way so I can float the Help?
Use the –ShowWindow parameter from the Get-Help cmdlet, for example:
Get-Help Get-Process -ShowWindow
Summary: Learn how to display graphical Windows PowerShell Help.
How can I see Windows PowerShell Help in a graphical way so I can float the Help?
Use the –ShowWindow parameter from the Get-Help cmdlet, for example:
Get-Help Get-Process -ShowWindow