Accessibility links

Skip to main contentAccessibility help
Accessibility feedback
December Holidays
  • Remove
  • Report inappropriate predictions

    Search modes

    All
    News
    Videos
    Images
    Shopping
    More
    Settings
    Tools
      About 1,400,000,000 results (1.05 seconds) 

      Search Results

      Questions and answers
      Server Fault
      Question
      How to find the computer name a user logged on to
      Answer · 8 votes
      There is a great Sysinternals utility that will do just this for you - PsLoggedOn
      More
      Stack Overflow
      Question
      Find computer name by username (check where the user is logon to)
      Answer · 0 votes
      Multiple users can be logged into a Windows PC - how do you know which user you want? From the command line on a PC, you can run query user to list the ...
      More
      Spiceworks
      Question
      i want a simple free program ( if possible) to run on my network to show me currently logged in users on every computer is this possible?or a script ...
      Answer · -1 votes
      Goverlan has a great feature called fastConnect. It allows you to detect where you users are ...
      More
      Adaxes
      Question
      Hi, Can you tell me how to look up a list of last logged-in users for computers from specific OU? Have OU called Laptops and need to know who as last ...
      Answer · 0 votes
      Hello Robert, Thank you for the confirmation. Find the updated script below. To run the ...
      More
      ITNinja
      Question
      I am trying to find all the computer names in a specific OU in AD (Server 2008 R2) and print them out to a text file using DSQUERY. Does anyone have the ...
      Answer · 1 vote
      not at a domain computer to test but according to https://technet.microsoft.com/en-us/library/cc730720.aspxit should be like thisdsquery computer OU=Sales,DC=Co ...
      More
      Quora
      Question
      How do I see which OU a computer is in AD?
      Answer · 1 vote
      AD is “Active Directory”, which is an LDAP directory. An OU is an “Organizational ...
      More
      Feedback

      Web results


      Show User's Logged On Computer Name In Active Directory

      community.spiceworks.com › ... › How-tos
      community.spiceworks.com › ... › How-tos
      1. Cached
      2. Similar
      7 steps
      1.
      In Active Directory, right click your Domain (or OU containing the users you want to update) and select Delegate Control. Add the SELF account then click Next.
      2.
      Select "Create a custom task to delegate". Then select "Only the following objects in the folder" and Check "User objects".
      3.
      Check "Property-specific" then Check "Write Description".

      People also ask

      How can I tell what computer a user is logged into?
      How do I find my computer name in Active Directory?
      How do you find out who last logged into a computer?
      Loading...
      Feedback

      Web results


      How to find out what PC a user is logged into when connected ...

      community.spiceworks.com › topic › 441253-find-out-...
      community.spiceworks.com › topic › 441253-find-out-...
      1. Cached
      2. Similar
      Aug. 14, 2015 · 24 answers · ‎15 authors
      A few utilities that tell you what computer a user is logged into on your domain. ... Solved Active Directory & GPO. i want a ... http://blogs.technet.com/b/heyscriptingguy/archive/2011/06/04/use-powershell-to-find-logon-sessions. ... Echo %username% logged in from %computername% > \\server\logons$\%username%.txt.
      [SOLVED] How do I find the PC name with the username in a ...
      Sep. 8, 2016
      [SOLVED] How to list all computers and current logged users ...
      Jul. 31, 2018
      [SOLVED] PowerShell script to get Computer name, IP, last ...
      Nov. 2, 2017
      [SOLVED] what machines a user has logged into on domain ...
      Jun. 10, 2012
      More results from community.spiceworks.com

      how to check what computer/s an AD account is logged into ...

      community.idera.com › powershell › ask_the_experts
      community.idera.com › powershell › ask_the_experts
      1. Cached
      You can use a third party tool to start tracking it, or you can use PowerShell to look at ... $explorerInstance = Get-WmiObject -Class Win32_Process -ComputerName ... If last logon information is what you are after you could check the C:\Users ...

      How to find the computer name a user logged on to - Server ...

      serverfault.com › questions › how-to-find-the-compute...
      serverfault.com › questions › how-to-find-the-compute...
      1. Cached
      6 answers
      Nov. 11, 2011 — A cheap trick I often use is to look at the the "Sessions" listed under "Shared Folders" in ... %username%\%computername%.txt echo My computer's name is ... bit of VBscript on my local machine to automatically find their home directory in AD, ...
      Best way to find the computer a user last logged on from ...
      Jul. 23, 2009
      How to find the last user logged onto a computer in Active ...
      Mar. 9, 2011
      How to find last login user on given computer name on AD ...
      Nov. 7, 2012
      Does "User name may not be same as computer name" apply ...
      Jan. 7, 2013
      More results from serverfault.com

      How to find the last logon computer name of an AD user

      social.technet.microsoft.com › ... › Directory Services
      social.technet.microsoft.com › ... › Directory Services
      1. Cached
      Apr. 19, 2018 · 7 posts
      I remember that one year back, I had same scenario and after running some simple AD command, I got the list of computer of AD users which ...
      Find Computer Name User is Logged Onto - Microsoft ...
      18 posts
      Jun. 15, 2011
      List of users logged into domain, with computer name
      6 posts
      Jul. 30, 2012
      how to find computer name where AD user logged in
      10 posts
      May 29, 2012
      Find Computer Name of the PC that a user is currently ...
      6 posts
      Jun. 25, 2018
      More results from social.technet.microsoft.com

      How to find what computer a user is logged into ...

      www.manageengine.com › products › powershell › po...
      www.manageengine.com › products › powershell › po...
      1. Cached
      Steps to identify the computers a user is logged on into using PowerShell: ... $User = Get-CimInstance Win32_ComputerSystem -ComputerName $PSItem ... We can run this script only from the computers which has Active Directory Domain ...

      Display a user's logged-on computer in Active Directory Users ...

      4sysops.com › Articles
      4sysops.com › Articles
      1. Cached
      Jan. 21, 2019 — VBScript to store the computer name in the user object ^ ... see gnu-gpl. This is free ... Binding to Active Directory using ADO (+Kerberos).

      How to Manage Computers in Active Directory using PowerShell

      blog.netwrix.com › IT Operations
      blog.netwrix.com › IT Operations
      1. Cached
      Jul. 10, 2018 — Before a user can log into a computer and access network and domain-based ... Before you can work with AD and its objects, you need to import the Active ... PSCredential($usr,$pw) Add-Computer -ComputerName $pc ...

      PowerShell: Get all logged on Users per Computer/OU ...

      sid-500.com › 2018/02/28 › powershell-get-all-logged-...
      sid-500.com › 2018/02/28 › powershell-get-all-logged-...
      1. Cached
      Feb. 28, 2018 — Prerequisite for this article is a tidy and clean Active Directory environment ... If there are still computer accounts in the database which are no longer used ... The target is a function that shows all logged on users by computer name or OU ... Invoke-Command -ComputerName $Computer -ScriptBlock {quser} ...

      Discover a User's Computer Name | IT Pro

      www.itprotoday.com › compute-engines › discover-use...
      www.itprotoday.com › compute-engines › discover-use...
      1. Cached
      Discover a User's Computer Name ... From a command prompt, use the Windows 2000 and Windows NT Net View command to display a list of computers in the ...

      Searches related to AD to find out which user is using which computer name?

      find what computer a user is logged into powershell

      find out what computers a user is logged into on your domain

      find all computers a user has logged into

      psloggedon

      how to tell who is logged into a computer using active directory

      get computer name from username powershell

      how to check user login history in active directory

      the best way to find a user in active directory is to

      Page navigation

      12345678910Next

      Footer links

      Canada
      - -  - Learn more
      HelpSend feedbackPrivacyTerms