Summary: Find automatic variables in Windows PowerShell that begin with a specific letter.
How can I find automatic variables in Windows PowerShell that begin with the letter P?
Use the drive Windows PowerShell variable provider with a wildcard character after the letter P:
DIR variable:P*