I have an application being accessed via Citrix in a specific domain. We have granted access to the application to users in a different domain within the same forest (so they do not have to use 2 seperate logins for the application).
Now, the issue is, they have a login script that creates their printers. However, when they log into the published application, the script is running and attempting to recreate the printers that already exist. This is prompting an error every time because it can’t map/create things already created.
How would we go about blocking this from happening? I have checked GPO, but have yet to find anything that would block that from happening, and not 100% on scripting something of this nature. Any & all help is greatly appreciated.