You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a path to the PSModulePath environment variable.
.DESCRIPTION
Only adds the path if hasn't been added yet. The path will also be added to the $PSModulePath variable so the modules will be available in the current console too.
# The path to a folder that should be added to the list of paths containing PS modules. If not specified, the current path of this script will be added.