About 1,130,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. 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 performed together, …

  3. 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 work? Some …

  4. 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 levels and …

  5. Custom commands in windows Command Prompt - Stack Overflow

    Aug 25, 2016 · 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++

  6. how to join computer to domain through powershell

    What i did before joining a server to domain: 1) Check the connectivity between DC and Server. Ping the domain controller. It should ping if both are on same subnet, else domain can't be joined. 2) Ran this …

  7. How to run a command on command prompt startup in Windows

    Back to the question I have two questions: I want some specific commands to be executed when I start command prompt. e.g. cls to clear my command prompt. I want to execute some commands in a …

  8. .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 cmdlets, …

  9. powershell - Rename-Computer is throwing "access is denied" error …

    Dec 12, 2019 · + CategoryInfo : OperationStopped: (Win10Base:String) [Rename-Computer], InvalidOperationException + FullyQualifiedErrorId : …

  10. How to view user privileges using windows cmd? - Stack Overflow

    Jul 23, 2012 · I am trying to view the user privileges using the command prompt in Windows. User account & User privileges such as: SeBatchLogonRight SeDenyBatchLogonRight …