ItemCmdletProvider.GetItem Method (String)

 

Updated: April 27, 2016

Applies To: Windows PowerShell

Retrieves the item at the specified path.

Namespace:   System.Management.Automation.Provider
Assembly:  System.Management.Automation (in System.Management.Automation.dll)

abstract GetItem : 
        path:string -> unit
override GetItem : 
        path:string -> unit

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].

Return to top

Community Additions

ADD
Show: