powershell-provider
How to support powershell tab expansion in psprovider?
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[详细]
2023-03-14 02:06 分类:问答PowerShell custom provider RemoveItem
I\'m implementing a custom PowerShell provider. I\'m now working on the remove-item cmdlet implementation.[详细]
2022-12-10 14:35 分类:问答PowerShell InitializeDefaultDrive
In my custom powershell provider I want the user to be able to skip the internal call to InitializeDefaultDrives.[详细]
2022-12-10 05:04 分类:问答