Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Hidden … sort of: The Hidden Keyword in Windows PowerShell 5.0 Preview

$
0
0

The Hidden keyword hides properties and methods (and other members, like events) in a scripted class. When a member is hidden, you can still view and change it, but the Get-Member cmdlet doesn’t display it without the Force parameter and the hidden members are not available to auto-completion features, such as PrimalSense and IntelliSense.

Read More


Viewing all articles
Browse latest Browse all 6937

Trending Articles