Hi @calvinmcelroy, This doc contains a few instructions related to scenarios as you mentioned: Install a Windows universal forwarder - Splunk Documentation About the least-privileged user For security purposes, avoid running the universal forwarder as a local system account or domain user, as it provides the user with high-risk permissions that aren't needed. When you install version 9.1 or higher of the universal forwarder, the installer creates a virtual account as a "least- privileged" user called splunkfwd, which provides only the capabilities necessary to run the universal forwarder. Since local user groups are not available on the domain controller, the GROUPPERFORMANCEMONITORUSERS flag is unavailable, which might affect WMI/perfmon inputs. To mitigate input issues, when you're installing with the installer, the default account is the local system on the domain controller. If you choose a different account to run the universal forwarder during installation, the universal forwarder service varies based on your choice: If you choose Local System, the universal forwarder runs Windows administrator full privilege. If you choose a domain account with Windows administrator privilege, the universal forwarder runs Windows administrator full privilege. If you choose a domain account without Windows administrator privilege, you select the privilege. Once you choose a non-administrator user to run the universal forwarder, this user becomes a "least privilege user" with limited permissions on Windows. Also, take a look at this point: Permission Function SeBackupPrivilege Check to grant the least privileged user READ(not WRITE) permissions for files. SeSecurityPrivilege Check to allow the user to collect Windows security event logs. SeImpersonatePrivilege Check to enable the capability to add the least privilege user to new Windows users/groups after the universal forwarder installation. This grants more permissions to the universal forwarder to collect data from secure sources. Happy Splunking, Rafael Santos Please, don't forget to accept this solution if it fits your needs
... View more