Updated Management Packs

Recently, we were looking into when someone had updated some management packs and when.  I went digging a bit and found the following query helped me out.  Run it against the OperationsManager database.

image

Here is the plaintext code:

SELECT TOP (1000) [MPName]
      ,[MPVersion]
      ,[MPCreated]
      ,[MPLastModified]
FROM [OperationsManager].[dbo].[ManagementPack]
ORDER BY [MPLastModified] DESC

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s