About 1,560,000 results
Open links in new tab
  1. How to execute a Windows command on a remote PC?

    Aug 13, 2012 · Is it possible to execute a Windows shell command on a remote PC when I know its login name and password? Is it possible to do it using client PC's Windows shell?

  2. .net - Suspend or hibernate from PowerShell - Stack Overflow

    Dec 20, 2013 · I am interested in using Windows PowerShell to suspend or hibernate a computer. How do you achieve this? I am already aware of the Stop-Computer and Restart-Computer …

  3. powershell - Rename-Computer is throwing "access is denied" …

    Dec 12, 2019 · So WMI and DCOM are "fun", but why not just try Invoke-Command to remote to the machine and perform the Rename-Computer locally? (If the VMs are supposed to be …

  4. How to execute a command in a remote computer? - Stack Overflow

    Jan 9, 2009 · I have a shared folder in a server and I need to remotely execute a command on some files. How do I do that? What services need to be running on the server to make that …

  5. How to shut down computer with PowerShell? - Stack Overflow

    Oct 28, 2020 · The Stop-Computer cmd lets you shuts down the local computer and remote computers (if any) You can use the parameters of Stop-Computer to specify the authentication …

  6. Rename computer and join to domain in one step with PowerShell

    Jun 3, 2011 · Goal: On a computer running Windows Server 2008 R2, use PowerShell 2.0 to: Rename the computer Join the computer to a domain Condition: Steps 1 and 2 must be …

  7. Custom commands in windows Command Prompt - Stack Overflow

    How do I write a custom command to open files with Notepad++ text editor in Windows Command prompt. For eg. C:\\Sites>ntp abc.txt opens the file abc.txt in Notepad++

  8. Perform commands over ssh with Python - Stack Overflow

    Aug 27, 2010 · 57 Or you can just use commands.getstatusoutput: commands.getstatusoutput("ssh machine 1 'your script'") I used it extensively and it works …

  9. How to Edit Local Group Policy using PowerShell - Stack Overflow

    Oct 10, 2022 · In Local Group Policy Editor (GUI) there is a setting called Do not allow window animations located in Computer Configuration -> Administrative Templates -> Windows …

  10. write a shell script to ssh to a remote machine and execute …

    Dec 18, 2012 · 2 There is are multiple ways to execute the commands or script in the multiple remote Linux machines. One simple & easiest way is via pssh (parallel ssh program) pssh: is a …