Does anyone know of a report that lists all active machines in the technology park, containing computer data and which operating system (Win 10... Win 11...), which OS Version (22H2... 21H1 ...).
Select Top 1000000 tblassets.AssetID,
tblassets.AssetName,
tblOperatingsystem.Caption,
tblOperatingsystem.Version As OS_Build,
tblassets.Version
From tblassets
Inner Join tblOperatingsystem On
tblassets.AssetID = tblOperatingsystem.AssetID
Reports & Analytics
Ask about reports you're interested in and share reports you've created. Subscribe to receive daily updates of reports shared in the Community.