Search notes:

Powershell command noun: location

The noun location is used in a provider to refer to a directory (or its equivalent when using a non-filesystem drive).
A location stores zero, one or more items. Items and childItems of a given location are returned by the get-childItem cmdLet.
Locations are exposed to PowerShell, and notably the get-childItem cmdLet, through providers.
Commands related to the PowerShell command noun location:

Aliases

cmdLet alias
get-location pwd
set-location cd
push-location pushd
pop-location popd

See also

Powershell command nouns

Index