Configured Storage pool (with Physical disk 1 and Physical 2) in the Windows server and created Virtual disk out of storage pool. After creation of virtual disk, able to see the Physical disk 3(Virtual disk) in VDS service.
Power shell command: get-physicaldisk
providing the all the physical disk details including physical disk 1 and physical disk 2.
Is there any Windows API equivalent to get-physicaldisk
command exists?
If yes, please suggest me the API.