PowerTip: Easily Find the Location of Current User Profile

Doctor Scripto

Summary: Easily find the location of the Windows PowerShell current user current host profile.

Hey, Scripting Guy! Question How can I find the location of the current Windows PowerShell profile for your current host?

Hey, Scripting Guy! Answer Use the $profile automatic variable, as shown here:

13:25 C:\> $profile

C:\Users\ed.IAMMRED\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1

 

0 comments

Discussion is closed.

Feedback usabilla icon