ItemCmdletProvider.GetItem Method (String)
Updated: April 27, 2016
Applies To: Windows PowerShell
Retrieves the item at the specified path.
Assembly: System.Management.Automation (in System.Management.Automation.dll)
Parameters
- path
-
Type:
System.String
The path to the item to retrieve.
When implementing this method, the item operated on should be passed to the WriteItemObject method.
This method defines provider-specific functionality for the Get-Item cmdlet. If this implementation of the cmdlet requires addition parameters, the provider must also call the GetItemDynamicParameters method.
For more information about providers, see Windows PowerShell Providers [ps].
Community Additions
ADD
Show: