Execute Script from Linux Machine with Limited Rights to Domain Controller

K

KareenC

Hello !

One of my Linux Admins wants to create a script on a Linux Machine for a program which is setting a DNS A Record on a Domain Controller. . The Script is working , if I give him Domain Admin rights , since I am reluctant to do so, I gave him DNSAdmin rights. Outcome: The script is working on the Domain Controller with DNSAdmin rights , but not through the Linux Machine. Add-DnsServerResourceRecordA -Name test.com -ZoneName test.farm-ComputerName mm-dc-1 -AllowUpdateAny -IPv4Address 10.0.0.3 -TimeToLive 01:00:00.

Does anyone have an idea to get this script running with limited rights?is Group Managed Service Account a solution?

Thanks for all your help

Kareen

Continue reading...
 
Back
Top Bottom