We run TS on our SB server so that we do not have to install an often-updated custom program all the time. In the past we used a peer-to-peer network, but we recently went switched to a domain.
In the peer-to-peer setup, I would log into the TS server, install the program, and then all users could run the program without any special need to "run as admin".
Now that we are in a domain, we can only run the program "as admin". So, I'm assuming there's some sort of permissions issue. Either that or possibly my domain users cannot access SQL server for some reason.
This program inserts an .ini file into the Windows directory that all users are supposed to use. Th thing that's different about the recent domain install from the others is that the Windows directory that the .ini file installed to was users/administrator.domain/windows
I'm pretty sure no one other than Admin can access anything in that folder to even read it.
I tried giving permissions to Domain Users for that directory, but Windows wouldn't let me.
Anyone think of something I can do?