PowerShell add-ons -
what complete steps installing and/or adding add-on profile? (ex. ise scriptinggeek) (powershell v4.0)
i have tried following:
- downloaded , unzipped
isescriptinggeek-master
inc:\users\fname.lname\documents\windowspowershell\modules\
directory. - added
get-command -module isescriptinggeek
profile. - ran following command -
get-command -module isescriptinggeek
, restarted powershell ise.
i not see add-ons dropdown.
showing steps every add-on not feasible in format because every custom module can have different steps.
with regards isescriptinggeek
add-on, command putting in profile wrong, should be:
import-module isescriptinggeek
you can verify works first running command in powershell session.
Comments
Post a Comment