dataplat / dbatools

🚀 SQL Server automation and instance migrations have never been safer, faster or freer
https://dbatools.io
MIT License
2.47k stars 802 forks source link

Enhance Test-DbaBuild to include all Components of SQL Server #7135

Open lostsole opened 3 years ago

lostsole commented 3 years ago

Summary of new feature

Enhance Test-DbaBuild to include all Components of SQL Server, SSAS, SSIS and SSRS.

Proposed technical details (if applicable)

From this URL:https://www.mssqltips.com/sqlservertip/3549/inventory-sql-server-services-version-and-edition/ Something like this that returns all the inventory and build of all SQL components.

Latest version of dbatools as of writing

1.0.137

potatoqualitee commented 3 years ago

I don't think we track individual components, unless their version matches up with the SQL Server version. If so, this would be doable and interesting. What you think, @jpomfret ?