Forum Discussion
Adam_Bleakney
Jan 24, 2022Copper Contributor
Error Installing ATP sensor on DC 2019 gives an 0x800070643
We successfully installed the same package on another Serve prior to this install. No proxy, it is a VM, but the other successful install is on identical VM, tried installing .NET4.8 to address issu...
EliOfek
Microsoft
This is most likely due to a windows update that possibly broke somthing with the event log permissions.
Try running the deployment as SYSTEM (psexec -s) to se if it works around the issue.
Try running the deployment as SYSTEM (psexec -s) to se if it works around the issue.
GeoffMauch
Jan 31, 2022Copper Contributor
sure enough that worked and resolved the sensor install issue: ran this psexec CMD: psexec -i -s "Azure ATP sensor Setup.exe" /quiet NetFrameworkCommandLineArguments="/q" AccessKey="<Access Key>"