Hi all.
I've found a way to get the edition of SQL Server (Express, Standard, ...) but I don't know if this feature is already present in Lansweeper or if it could be in the future (not far I hope...).
The property SKUNAME of the WMI class sqlServiceAdvancedProperty store the the edition of SQL Server.
The namespace that should be used depends on SQL Server version:
- All the versions up to 2005 (included) \root\microsoft\sqlserver\computermanagement
- SQL Server 2008 \root\microsoft\sqlserver\computermanagement10
- SQL Server 2012 \root\microsoft\sqlserver\computermanagement11
Is it possible to have these information in Lansweeper?
Thanks in advance for your support.