#PSTip Hiding parameters from tab completion
Note: This tip requires PowerShell 4.0 or above. When writing functions and declaring parameters, PowerShell lets us use many parameter attributes to define the behaviour of the parameter.
Read MoreNote: This tip requires PowerShell 4.0 or above. When writing functions and declaring parameters, PowerShell lets us use many parameter attributes to define the behaviour of the parameter.
Read MoreLet us say that you have a list of words or a sentence that you’d like to manipulate and make sure that every word starts with a capital letter.
Read MoreNote: This tip requires PowerShell 2.0 or above. This week on a PowerShell forum, I stumbled upon user request to turn off his PC’s display on demand.
Read MoreNote: This tip requires PowerShell 2.0 or above. Using the System.Environment+SpecialFolder enumeration we can retrieve a list of all paths to system special folders.
Read MoreNote: This tip requires PowerShell 2.0 or above. Since Windows Vista, the operating system is shipped with a ton of additional event logs and providers, some of them are present on the system but are not enabled.
Read MoreSay you have a number like: 133903155, how quickly can you digest it? It’s much easier to read when it’s formatted as 133,903,155.
Read More