Windows PowerShell Template Provider 01 Sample
This sample creates a template for a provider that hooks into the Windows PowerShell namespaces. It contains all possible provider overrides and interfaces.
A provider developer can copy this file, change the name of the file, delete those interfaces and methods the provider doesn't need to implement or override, and use the remaining code as a template to create a fully functional provider.
Sample Objectives
This sample demonstrates the following:
- How to create a TemplateProvider class that implements the following interfaces:
Related topics
IDynamicPropertyCmdletProvider
ISecurityDescriptorCmdletProvider
Operating system requirements
Client
Windows 8.1
Server
Windows Server 2012 R2
Build the sample
-
Start Microsoft Visual Studio and select File > Open > Project/Solution.
-
Go to the directory named for the sample, and double-click the Visual Studio Solution (.sln) file.
-
Press F7 or use Build > Build Solution to build the sample.
The executable will be built in the default \bin or \bin\Debug directory.
Run the sample
- Start a Command Prompt.
- Navigate to the folder containing the sample executable.
- Run the executable.
- See the output results and the corresponding code.