Using Azure, I want to be able to query Windows Servers (using Defender cmdlets) based on Windows Defender values (i.e. AntispywareSignatureAge). Using PowerShell I can run local scripts and check for those said values. However, this tasks becomes impossible when you have several hundred servers.
Is there a way to efficiently query all this data in Azure using the PowerShell cmdlets? (some places that come to mind are OMS, Log Analytics)