Summary: Easily determine if you have a Windows PowerShell profile.
I am not sure if I have a Windows PowerShell profile. How can I easily find out?
Use Test-Path and the $profile automatic variable:
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