Summary: Learn to easily check the value assignments of Windows PowerShell preference variables.
How can I use Windows PowerShell to quickly check the value of Windows PowerShell preference variables?
You can use the Windows PowerShell variable drive and look for variables that end with
the word preference. In this example, dir is an alias for Get-Content:
dir variable:*preference