Hello,
Is it possible to use the VMware Tools API to read:
- The partitions on the virtual disk(s)
- The amount of space available on them
- The total size
- Space used
- The name (eg. Windows)
If yes, what functions needs to be used? I looked at the documentation briefly, but I can't figure it out.
The goal is to write a tool that automatically collects this information from all VM's on a daily basis. Would PowerCLI be at help here, since I like to collect this information from one machine?
Thanks!