My suggestion if you need a good sync tool: BeyondCompare by www.ScooterSoftware.Com.
It can be scripted and can be set up to preserve both NTFS permissions (ACLs) and file created time stamps.
Philip Elder MCTS
Senior Technical Architect
Microsoft High Availability MVP
MPECS Inc.
E-mail: Phili...@mpecsinc.ca
Phone: +1 (780) 458-2028
Web: www.mpecsinc.com
Blog: blog.mpecsinc.com
Twitter: Twitter.com/MPECSInc
Teams: Phili...@MPECSInc.Cloud
Please note: Although we may sometimes respond to email, text and phone calls instantly at all hours of the day, our regular business hours are 8:00 AM - 5:00 PM, Monday thru Friday.
--
You received this message because you are subscribed to the Google Groups "ntsysadmin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
ntsysadmin+...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/ntsysadmin/CAHBr%2B%2BjT23CmPeUEqM2pGVcGOK9MxV0sqSX_GSRwVtYoeO-z6Q%40mail.gmail.com.
My suggestion if you need a good sync tool: BeyondCompare by www.ScooterSoftware.Com.
To view this discussion visit https://groups.google.com/d/msgid/ntsysadmin/41672598a52b483f970f89928659d465%40MPECSInc.Ca.
Most of my larger clients have dedicated accounts for doing file moves that have permissions to the relevant shares. If there are additional restrictions on the files (e.g., Finance or HR) then there are dedicated file transfer accounts for those purposes.
gMSAs take care of password changes – which is good – but if file placement and removal needs an interactive logon then it may not be helpful for you. It all depends on your specific needs.
And no – I wouldn’t create a gMSA for “every” scheduled task.
From: ntsys...@googlegroups.com <ntsys...@googlegroups.com> On Behalf Of Mike Leone
Sent: Wednesday, August 6, 2025 4:00 PM
To: NTSysAdmin <ntsys...@googlegroups.com>
--
To view this discussion visit https://groups.google.com/d/msgid/ntsysadmin/1F381BC1AFA74790B99F1886FEC9E32E%40Firefly.
gMSAs are great for this but I would suggest different ones for different sets of systems. Another approach to consider if you don’t want to create another account (local/domain/gMSA) is to use the System account to run the task, and then grant the source computer account the least privilege access on the target side to access the folder. This wouldn’t be least privilege from the source account permission perspective, but on the target side it can use least privilege and it keeps the access isolated to those 2 computers.
-Aakash Shah
To view this discussion visit https://groups.google.com/d/msgid/ntsysadmin/CAGaCHK7VbTs2XoXL3%2BsmviLnHSP9BimpVq8ZDuPJx%2BL2ntpd-A%40mail.gmail.com.
Hi Mike
We don't use local admins.
I have always used granular permission groups like "sign in as a batch job on server XXX", permissions to specific file shares (Change/Read/etc. on Server YYY share ZZZ folder AAAA), etc. in Active Directory.
We have service accounts for specific usage scenarios and grant them the required permissions.
So in your case, we would have:
- An AD group to sign in as a batch job on the server where the task scheduler runs (sign in as a batch on server A)
- An AD group with permissions on the source folder on server A (Server A, Folder X, Read)
- An AD group with permissions on the target folder on server B (Server B, Folder Y, Change)
- An account for "File sync XX" (dedicated or not based on your business requirements) member of these three groups.
- The scheduled task runing as that service account. Not gMSA or whatever.
The file permissios groups are standard and we use them for other tasks including users. So anybody can go to AD and see who can use what instead of messing with local policies.
Best regards
Seve
Von: ntsys...@googlegroups.com <ntsys...@googlegroups.com>
Im Auftrag von Mike Leone
Gesendet: Mittwoch, 6. August 2025 22:00
An: NTSysAdmin <ntsys...@googlegroups.com>
Betreff: [ntsysadmin] Advice wanted - acct to run scheduled tasks
-!-!-!- EXTERNAL EMAIL -!-!-!- This email originated from outside of SKAN. Do not click links or open attachments unless you recognize the sender and know the content is safe
--
You received this message because you are subscribed to the Google Groups "ntsysadmin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
ntsysadmin+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ntsysadmin/CAHBr%2B%2BjT23CmPeUEqM2pGVcGOK9MxV0sqSX_GSRwVtYoeO-z6Q%40mail.gmail.com.