List Folders on a VSAN Datastore using PowerCLI
This sample lists the "friendly name" of the top level folders of a VSAN Datastore. VSAN uses UUID to reference everythign and you just need to use the vSphere API to translate to the friendly name property which is what the vSphere UI also displays in addition to the UUID.
Usage: List-DatastoreFolders -DatastoreName WorkloadDatastore
Sign in to be able to add comments.