Summary: Learn how to determine if you have a local Windows PowerShell profile.
How can I find if I have a Windows PowerShell profile?
Use the Test-Path cmdlet, and check for the existence of $profile, for example:
test-path $PROFILE
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments