SwiftNet
New Member
- Joined
- Dec 28, 2023
- Messages
- 2
- Thread Author
- #1
The scenario:
40 users, 3 workstations, 1 NAS fileshare. These workstations move on quite often and we replace them with other donated systems.
We have a batch file that adds all user accounts to each machine.
I would like these machines to map drives upon user account login. I understand I can manually add a script to each account but I'd like a cleaner way. I know a GPO can do this on a domain, but these machines are on a workgroup. I tried using a localpolicy to add the script to 'scripts/logon' but it did not work. I tried under both user account and computer.
I tried entering the unc path under profile under the localuser policy manager, but it wants a relative path, which \\servername\sharename\batch.bat is. I'm guessing that Windows will not allow access to a server in this section when not domain joined.
Any other options?
40 users, 3 workstations, 1 NAS fileshare. These workstations move on quite often and we replace them with other donated systems.
We have a batch file that adds all user accounts to each machine.
I would like these machines to map drives upon user account login. I understand I can manually add a script to each account but I'd like a cleaner way. I know a GPO can do this on a domain, but these machines are on a workgroup. I tried using a localpolicy to add the script to 'scripts/logon' but it did not work. I tried under both user account and computer.
I tried entering the unc path under profile under the localuser policy manager, but it wants a relative path, which \\servername\sharename\batch.bat is. I'm guessing that Windows will not allow access to a server in this section when not domain joined.
Any other options?