Get-Location - Powershell 1.0 CmdLet
Microsoft Windows PowerShell is a command-line shell and scripting tool based on the Microsoft .NET Framework. It is designed for system administrators, engineers and developers to control and automate the administration of Windows and applications.
More than hundred command-line tools (so called "cmdlets") can be used to perform system administration tasks and Windows Management Instrumentation (WMI). These cmdlets are easy to use, with standard naming conventions and common parameters, and standard tools for piping, sorting, filtering, and formatting data and objects.
Get-Location
Description Get and display the current location Usage Options -psProvider Output a PathInfo object representing the current working location for the specified provider(s). -psDrive Output a PathInfo object representing the current working location for the specified drive(s). -stack Output a StackInfo object representing the current stack. -stackName Output StackInfo object(s) representing the specified stack(s). CommonParameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutVariable. Example(s) Display the current working location: PS C:\>get-location Display items on the current stack: PS C:\>get-location -stack