Softwares ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Main /
Stop-or-Start-a-Windows-service-from-a-Linux-machine
Reference: Make sure that you have the samba-common package installed for Ubuntu, or the corresponding package for your Linux distribution. The simple sudo apt-get install samba-common command will do it for any Debian-based Linux. net rpc -I ADDRESS -U USERNAME%PASSWORD service {stop|start} SVCNAME list the services available on a Windows machine by using the following command, making sure to use credentials that have administrative privileges on the remote machine: net rpc service list -I IPADDRESS -U USERNAME%PASSWORD |