モジュールリポジトリリポジトリの登録Register-PSRepository –Name DemoRepo –SourceLocation "https://www.myget.org/F/powershellgetdemo/api/v2" –PublishLocation “https://www.myget.org/F/powershellgetdemo/api/v2/package” –InstallationPolicy –Tusted 登録されたリポジトリの確認Get-PSRepository リポジトリの登録解除Unregister-PSRepository DemoRepo リポジトリを指定してモジュールを探すFind-Module -Repository DemoRepo 参考 |
|