So at my new job we have a medical application that requires network access but it requires administrative approval to do so.
The solution my boss (and her advisor) has implemented is to just add "Domain Users" to the administrative group so that they are not presented with the approval prompt.
It goes without saying that this is a huge security risk and since I'm fairly new to IT I'm not sure how to allow one program to bypass this approval prompt. Or even better, how to allow a certain group in active directory to bypass this one programs network access prompt.
Main Goal: Not open up the floodgates for a single program.
Thanks.