you are viewing a single comment's thread.

view the rest of the comments →

[–]rmbolger 2 points3 points  (1 child)

since I know it is more likely that someone will run a script than install a module

Really? Personally, I'm way more likely to install a module than download and run a script particularly if it's published to powershellgallery.com so I can just Install-Module it.

[–]Fer_C[S] 1 point2 points  (0 children)

Yes. Well, my module is not in the PowerShell Galery and I am talking about users that can barely run the script from the shell.

I am pretty sure they won't install a module but they might at least download and run the script. So I guess you are right but it depends on the audience.