Over the next few days / weeks, I will show how to expand the basic query below to resemble this view within the SMS Console.
SELECT
MPR.ProductName,
MPR.OriginalFileName,
MPR.FileName,
MPR.FileVersion,
MPR.LanguageID,
MPR.SourceSite,
MPR.ApplyToChildSites,
MPR.Enabled,
MPR.SecurityKey
FROM
v_MeteredProductRule MPR
order by
MPR.SecurityKey
Recent Comments