Skip to content

03. How to handle custom script extensions

otabut edited this page Jan 30, 2018 · 1 revision

To handle specific script extensions, you must follow several rules :

  • create your own routine that must be called Start-LSS_<EXT>Script.ps1 and placed in the Functions folder
  • this routine must return a specially formated PSCustomObject. See this chapter
Clone this wiki locally