T
T
Tech2021-09-29 18:09:35
Windows Server
Tech, 2021-09-29 18:09:35

What is the easiest way to kill a process on a remote win srv 2016?

I thought there (in srv2016) you can also easily install an OpenSSH server through additional components, but it turned out that it was not in stock. Yes, there is via github/powershell. But I assume that there are native means for this.
In short, sometimes the process (1c) hangs the server tightly. RDP is "not alo" at this point.
Through this
https://docs.microsoft.com/ru-ru/powershell/script...
will it be possible to kill a hung process?
Or are there some simpler (stock) things?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2021-10-07
@zloy_zaya

Get-Process -Computername Win2016 -Name 1c | Stop-process
Haven't tried this?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question