Field notesAUWENSearch
Explore Systems
← Command indexPowerShell / location

Get-Location

Show the current location.

Syntax

UPPERCASE words are placeholders to replace. Brackets in the syntax line describe optional arguments; do not type those brackets literally.

Get-Location

Example

Get-Location

Expected result

A PathInfo object showing the current location.

Notes and traps

PowerShell locations include providers such as the registry; not every path is a filesystem path.

Related commands

Related tasks may need different flags and have different semantics. Check the entry before translating a command between shells.

Official reference ↗

Updated 13 September 2026. Examples describe the expected behavior; not every platform is available for execution testing.