I am looking for some help or ideas. We used Greg Ramsey's script as the base to handle the scenario in the subject, unfortunately the Cmdlet to do the same for legacy packages seem to be broken by CU1.
the error
WARNING: Mandatory schedule or events must be set for Required offer type.
the command
Start-CMPackageDeployment -CollectionName mycollection -PackageId NY1000DE -StandardProgramName USER -AllowSharedContent $True -AllowUsersRunIndependently $True -DeploymentAvailableDay 2013/05/07 -DeploymentAvailableTime 20:00 -DeployPurpose Required -FastNetworkOption RunProgramFromDistributionPoint -PersistOnWriteFilterDevice $False -RerunBehavior RerunIfFailedPreviousAttempt -ScheduleEvent AsSoonAsPossible -SlowNetworkOption DownloadContentFromDistributionPointAndLocally -So
Does anyone have an idea or sample how I could bypass the issue? I am reading the Deployment characteristics, trying to delete the old and create a new Required one.
thank you
P.S.
No SCCM specific forum :-)?