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