Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.36 KB

modules.md

File metadata and controls

27 lines (20 loc) · 1.36 KB

Modules

Sitecore PowerShell Extensions provides a way to organize your scripts into modules.

Some benefits to using modules:

  • The integration points contained within each module can be enabled or disabled globally. For this to take full affect the integration should be rebuilt in the ISE.
  • Organization of custom scripts is a cinch.
  • More reasons can be found in Adam's post.

Note: The Platform module is one you should avoid changing.

Create a custom module

Getting started with your own module is a short process and something you should do for all of your custom scripts.

  1. Navigate to the Script Library item and Insert -> PowerShell Script Module. New Module
  2. Enter the name for the new module and click OK.
  3. Right click the new module and Scripts -> Create libraries for integration points.
    Integration Points
  4. Select the appropriate integration points for your module.
    Integration Point Libraries
  5. Select the module and enable for use.
    Module Activation
  6. Open the ISE, switch to the Settings tab, and rebuild integrations.