Hi,
I am trying to work on creating bulk collections and then deploy existing packages on them. Was successful in creating the collections. However, facing issues when using PowerShell to deploy the package using below command.
Set-CMPackageDeployment -CollectionName "collection name here" -PackageName "package name here" -StandardProgramName "package program name" -DeployPurpose Required -DeploymentAvailableDateTime "2020-12-10 13:00"
This is not working failing with "parameter set cannot be resolved using specified name parameters"
Any suggestions?
Thanks!