This template repository is intended to quickly create a PowerShell function based provider.
The MyProvider
package provider can be imported and works without any changes.
The package and sources returned are examples to show how those are returned.
To modify the template into your own package provider.
- Rename
MyProvider.psd1
andMyProvider.psm1
to your provider name. - Find and replace
MyProvider
with your provider name. - Read the
MyProvider.psm1
comments to update the provider. - Add other interfaces to support other cmdlets.