Azure / Microsoft.AVS.Management

AVS PowerCLI based Automation Tools for Administrators
MIT License
11 stars 21 forks source link

Update Get-Host and Get-Datastore RunCommands to return related host(s) and datastore(s) #255

Closed rahman-lb closed 2 months ago

rahman-lb commented 2 months ago

This PR modify RunCommands Get-VmfsDatastore and Get-VmfsHosts , these two commands are used heavily by current datastore orchestration workflows. This change will let command user know the details about each datastore along with list of host currently accessing the datastore. Similarly each Host will return list of accessible datastore's names.

The changes in this PR are as follows:

I have read the contributor guidelines and have completed the following: