Hello
Thank you for your question and reaching out.
ConfigMgr utilises the system account of the ConfigMgr site server by default when performing client push. Therefore, you must configure a client installation account that does have local admin access on the target system(s), or this account must be a local admin on the target system.
Please try to ping the machine you wish to add to see if you can get in touch with it.
Verify that any system firewalls are active on the computer from which you want to get logs. You must run the following command on the command prompt on the system you need to monitor if System Firewall is turned on in order to enable RemoteAdmin for that machine.
The following command should be run on a client machine:
netsh firewall set service type=REMOTEADMIN mode=ENABLE profile=all.
--If the reply is helpful, please Upvote and Accept as answer--