Access function in modules
Is it possible to access function from module to page in dashboard/app.If yes, how can we do that?Thank You
Have you tried:
Import-Module ModuleWithYourFunctions
in your dashboard/app code?
Yeap. I tried and worked Was trying to delete this question couldn’t.Thank you.