Skip to main content

All Questions

0 votes
1 answer
775 views

How does the command "cd WSMan:\localhost\shell" work? How can I reproduce it?

I am able to use Powershell to configure WinRM using a special "cd" command. Can anyone explain how it works and how I can implement that type of plug in for my own app?
makerofthings7's user avatar
2 votes
4 answers
1k views

PowerShell provider relative path tab-completion issue

I've implemented a simple PowerShell NavigationCmdletProvider. For those who don't know, this means I can create a snap-in with a cmdlet which is effectively a virtual filesystem drive; this drive ...
Jay Sullivan's user avatar
  • 18.3k
1 vote
1 answer
602 views

How do I persist Powershell provider drive information?

In my Powershell provider, which is a business-logic layer over an SQL database, the Powershell drives equate to database connection settings. This collection of connection settings is persisted to ...
Jack Straw's user avatar