Forum Discussion
JamesA1005
Oct 07, 2024Copper Contributor
Azure scheduled task powershell script not running on remote app but runs on full desktop
Hello, Just wondering if anyone has any thoughts or can help. I am running a powershell script to map a drive on an azure virtual desktop. The script will map the drive if I log in to a full desktop...
JamesA1005
Oct 08, 2024Copper Contributor
I am using this for the scheduled task
-executionpolicy bypass -noprofile -file drivemap.ps1
Thanks
-executionpolicy bypass -noprofile -file drivemap.ps1
Thanks