PowerShell Script Provider

Write your own PowerShell provider using only script, no C# required. Module definition is provided by a Windows PowerShell 2.0 Module, which may be pure script, binary or a mix of both.

Provider is debuggable in PowerShell ISE, like any other script. All functions in backing module reflect the same signature as those found on MSDN. This means that you go to MSDN documentation on providers to learn about how to write the corresponding script.

Available on NuGet as PowerShell.ScriptedProvider.

Current Release PSProvider 0.4

138482

Samples and Templates

Roadmap

0.1

0.2

0.3

0.4 (Current Release)

0.5

0.6