Forum Discussion
Cannot install the sensor on Windows Server 2022 server core
We are migrating our domain controllers to Windows Server 2022, and we fail to install the ATP sensor on the servers.
I am using the following powershell code, but nothing happens. No folder is created, no log files, not even an event in the eventlog
.\"Azure ATP Sensor Setup.exe" /Quiet NetFrameworkCommandLineArguments="/q" AccessKeyFile="C:\Temp\Key.txt
C:\Temp\Key.txt contains the secret (accesskey)
Assuming the missing closing double quotes at the end of the command line is just a copy paste issue, then there must be a log in the temp folder.
Check the user's temp folder ($env:temp) for log files named "Azure Advanced Threat Protection Sensor_00000000000000" (zeros represent a yyyyMMddHHmmss timestamp).
See this for more details: Troubleshooting the sensor using logs - Microsoft Defender for Identity | Microsoft Learn
2 Replies
- Martin_Schvartzman
Microsoft
Assuming the missing closing double quotes at the end of the command line is just a copy paste issue, then there must be a log in the temp folder.
Check the user's temp folder ($env:temp) for log files named "Azure Advanced Threat Protection Sensor_00000000000000" (zeros represent a yyyyMMddHHmmss timestamp).
See this for more details: Troubleshooting the sensor using logs - Microsoft Defender for Identity | Microsoft Learn
- TherealKillerbeBrass ContributorThanks, this was what i was looking for. The log file showed that the Installer was unable to communicate to the ATP service, hence why the installer didn't run. Thx!