Set-SmDownloadRepository
Contributors
Suggest changes
Modifies the location of the installation package download repository.
Syntax
Set-SmDownloadRepository [-Path] <String>
Detailed Description
Modifies the location of the installation package download repository.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Path |
New plug-in repository path. |
true |
true (ByPropertyName) |
Examples
Example 1: Modifying the installation download repository location
Set-SmDownloadRepository -Path "c:\inetpub\wwroot\SnapCenter\Repository"
This example syntax specifies a new repository location.