About 50 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 following …

  2. 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 is saved on the …

  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, 6 months ago Viewed 104k times

  4. remoting - Cannot create remote powershell session after Enable ...

    Apr 17, 2013 · Cannot create remote powershell session after Enable-PSRemoting Asked 12 years, 9 months ago Modified 6 years, 5 months ago Viewed 80k times

  5. powershell - Trying to run Get-WindowsUpdate on a remote computer …

    May 10, 2022 · I've got a powershell script to remote into other computers to get and install windows updates. I'm logged into the admin account on my local machine. The script starts a powershell …

  6. powershell - Access to remote machines via Terminal. Power Shell ...

    Apr 27, 2022 · Here are the other (built-in) console methods for windows remote access, using powershell for example: WinRM: For opening a full remote session: Enter-PSSession …

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

  8. powershell - Install Offline Windows Updates (.msu) to remote servers ...

    Sep 10, 2021 · I'm trying to get a script together to remotely install some windows updates on some remote servers that are connected in an offline domain. I have tried regular PS Remoting and after …

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

  10. active directory - Remote PowerShell "WinRM cannot process the …

    Jan 27, 2022 · 1 I have been having trouble executing PowerShell script on a remote server. Basically, I have 2 servers SERVER-A and SERVER-B. Executing Invoke-Command and Enter-PSSession …