About 373,000 results
Open links in new tab
  1. 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?

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

  3. How to find computer object OU from server itself using CMD

    Mar 17, 2016 · How can I find what OU the computer belongs to using CMD or powershell cmdlet . I have found some long scripts but there has to be a one liner command for it. The computers …

  4. Powershell script to see currently logged in users (domain and …

    Apr 22, 2014 · I am searching for a simple command to see logged on users on server. I know this one : Get-WmiObject -Class win32_computersystem but this will not provide me the info I …

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

  6. How to find if the local computer is in a domain? - Stack Overflow

    I find lots of stuff about getting the current workgroup OR domain but no clear indications on how to know if it really is a workgroup or domain. Just want to find this out before calling some …

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

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

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