About 351,000 results
Open links in new tab
  1. How to find all computers a user is logged into - Stack Overflow

    2 I am trying to run a PowerShell script to find all computers a user is logged into on my domain. I haven't been able to get anything to work. I found the following script which will run without …

  2. How can I find where Python is installed on Windows?

    Mar 15, 2009 · I want to find out my Python installation path on Windows. For example: C:\\Python25 How can I find where Python is installed?

  3. powershell - How do I use WMI to get the current OU of a …

    Dec 9, 2014 · I'm using WMI and am trying to find a powershell script that will allow me get the OU of the local computer and then get a full list of computers in that OU.

  4. windows - Getting computers serialnumber - Stack Overflow

    Dec 9, 2021 · 1 I tried with your PowerShell script only getting the serialNumber of local computer The serialNumber attribute exists in AD. Most likely, it has no value for any computers. The …

  5. powershell - Any way to identify the Computer's OU information …

    Sep 28, 2022 · I'm looking for a way to obtain the OU information of a computer from its local WMI or Registry. I know there are ways to pull the OU information from a host using PowerShell …

  6. powershell - Is there a way to get a hostname from an IP address ...

    Jul 21, 2017 · DNS is the way to get IP > Name translations, the other option would be to remote into the machine with valid credentials and then check the hostname locally, if you're having …

  7. Powershell - Find computers with a specific username logged in

    Feb 12, 2022 · I've been trying to figure out a powershell script that doing a search of all computers with a specific username logged in. so far I've found a way looking via all …

  8. Enter-PSSession to remote server fails with "cannot find the …

    Jun 1, 2015 · My desktop is win7 and I am trying to connect to a server 2012. Both hosts are on the same domain. If I do: Enter-PSSession -ComputerName *ServerName*** I get the …

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

    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. …

  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 …