
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2022 02:48 PM
Hello everyone.
I have an old .txt file here with hostnames only.
How can i generate a report from specific Hostnames from this .txt file?
I have an old .txt file here with hostnames only.
How can i generate a report from specific Hostnames from this .txt file?
Labels:
- Labels:
-
Report Center
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2022 03:37 PM
OK, now i know the correct IP Adress based on this report.
How can i deploy software using this report?
That´s the plan.
How can i deploy software using this report?
That´s the plan.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2022 03:34 PM
Ok i made it based on another i found here in the forum using IP.
Select Top 1000000 tblassets.AssetName,
tblassets.IPAddress
From tblassets
Inner Join tblassetcustom On tblassets.AssetID = tblassetcustom.AssetID
Inner Join tsysassettypes On tsysassettypes.AssetType = tblassets.Assettype
Where tblassets.AssetName In ('MCGH1NT120', 'SCBMDK015', 'SVLADK010',
'SCBMNT001', 'MCBMDK001', 'SVLADK009', 'SMOANT007', 'MCGH1NT200', 'MMOANT003',
'SVLADK014', 'SVLADK003') And tblassetcustom.State = 1
Select Top 1000000 tblassets.AssetName,
tblassets.IPAddress
From tblassets
Inner Join tblassetcustom On tblassets.AssetID = tblassetcustom.AssetID
Inner Join tsysassettypes On tsysassettypes.AssetType = tblassets.Assettype
Where tblassets.AssetName In ('MCGH1NT120', 'SCBMDK015', 'SVLADK010',
'SCBMNT001', 'MCBMDK001', 'SVLADK009', 'SMOANT007', 'MCGH1NT200', 'MMOANT003',
'SVLADK014', 'SVLADK003') And tblassetcustom.State = 1
