Summary: Easily find the status of Windows PowerShell Preference variables.
How can I see the preference settings that I can change with Windows PowerShell?
Look at variables that contain the word Preference in their name by using the Get-ChildItem
and looking at the Variable drive:
Get-ChildItem variable:*preference
Note To see all of the Windows PowerShell Preference variables, see about_Preference_Variables.
Many of the Preference variables are not present on the Variable drive unless you change their initial values.