aaronengels / DrmmToPowerBI

The PowerShell scripts in this project will allow you to pull data from Datto RMM and store it in a database, making it possible to create historical dashboards or reports in PowerBI.
GNU General Public License v3.0
15 stars 7 forks source link

Disk size/freespace is the wrong way round #11

Open ryanagile opened 2 years ago

ryanagile commented 2 years ago

Line 580 and 581 of CreateSQLProcedures.sql populates the size with freespace and freespace with size

[sizeBig] BIGINT        '$.freespace',
[freespaceBig] BIGINT       '$.size'