Petri IT Knowledgebase Forums
 

Petri.co.il forums Home Forums Start Page Forums Frequently Asked Questions FAQ Member List Members List
Go Back   Petri IT Knowledgebase Forums > Client Operating Systems > Windows 2000 Pro, XP Pro
Petri.co.il is happy to award auglan the title of Most Valuable Member !!!
Register Calendar Calendar Search Petri IT Knowledgebase Forums Search Todays Posts Today's Posts Mark Forums Read

Notices

Get list of domain users with ip

Get list of domain users with ip

this thread has 15 replies and has been viewed 3341 times

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 1st August 2006, 11:11
okbus okbus is offline
Casual
Casual
 
 Join Date: Aug 2006
  6 month star 12 month star
 Posts: 8
 Reputation: okbus is on a distinguished road (10)
Default Get list of domain users with ip

Hello,

Can you help me to find a list of domain users with those Ip, for ex:

User : x1 ---> ip 172.31.xx.xx
x2 ---> ip 172.31.xx.xx
.....
....
..


Thx
  #2  
Old 1st August 2006, 11:52
Dumber's Avatar
Dumber Dumber is offline
Moderator
 
 Join Date: Dec 2003
  6 month star 12 month star
 Location: The Netherlands
 Posts: 8,068
 Reputation: Dumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to behold (820)
Default Re: Get list of domain users with ip

problably you won't get any use with it, but you can create a login script or something like:

ipconfig /all > \\Server\share\%username%.txt
__________________
Marcel
Netherlands
http://www.phetios.com
http://blog.nessus.nl

MCITP(EA, SA), MCSA/E 2003:Security, CCNA, SNAF, DCUCI, CCSA/E/E+ (R60), VCP4/5, NCDA, NCIE - SAN, NCIE - BR, EMCPE
No matter how secure, there is always the human factor.
  #3  
Old 1st August 2006, 14:08
okbus okbus is offline
Casual
Casual
 
 Join Date: Aug 2006
  6 month star 12 month star
 Posts: 8
 Reputation: okbus is on a distinguished road (10)
Default Re: Get list of domain users with ip

thx for your replay,

But i havent access to domain server because i'm not domain controler and ipconfig/all display just the config of one user not all the domain users
  #4  
Old 1st August 2006, 14:54
biggles77's Avatar
biggles77 biggles77 is offline
Administrator
 
 Join Date: Dec 2003
  6 month star 12 month star
 Location: Nowhere that I like.
 Posts: 10,761
 Reputation: biggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to behold (734)
Default Re: Get list of domain users with ip

This now sounds not quite right. If you are not an Administrator on the network, why do you need such information?
__________________
"There I stood at the bar, wearing a Mae West, no jacket, and beginning to leak blood from my torn boot. None of the golfers took any notice of me - after all, I wasn't a member!" Kenneth Lee - after being shot down during the Battle of Britain on the 18th August 1940.

************************************************** **********************
** Remember to give credit where credit is due and leave reputation points where appropriate **
************************************************** **********************
  #5  
Old 1st August 2006, 16:55
okbus okbus is offline
Casual
Casual
 
 Join Date: Aug 2006
  6 month star 12 month star
 Posts: 8
 Reputation: okbus is on a distinguished road (10)
Default Re: Get list of domain users with ip

I'm not an domain administrator but a'm a entreprise administrator, and i need this information to log on by distance to a remote machine to fixe any probleme,

the moste important is to resolve a name of computer by the knowing the accout of person loged on this machine, do you inderstend ??

Thx
  #6  
Old 1st August 2006, 17:37
wullieb1 wullieb1 is offline
Moderator
 
 Join Date: Jul 2005
  6 month star 12 month star
 Location: Bris Vegas, Australia
 Posts: 6,386
 Reputation: wullieb1 is a splendid one to beholdwullieb1 is a splendid one to beholdwullieb1 is a splendid one to beholdwullieb1 is a splendid one to beholdwullieb1 is a splendid one to beholdwullieb1 is a splendid one to behold (684)
Default Re: Get list of domain users with ip

You would need to write some VB code for this purpose i think.

***EDIT***

After some digging around i found PSLoggedOn

To use it i used the following in a command prompt

psloggedon username

where username is the name of the user you are querying.

Last edited by wullieb1; 1st August 2006 at 17:50..
  #7  
Old 1st August 2006, 20:51
Dumber's Avatar
Dumber Dumber is offline
Moderator
 
 Join Date: Dec 2003
  6 month star 12 month star
 Location: The Netherlands
 Posts: 8,068
 Reputation: Dumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to behold (820)
Default Re: Get list of domain users with ip

Quote:
Originally Posted by okbus
thx for your replay,

But i havent access to domain server because i'm not domain controler and ipconfig/all display just the config of one user not all the domain users

Duhh, run it from a logon script, and watch how many txt files you get into that share.
And i really really hope you understand that a ipadress isn't user but computer based.

but try using the option from wullieb1. If that doesn't help, clarify you're question
__________________
Marcel
Netherlands
http://www.phetios.com
http://blog.nessus.nl

MCITP(EA, SA), MCSA/E 2003:Security, CCNA, SNAF, DCUCI, CCSA/E/E+ (R60), VCP4/5, NCDA, NCIE - SAN, NCIE - BR, EMCPE
No matter how secure, there is always the human factor.
  #8  
Old 2nd August 2006, 11:50
okbus okbus is offline
Casual
Casual
 
 Join Date: Aug 2006
  6 month star 12 month star
 Posts: 8
 Reputation: okbus is on a distinguished road (10)
Default Re: Get list of domain users with ip

thx for your gold proposition,

But wullieb1 whene i type psloggedon username

i'have the message: Error opening HKEY_USERS for xxxxx
Error opening HKEY_USERS for YYYYY
.......................
..............

XXXX,YYYY: is a name of computers in domain


It means that it search all computers until resolving the name or What ??


Please hepl me
  #9  
Old 2nd August 2006, 12:46
biggles77's Avatar
biggles77 biggles77 is offline
Administrator
 
 Join Date: Dec 2003
  6 month star 12 month star
 Location: Nowhere that I like.
 Posts: 10,761
 Reputation: biggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to behold (734)
Default Re: Get list of domain users with ip

Please post the EXACT syntax that you are using.
__________________
"There I stood at the bar, wearing a Mae West, no jacket, and beginning to leak blood from my torn boot. None of the golfers took any notice of me - after all, I wasn't a member!" Kenneth Lee - after being shot down during the Battle of Britain on the 18th August 1940.

************************************************** **********************
** Remember to give credit where credit is due and leave reputation points where appropriate **
************************************************** **********************
  #10  
Old 2nd August 2006, 13:32
wullieb1 wullieb1 is offline
Moderator
 
 Join Date: Jul 2005
  6 month star 12 month star
 Location: Bris Vegas, Australia
 Posts: 6,386
 Reputation: wullieb1 is a splendid one to beholdwullieb1 is a splendid one to beholdwullieb1 is a splendid one to beholdwullieb1 is a splendid one to beholdwullieb1 is a splendid one to beholdwullieb1 is a splendid one to behold (684)
Default Re: Get list of domain users with ip

Quote:
Originally Posted by okbus
thx for your gold proposition,

But wullieb1 whene i type psloggedon username

i'have the message: Error opening HKEY_USERS for xxxxx
Error opening HKEY_USERS for YYYYY
.......................
..............

XXXX,YYYY: is a name of computers in domain


It means that it search all computers until resolving the name or What ??


Please hepl me
what syntax are you using??

the username i was using was the username of the user i wanted to check.

example

psloggedon wullieb1
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Export Active Directory data Stefan Active Directory 35 24th July 2008 00:09
domain users and group help!! badgerbrian Active Directory 2 24th July 2006 08:28
Home Folder for Domain Users Issues alpaje Windows Server 2000 / 2003 0 26th May 2006 12:32
group strategy SpyD Active Directory 13 23rd May 2005 23:16
Users receive 'only from' domain users & via SMTP connec staro30 Exchange 2000 / 2003 2 29th November 2004 14:14


All times are GMT +3. The time now is 19:43.

Steel Blue 3.5.4 vBulletin Style ©2006 vBEnhanced
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
 

Valid XHTML 1.0!   Valid CSS!

Copyright 2005 Daniel Petri