Skip to content

Instantly share code, notes, and snippets.

@h3nryza
Created July 17, 2018 17:51
Show Gist options
  • Select an option

  • Save h3nryza/f2236cc772065e30d955db7138467ab7 to your computer and use it in GitHub Desktop.

Select an option

Save h3nryza/f2236cc772065e30d955db7138467ab7 to your computer and use it in GitHub Desktop.
Powershell import modules from path
Add-Content -Path $Profile -Value 'Import-Module "C:\Program Files (x86)\SomeProduct\PowerShell\ProductModule.psd1"' -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment