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 in c:\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

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -