Showing results for parameter - Scripting Blog [archived]

Dec 3, 2014
0
0

PowerTip: Use PowerShell to Hide Parameter From IntelliSense

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to hide a parameter from IntelliSense.  How can I use Windows PowerShell to hide a parameter from IntelliSense?  Introduced in Windows PowerShell 4.0, you can specify the DontShow attribute            for the [parameter()] type to hide that...

Scripting Guy!Windows PowerShellPowerTip