I have a network of devices all having windows operating system. My requirement is to get the information from all these devices and generate a report. I would want details like OS version, latest update installed. Latest scan date of windows Defender. The latest update check done for windows defender. How can this be achieved ?
I am planning to create a Web API service. Each device to have a shell script or an exe application which will send the data in JSON format to the webapi. Have anyone done this before or is there any microsoft tolls to do this.