Hi, @Mike Martin
Thank you for posting in Microsoft Q&A forum.
To resolve the alert regarding the Run-As account not having the requested logon type, you should first identify which Run-As account is causing the issue. You can do this by checking the Event log on the agent computer for event ID 7002. This event will provide details about the specific Run-As account that lacks the necessary "Log on as a Service" permission.
Once you identify the affected Run-As account, you can grant the required permission by following these steps:
Sign in with administrator privileges to the computer where you need to provide the permission.
Open Administrative Tools and select Local Security Policy.
Expand Local Policy and select User Rights Assignment.
Right-click on "Log on as a service" and select Properties.
Use the "Add User or Group" option to include the affected Run-As account.
Confirm the changes by clicking OK.
Do you also have SCOM installed in your environment? It seems a normal issue for SCOM, you may check this link:
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".