I normally start PowerShell in my c:scripts directory PS> Get-Location Path —- C:scripts Get-ChildItem *.ps1 gives me the list of .ps1 files in that folder. Some of that information I may not need and it doesn’t give me the full path PS> Resolve… Read the full text.