I have done some powershell scripts to the server.
I would like make scripts to functions or modules so
Everyone who has access to the server, so they can call them
From powershell command line without going to scripts location or import anything.
Should I save them then %windir%\system32\WindowsPowerShell\v1.0\profile.ps1
Or somehow to save to them as some modules.
I think module is easy handle, so I can group Functions.
How I can make module automatically activated so it doesn’t
Need to be loaded?
Or how I should be doing this?