I\'m implementing Powershell PSProvider for some internal hierarchical data. Everything works fine, I can navigate through the tree with usual cd/dir commands, the only thing doesn\'t work is tab comp
I\'m implementing a custom PowerShell provider. I\'m now working on the remove-item cmdlet implementation.
In my custom powershell provider I want the user to be able to skip the internal call to InitializeDefaultDrives.