IT Management Suite

Custom inventory to get installed Windows Server features and roles 

Apr 20, 2023 01:35 AM

1. Download attached "InstalledWinFeatures.xml" and import it in this place


2. Download attached "Installed Windows features and roles reports.xml" and import it in this place

3. Download attached "Custom inventory - get installed Windows features and roles.xml" and import it in this place

Now schedule this custom inventory task to required windows server and check custom report

For summary report, this SQL Query can be used 

SELECT 
ide.[Name] AS [Computer],
ide.[OS Name],
ide.[OS Type],
ide.[OS Version],
ide.[Domain],
iiwf.InstalledFeaturesRoles
FROM [Inv_InstalledWinFeatures] iiwf
JOIN Inv_AeX_AC_Identification ide ON iiwf._ResourceGuid = ide._ResourceGuid
GROUP BY iiwf._ResourceGuid, ide.[Name], ide.[OS Name], ide.[OS Type], ide.[OS Version], ide.[System Type], ide.[Domain], iiwf.InstalledFeaturesRoles
ORDER BY ide.[Name]
ASC

Statistics
0 Favorited
24 Views
3 Files
0 Shares
5 Downloads
Attachment(s)
xml file
Installed Windows features and roles reports.xml   27 KB   1 version
Uploaded - Apr 20, 2023
xml file
InstalledWinFeatures.xml   2 KB   1 version
Uploaded - Apr 20, 2023
xml file
Custom inventory - get installed Windows features and roles.xml   4 KB   1 version
Uploaded - Apr 20, 2023

Tags and Keywords

Related Entries and Links

No Related Resource entered.