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
using $env:PSModulePath.split(';') i got list of available module path and copied the unzip file epv-api-scripts-main to first directory of module and run Get-Module -ListAvailable epv-api-scripts-main it give no result
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
how to add this epv module in PowerShell modules:
I followed below method to import it manually
using $env:PSModulePath.split(';') i got list of available module path and copied the unzip file epv-api-scripts-main to first directory of module and run Get-Module -ListAvailable epv-api-scripts-main it give no result
Beta Was this translation helpful? Give feedback.
All reactions