Does anyone know how to convert bytes to gigabytes with 3 decimal places when setting up alerts. I have the following setup in the alert message body:
Available Space on Drive: ${VolumeSpaceAvailable as Bytes}
Total Space on Drive: ${VolumeSize as Bytes}
But i want to show it as gigabytes with 3 decimal places.. any ideas anyone??