About 9,140,000 results
Open links in new tab
  1. How to get disk capacity and free space of remote computer

    Aug 28, 2012 · The code for the function is a little over 100 lines long, so you can find it here: PowerShell version of the df command Check out the Usage section for examples. The …

  2. Get list of installed software of remote computer

    Jan 15, 2016 · 2 Is it possible to get a list of installed software of a remote computer ? I know to do this for a local computer with use of Powershell. Is it possible with Powershell to get …

  3. Get service status from remote server using powershell

    May 2, 2014 · Get service status from remote server using powershell Asked 11 years, 8 months ago Modified 5 years, 5 months ago Viewed 104k times

  4. Starting a .exe file on a remote computer using powershell

    Jan 7, 2017 · The second command gets the Windows PowerShell process and redirects the output to the Process.txt file. The command is submitted to the remote computer, and the file …

  5. powershell - Check RAM, CPU usage and Disk space from a …

    Dec 15, 2023 · can a firewall somehow block the execution of my powershell and prevent me from being able to calculate the value of a resource on a remote computer? Yes! If so, which …

  6. Checking UPTIME of remote server in Powershell - Stack Overflow

    Jan 20, 2015 · I am trying to retrieve the UPTIME of a remote server using the below code snippet in my script.

  7. Powershell Remote: Microsoft.Update.Session, Access Denied: …

    An example using the task scheduler to get around access denied over remote powershell, using a script that uses the Microsoft.Update.Installer object like the windows_update_2.ps1 one on …

  8. rdp - Powershell Log Off Remote Session - Stack Overflow

    I am trying to formulate a Powershell command to remotely log off a user. We have a terminal server with a very unstable program that sometimes locks sessions. We have to remotely log …

  9. How to execute a powershell script available in remote machine?

    May 5, 2017 · I was trying to execute a script in remote computer. I did " Enable-PSremoting " in the remote machine. I placed a script hello.ps1 in remote machine. [My client machine is …

  10. powershell - Get remote registry value - Stack Overflow

    28 I have the below script that I want it to go out to multiple servers and get the value of a registry. Unfortunately it is currently just posting back the local registry value of the machine that I am …