To find the path to Powershell profile of the currently signed in user: $profile
To find the Powershell currently signed in user Domain name included: whoami
To find the Powershell currently signed in user: $env:UserName
To find the Powershell current Doamin: $env:UserDomain
To find the path of currently signed in user: $env:userprofile
To find the Powershell currently signed in user Domain name included: whoami
To find the Powershell currently signed in user: $env:UserName
To find the Powershell current Doamin: $env:UserDomain
To find the path of currently signed in user: $env:userprofile
To find the Computer name using Powershell: $env:computername