Artur_Mucha
Engaged Sweeper II
since ‎09-28-2016
‎07-11-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

Hi,I need to have report which will give me bellow table with AssetID and all IPv4 addresses detected for that Asset in one column. So it should look like:AssetID | IPsserver1 | 10.0.0.1, 10.0.0.2server2 | 10.0.0.3server3 | 10.0.0.4, 10.0.0.5, 10.0.0...
Hi,I've prepared report which shows me on which VMware ESXi host I have free resources to provision another VM. Code of this report is below:Select Top 1000000 tblAssets.AssetID, tblAssets.AssetName, tblVmwareInfo.Version, tblAssets.IPAddress, ts...
Hi,there is report that shows every guests for VMware hosts. I'd like to do something similar, but different: I have assets list and want to add information about VMhost on which that VM exists (value of VMware field in asset details). Can someone he...
Kudos from
Kudos given to