YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* モジュールリポジトリ [#o8e8a9d6]
** リポジトリの登録 [#r1ca7375]
Register-PSRepository –Name DemoRepo –SourceLocation "ht...
–PublishLocation “https://www.myget.org/F/powershellge...
** 登録されたリポジトリの確認 [#re5cc4f3]
Get-PSRepository
** リポジトリの登録解除 [#he703d83]
Unregister-PSRepository DemoRepo
** リポジトリを指定してモジュールを探す [#xf2d8f95]
Find-Module -Repository DemoRepo
** 参考 [#pa0b3e72]
- https://docs.microsoft.com/ja-jp/powershell/wmf/5.0/psg...
- http://gallery.technet.microsoft.com/ScriptCenter/
終了行:
* モジュールリポジトリ [#o8e8a9d6]
** リポジトリの登録 [#r1ca7375]
Register-PSRepository –Name DemoRepo –SourceLocation "ht...
–PublishLocation “https://www.myget.org/F/powershellge...
** 登録されたリポジトリの確認 [#re5cc4f3]
Get-PSRepository
** リポジトリの登録解除 [#he703d83]
Unregister-PSRepository DemoRepo
** リポジトリを指定してモジュールを探す [#xf2d8f95]
Find-Module -Repository DemoRepo
** 参考 [#pa0b3e72]
- https://docs.microsoft.com/ja-jp/powershell/wmf/5.0/psg...
- http://gallery.technet.microsoft.com/ScriptCenter/
ページ名: