There are several "TODO" items spread throughout the code. These should be customized to the target environment.
Do a recursive search for this term to guide that:
Get-ChildItem . -Recurse | Select-String TODO
Attached are the following guidance documents:
Cmdlet Designer Design Spec.docx:
Describes the design and architecture of the Cmdlet Designer
Cmdlet Desginer Deployment Guide.docx:
Describes how to deploy the Cmdlet Designer and its support services.