I'm trying to use powercli to return whether or not a datastore on a esxhost has got Storage I/O Control enabled.
I've been using GetView -viewtype Datastore -Filter @{"Name"="DS_NAME"}
however I cant seem to dig out the piece of information I require from the result.
Any powerCli pro's out there than can help out?