How to find installed software's on servers

Muhammad Zeeshan 100 Reputation points
2024-11-14T09:07:16.2933333+00:00

from Windows defender portal (security.microsoft.com) can we get report of all installed software's running on servers only not client machines

Microsoft Defender for Identity
Microsoft Defender for Identity
A Microsoft service that helps protect enterprise hybrid environments from multiple types of advanced, targeted cyberattacks and insider threats.
243 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. K-Mohammed 235 Reputation points Microsoft Employee
    2025-01-22T09:21:58.1266667+00:00

    Hi Zeeshan, thanks for taking the time to post your question, and for your patience!

    Yes, you can get a report of Software inventory for Servers through the API. Refer to 'Export software inventory assessment (via files)' in this documentation: https://learn.microsoft.com/en-us/defender-endpoint/api/get-assessment-software-inventory.

    • You can use API explorer option within Defender portal to run the following API: https://api.security.microsoft.com/api/machines/SoftwareInventoryExport
    • The response will contain URLs to download the data from Azure Storage. Download the files using the URL.
    • Once you have the data, you can import the .json file into Excel and filter it locally to include only servers.

    Let us know if you have any further questions and accept the answer if it helps!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.