I have a powershell script which run fine. I want to deploy the script to machines thru GPO. Below is my configuration. But the endpoint machines are unable to get the schedule tasks 



Script Details:
$date = Get-Date -Format ddMMMMyyyy
Get-Date >> \\tps-bkp\Vyatta\AccessRightsReviews\$date
hostname >> \\tps-bkp\Vyatta\AccessRightsReviews\$date
echo " " >> \\tps-bkp\Vyatta\AccessRightsReviews\$date
net localgroup administrators >> \\tps-bkp\Vyatta\AccessRightsReviews\$date
echo "#######################################" >> \\tps-bkp\Vyatta\AccessRightsReviews\$date










