Re: Find all systems in a specific subnet
- From: "Garth" <Spam@xxxxxxx>
- Date: Wed, 10 Jan 2007 15:07:09 -0500
Try this..
SELECT DISTINCT
v_GS_COMPUTER_SYSTEM.Name0 AS 'PC Name',
v_GS_COMPUTER_SYSTEM.UserName0 AS 'User Name',
v_GS_NETWORK_ADAPTER_CONFIGUR.DefaultIPGateway0 as 'Gateway'
FROM
v_GS_COMPUTER_SYSTEM v_GS_COMPUTER_SYSTEM,
v_GS_NETWORK_ADAPTER_CONFIGUR v_GS_NETWORK_ADAPTER_CONFIGUR
WHERE
v_GS_NETWORK_ADAPTER_CONFIGUR.ResourceID = v_GS_COMPUTER_SYSTEM.ResourceID
AND ((v_GS_NETWORK_ADAPTER_CONFIGUR.DefaultIPGateway0 Is Not Null))
AND (v_GS_NETWORK_ADAPTER_CONFIGUR.DefaultIPGateway0 = '10.1.110.1'
OR v_GS_NETWORK_ADAPTER_CONFIGUR.DefaultIPGateway0 = '10.13.88.254')
"Jay (Work)" <nomorespammer@xxxxxxxxxxxxx> wrote in message
news:894944AC-E728-4157-8B59-824479E471D3@xxxxxxxxxxxxxxxx
Hello all -
SMS 2003 SP1, need to report on systems counts per subnet. Any help would
be appriciated.
Thank you
Jay
.
- References:
- Find all systems in a specific subnet
- From: Jay \(Work\)
- Find all systems in a specific subnet
- Prev by Date: Re: i cant un-install advance client using ccmclean
- Next by Date: Re: SMS SP2 upgrade
- Previous by thread: Find all systems in a specific subnet
- Next by thread: Re: AD Client is newer than MP
- Index(es):
Relevant Pages
|