Managing dependencies of Powershell modules -


i have custom powershell script module, let's call pshandycmdlets. in manifest following line found: requiredmodules = @('<another module not installed yet>')

the requiredmodules property supposed guarantee module listed here imported global scope before importing current module. fail if module can't located on machine.

does powershell provide mechanism ensuring these modules installed when pshandycmdlets installed? if there isn't, there best practice in place handling scenario?


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -