If there's such thing as a secret sauce to PowerShell, the PowerShell team has added it to the types.ps1xml file. An often overlooked feature of Windows PowerShell is its extensibility. With a little ...
Recently someone asked me on Twitter about a way to retrieve the command history from another user's PowerShell session. That's a great question and I think I know where the user is coming from but ...
Notice that there's no THEN and no END IF. The IF keyword evaluates the expression in parentheses and, if TRUE, executes whatever commands are enclosed in the curly braces. In this example, the word ...