Hi Guys
I am creating a Dashboard for a team showing File Share and Volume Capacity metrics.
I am puling the SWQL query from Database Manager on the Orion Server, for example;
SELECT TOP 1000 * FROM [dbo].[SRM_Volumes]
and or
SELECT TOP 1000 * FROM [dbo].[SRM_FileShares]
The information in the table is what I'm looking for but the metrics for 'Quota', 'Free', and 'Used' columns is displayed in 'Bytes'.
When I paste this SWQL query into the SWQL dashboard editor I would like to have those Capacity/Space metrics presented in GBs or TBs.
Can you show me what will need to be added to the above SWQL to present GBs/TBs instead of Bytes please