PowerTip: Use PowerShell to Find User Profile Path

Doctor Scripto

Summary: Use Windows PowerShell to find the user profile path.

Hey, Scripting Guy! Question How can I easily get information about the folder and path to the profile for a currently signed-in user?

Hey, Scripting Guy! Answer Use the Env: PowerShell drive, and select the UserProfile environmental variable:

$env:USERPROFILE

0 comments

Discussion is closed.

Feedback usabilla icon