arjunprakashn

Results 2 issues of arjunprakashn

### Describe the bug # Get ESXi host object esxi_obj = content.searchIndex.FindByDnsName(dnsName=esxi_host, vmSearch=False) if esxi_obj is None: print(f'ESXi host {esxi_host} not found.') si.Disconnect() exit() # Retrieve hardware info from ESXi...

bug