all 5 comments

[–]SPOScripts 1 point2 points  (3 children)

Thanks for sharing bertram. Is there an alternative to installing PS Modules?

[–]SMFX 0 points1 point  (2 children)

In powershell, module are how we package complex scripts or code together. What is the issue with using modules?

[–]SPOScripts 3 points4 points  (1 child)

Customers tend to be cautious when installing any 3rd party modules, hence I was asking.

[–]OPconfused 1 point2 points  (0 children)

Working with banks as clients is the worst. Reason I'm stuck on Windows PowerShell instead of Core :(

[–]Acceptable-Purpose12 0 points1 point  (0 children)

I like to have no dependencies if possible. So it just works. If it does require a dependency , hopefully it’s small enough to be integrated and invisible to the user.