Hello,
I have deployed a SUG to a collection, using the below Powershell command:
start-CMSoftwareUpdateDeployment -DeploymentName "Office 2010 UpdatesLaptop1243" -SoftwareUpdateGroupName "Office 2010 Updates" -CollectionName "Laptop1243" -Description "Global-Office 2010 Updates 2016-02Laptop1243" -DeploymentType Required -VerbosityLevel AllMessages -DeploymentAvailableDay 2016/02/16 -DeploymentAvailableTime "09:15" -DeploymentExpireDay 2016/02/16 -DeploymentExpireTime "11:30" -UserNotification DisplaySoftwareCenterOnly
-SoftwareInstallation $True -AllowRestart $True -PersistOnWriteFilterDevice $False -ProtectedType RemoteDistributionPoint
Is there a command of Powershell using which i can change the "-DeploymentType " from "Required" to "Available" ? without deleting the depoyment ?