Summary: Learn how to create a floating window for your Windows PowerShell Help.
How can I open Windows PowerShell 3.0 Help in a new window without tying up my Windows PowerShell console?
Use the –ShowWindow parameter with Get-Help, as shown here.
help Get-DhcpServerInDC -ShowWindow