i have powershell script available. it changes advertisement schedule. I am looking some one to modify the script.
$d=New-CMSchedule -Start "8/11/2014 1:00 PM" -NonrecurringSet-CMPackageDeployment -PackageId "00100754" -StandardProgramName "Automated-Reboot" -CollectionName "ITS - SCMS ED5 Central Push PWBG5160" -DeploymentAvailableDay 08/08/2014 -DeploymentAvailableTime 11:45 -DeploymentExpireDay 08/11/2014 -DeploymentExpireTime 05:00 -Schedule $d
I want to enter all the value specified in the double quto "" (above script)area in CSV file and scripts take it from input in csv file and run.
Thanks