Removing Software Installation Parameters
Removing Software Installation Parameters
Removes the specified Software Installation Parameter object(s).
Examples:
Hint: The execution of these examples requires a connected PowerShell drive. |
Finally, Installation Parameters can be removed using the cmdlet Remove-EmdbInstallationParameter:
Remove-EmdbInstallationParameter -SoftwarePackage $MySoftwarePackage -ParameterName "LicenseKey" |
Note: Installation Parameters can only be removed from Software Packages that are not released yet. |