Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Deploy it as a package to an internal nuget repo!
- Trust me, it's easier than it sounds.
- Use the Register-PSRepository, Publish-Module, Install-Module, & Update Module cmdlets.
- Register-PSRepository -Name "Internal" -SourceLocation "\fileserver\modules" -PublishLocation "\fileserver\modules" -InstallationPolicy Trusted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement