Message from discussion
Windows remote herunterfahren
Received: by 10.204.129.81 with SMTP id n17mr5422580bks.3.1342043174026;
Wed, 11 Jul 2012 14:46:14 -0700 (PDT)
Path: m12ni29bkm.0!nntp.google.com!news2.google.com!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.tele2net.at!newsfeed.utanet.at!newsfeed.aon.at!newsreader04.highway.telekom.at!not-for-mail
Message-ID: <4ffd2734$0$1573$91cee783@newsreader04.highway.telekom.at>
Cancel-Lock: sha1:UsOfRHn0Aj3VXFC/1hs566DO8P0=
From: Ralph Aichinger <ra...@pangea.at>
Subject: Re: Windows remote herunterfahren
Newsgroups: de.comp.os.ms-windows.misc
References: <aleuc9-044.ln1@user-312480.user.individual.de>
User-Agent: tin/2.1.1-20120623 ("Mulindry") (UNIX) (Linux/3.1.0-1-amd64 (x86_64))
MIME-Version: 1.0
Date: 11 Jul 2012 07:11:52 GMT
Lines: 39
NNTP-Posting-Host: 212.33.32.148
X-Trace: 1341990712 newsreader04.highway.telekom.at 1573 212.33.32.148:8948
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Christian Meier <chris_n...@arcor.de> wrote:
> wie kann ich Windows von Linux aus remote herunterfahren?
net rpc shutdown -I IPADDRESS -U USERNAME%PASSWORD
siehe:
http://lifehacker.com/5275652/shut-down-your-windows-pc-remotely-from-linux
Ich bin mir jetzt nicht sicher, ob mit der gleichen Syntax,
aber ich habe das wo praktisch in Verwendung. LÀuft zuverlÀssig,
und du muĂt Windows-seitig nix installieren.
Wenn das Linux-Ding ein Server ist, der kein SMB anbieten soll,
dann muĂt du nach der Installation von Samba drauf achten, daĂ
da auch nix rennt. Du willst nur dieses net-Utility verwenden:
NET(8) System Administration tools NET(8)
NAME
net - Tool for administration of Samba and remote CIFS servers.
SYNOPSIS
net {<ads|rap|rpc>} [-h] [-w workgroup] [-W myworkgroup] [-U user]
[-I ip-address] [-p port] [-n myname] [-s conffile] [-S server] [-l]
[-P] [-d debuglevel] [-V] [--request-timeout seconds]
DESCRIPTION
This tool is part of the samba(7) suite.
The Samba net utility is meant to work just like the net utility
available for windows and DOS. The first argument should be used to
specify the protocol to use when executing a certain command. ADS is
used for ActiveDirectory, RAP is using for old (Win9x/NT3) clients and
RPC can be used for NT4 and Windows 2000. If this argument is omitted,
net will try to determine it automatically. Not all commands are
available on all protocols.
/ralph