PowerTip: Find User's Home Directory in PowerShell

Doctor Scripto

Summary: Find the path to the current user's home directory in Windows PowerShell.

Hey, Scripting Guy! Question How can I easily find the current user's home directory for a script I am writing?

Hey, Scripting Guy! Answer Use the $home automatic variable:

PS C:\> $HOME

0 comments

Discussion is closed.

Feedback usabilla icon