dmarques wrote:
Hi,
I'm referring to the asset group name, and ip ranges.
Thanks
For the Static and Dynamic Asset Groups, you can run this report and export to excel.
Select Top 1000000 tblAssetGroups.AssetGroup As AssetGroup1,
tblAssetGroups.Builtin As Builtin1,
tblAssetGroups.Dynamic As Dynamic1
From lansweeperdb.dbo.tblAssetGroups
For the IP scanning ranges, run this report and export.
Select Top 1000000 tsysIPLocations.IPLocation,
tsysIPLocations.Realstart,
tsysIPLocations.Realend
From lansweeperdb.dbo.tsysIPLocations
These will give you a shortened version of what's on the Configuration, Asset Groups page.