GPO startup scripts dont work, simply dont execute and i think i found the problem. as i can see samba making in /etc/cron.d/ crontab file like this "@reboot root /var/cache/samba/gpo_cache/AD.CHGIK.RU/POLICIES/{F5036B7C-A872-4054-BCC0-52DCA8273F9A}/MACHINE/VGP/VTLA/UNIX/SCRIPTS/STARTUP/TEST.SH" but downloaded file TEST.SH in client is without executive permissions. ls -l /var/cache/samba/gpo_cache/AD.CHGIK.RU/POLICIES/{F5036B7C-A872-4054-BCC0-52DCA8273F9A}/MACHINE/VGP/VTLA/UNIX/SCRIPTS/STARTUP/TEST.SH give me this -rw------- 1 root root 59 Jul 1 11:48 /var/cache/samba/gpo_cache/AD.CHGIK.RU/POLICIES/{F5036B7C-A872-4054-BCC0-52DCA8273F9A}/MACHINE/VGP/VTLA/UNIX/SCRIPTS/STARTUP/TEST.SH if i make chmod +x in this file after samba-gpupdate --force then TEST.SH again without executive permissions. so cronjob cannot execute him. althogh in domain controller i maked this script with executive permissions using chmod +x test.sh downloaded file without this.