CentOS7/UbuntuからWindows10のPCをリモートシャットダウンしてみる
Windows側
Linux側
- コマンドを入れる
Debian系:apt install samba-common
RHEL系:yum install samba - 実行する
net rpc shutdown -I ipaddress -U "username%password" -f -t 0 -C "Shutdown"
apt install samba-commonyum install sambanet rpc shutdown -I ipaddress -U "username%password" -f -t 0 -C "Shutdown"