|
implementing get-item hi...
is possible to implement a provider that support operations like this?
get-item mydrive:books['name']\author
I am trying to implement it overriding methods like GetItem,
GetItemDynamicParameters or GetPropertyDynamicParameters but the execution
always return this error
Get-Item : Cannot retrieve the dynamic parameters for the cmdlet. Provider
execution stopped because the provider does not support this operation.
any suggestion? |