View Single Post
Old 01-14-2007   #2 (permalink)
Jeffrey Snover [MSFT]


 
 

Re: Change Help default behaviour

We didn't make that configurable. You can write a function to do this:
function myhelp {$helpcmd = "get-help -full $args" ;invoke-expression
$helpcmd}

You could request this as a feature.
--
Jeffrey Snover [MSFT]
Windows PowerShell Architect
Microsoft Corporation
This posting is provided "AS IS" with no warranties, no confers rights.
Visit the Windows PowerShell Team blog at:
http://blogs.msdn.com/PowerShell
Visit the Windows PowerShell ScriptCenter at:
http://www.microsoft.com/technet/scr.../hubs/msh.mspx

My System SpecsSystem Spec