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.
Description
Back up your Hyper-V VMs Easy & Fast. 100% built for Hyper-V. Free for 2 VMs, forever.
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