About 17,700,000 results
Open links in new tab
  1. What's a good way to uniquely identify a computer?

    Mar 23, 2009 · There is no sure way to uniquely identify a computer, if you assume a computer is built with many parts that can be replaced eventually. Some hardware parts - MAC address, HDD disk …

  2. How can I retrieve a Windows Computer's SID using WMI?

    Jun 28, 2010 · On the other hand, there's the SID that Active Directory uses to identify each domain member computer... That one you fetch by getting the SID of the machine account in the domain--the …

  3. How to uniquely identify computer using C#? - Stack Overflow

    How to uniquely identify computer (mainboard) using C#(.Net/Mono, local application)? Edition. We can identify mainboard in .Net using something like this (see Get Unique System Identifiers in C#)...

  4. c# - What is a good unique PC identifier? - Stack Overflow

    The best solution for you really depends on what you are trying to accomplish. I had the same problem with a quite large network, and the best solution in my case was the computer's name. If you are …

  5. How do I uniquely identify computers visiting my web site?

    2 I guess the verdict is i cannot programmatically uniquely identify a computer which is visiting my web site. I have the following question.

  6. Is there a way to check AD group membership for a computer?

    Jun 21, 2012 · 4 I am trying to check computer group membership through Powershell. I want to be able to specify a certain computer name and find which groups that computer is in but from a Powershell …

  7. windows - What is the best way to get the computer name remotely …

    Mar 9, 2010 · I have several windows machines identified by ip address. I would like to write an application that query the computers remotely and gets their name. I cannot rely on DNS because it …

  8. powershell - Any way to identify the Computer's OU information from ...

    Sep 28, 2022 · Any way to identify the Computer's OU information from local WMI or Registry Asked 3 years, 3 months ago Modified 3 years, 3 months ago Viewed 4k times

  9. Use powershell to get device names and their ipaddress on a home ...

    Jan 21, 2017 · Get-NetIPAddress | Format-Table I would like to be able to get a list of all devices on my home network. Including the device ip address, and some sort of name for that device. The previous …

  10. Find IP address of directly connected device - Stack Overflow

    Mar 12, 2024 · Is there a way to find out the IP address of a device that is directly connected to a specific ethernet interface? I.e. given one host, one wired ethernet connection and one second host …