Is there a way, either through the reporting engine or with PowerShell, to generate a license report so I know what goes where?
Hello, if you're already on the Orion Platform 2016.2.100 (NPM 12.0.1) with Web based licensink, I think similar SWQL query (you may create report from it, pass it to custom query resource or execute via SWQL studio, ...) could give you what you need.
SELECT os.HostName, la.ProductName, l.LicenseName, l. LicenseType, l.LicenseExpiresOnFROM Orion.Licensing.Licenses lleft join Orion.Licensing.LicenseAssignments la on l.LicenseKey=la.LicenseKeyleft joinOrion.OrionServers os on la.OrionServerId=os.OrionServerId
In older versions I'm affraid you must rely on information from Settings-> LicenseDetails page.
Regards,
Honza
Still on 11.5...so sad...