38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
AccessDBProviderSample04
|
|
==========================
|
|
Basic PowerShell provider
|
|
|
|
|
|
Sample Language Implementations
|
|
===============================
|
|
This sample is available in the following language implementations:
|
|
|
|
- C#
|
|
|
|
|
|
To build the sample using Visual Studio:
|
|
=======================================
|
|
1. Open Windows Explorer and navigate to AccessDBProviderSample04 under the samples directory.
|
|
2. Double-click the icon for the .sln (solution) file to open the file in Visual Studio.
|
|
3. In the Build menu, select Build Solution.
|
|
The library will be built in the default \bin or \bin\Debug directory.
|
|
|
|
|
|
To run the sample:
|
|
=================
|
|
1. Start Command Prompt.
|
|
2. Navigate to the folder containing the sample dll.
|
|
3. Start PowerShell
|
|
4. Run Import-Module .\AccessDBProviderSample04.dll (this adds the PowerShell binary module to the shell)
|
|
|
|
|
|
|
|
Demonstrates
|
|
============
|
|
This sample demonstrates the following:
|
|
1.Creating PowerShell drives
|
|
2.Manipulation of items
|
|
3.Container based manipulation of items
|
|
|
|
|