- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi LucD,
After replacing the below line from
[math]::Round($script:vdiskCapacity, 0)}},
To
[math]::Round($script:vdiskCapacity - ($script:vdiskCapacity - $script:vdiskFree), 0)}},
I am getting the desired output. ![]()
Thank you very much for your help as always ![]()