- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 02:33 AM
Hi Team,
How to identify where users logged ServiceNow Instances like on my home , Hyderabad .
Please provide me the suggestions.
Regards,
Naresh Reddy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 02:41 AM
You can get this info from logged in users under User Admin module. You can fetch the IP address from Session logs as shown below.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 02:39 AM
Hi Naresh,
You can restrict or allow user for servicenow instance logins.
Refer the below link may helpful to you.
IP Range Based Authentication - ServiceNow Wiki
ServiceNow Commnunity MVP -2018 class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 02:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2018 03:25 AM
Hello Anurag,
This provides the user's session ip not the user's Computer (IPV 4 IP address) IP Address . What you mentioned is available in Transaction Log and Event Parm2 field also . I want to know can we get machine IP of Current logged in user ?
Thanks and regards,
Kumar Satyam

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 02:55 AM
Hi Naresh,
We can check the IP address from the logs from which user logged in. We can also use gs.getSession().getClientIP() to get the client IP address. If we want to do something based on ip address then we can use this in installation exit.
Hope this helps.
Regards
Ujjawal