Using Appveyor Cmdlets In Powershell Script
If I have a custom powershell script, but I want to use the
Install-Product node 5 cmdlet, how can I ensure
Install-Product is loaded correctly?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 24 Feb, 2016 02:19 AM
It's being loaded automatically on first call because
$env:PSModulePathcontains path to it. You don't have to explicitly load that module.Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:04 AM.