Get-DbaManagementObject
Ben Miller (@DBAduck), dbaduck.com
Get-DbaManagementObject View Source Ben Miller (@DBAduck), dbaduck.com Windows, Linux, macOS Synopsis Discovers installed SQL Server Management Object (SMO) assemblies and their load status Description Scans the system for SQL Server Management Object (SMO) assemblies, SqlClient libraries, and SNI modules to help troubleshoot version conflicts and connectivity issues. This function checks both the Global Assembly Cache (GAC) and currently loaded assemblies in the PowerShell session, returning version information, load status, file paths, and ready-to-use Add-Type commands.
Read more
dbatools