Displaying 7 results from an estimated 7 matches for "cmdat".
Did you mean:
comdat
2006 May 28
1
any plans on getting psexec / cmdat equivalent to Samba?
...e to get some help with "creating the xCMD/psexec
equivalent for linux", but I CC'ed him with this mail to say "thank you for
making it and for providing the source".
regards
roland k.
systems engineer
List: samba
Subject: [Samba] any plans on getting psexec / cmdat equivalent to Samba?
From: Tomasz Chmielewski <mangoo () wpkg ! org>
Date: 2006-03-22 11:00:23
Message-ID: 44212E47.4040300 () wpkg ! org
[Download message RAW]
Windows admins can make their work easier with a tool like psexec.
It allows to execute commands remotely, without the...
2006 Mar 22
0
any plans on getting psexec / cmdat equivalent to Samba?
...ws.
The usage is as follows (we start notepad interactively with -i to show
that something happens):
psexec \\192.168.1.2 -i -u username -p password notepad
It waits for the command to complete, and returns its exit code, so can
be used within scripts.
A similar tool we can use with Samba is cmdat, which comes together with
samba-tng (one just needs to compile samba-tng, and then can use the
tool with a "regular" Samba).
To start a command on a remote system, we can use (we start notepad
interactively with /interactive to show that something happens):
cmdat -I 192.168.1.2 -...
1999 Mar 13
1
cmdat utility...
On 13 Mar 99, Luke Kenneth Casson Leighton had this to say about
about cmdat utility...:
> this small utility can be used to run an arbitrary program by clicking
> right-mouse-button on a directory. the default action is to run "ssh.exe"
> on a Samba server and a command prompt "cmd.exe" on an NT server.
Excuse me for being ignorant, but wh...
2006 Aug 16
1
net user add disables remote account automatically?
...the administrator log into
the remote machine "ip_address" to enable the newly created account.
Is there a way to add a user to a remote windows machine through samba
without the account being automatically disabled?
I noticed it is possible to add the account through an at command using
cmdat from Samba-TNG, but I need SMB siging so it looks like it rules out
Samba-TNG.
Thanks in advance for any help or ideas offered.
2006 Mar 13
1
is there a possibility to start a programm from samba on a windows machine?]
Henrik Zagerholm wrote:
> It sure could be :)
>
> I know that Jerry (Carter) of the samba team was looking at this a
> while ago (psexec) but I guess he's been busy with the Samba4 TP.
> Samba TNG has a command called cmdat which will let you schedule
> commands on a win box using the at command.
> www.samba-tng.org
> By using the /now parameter you can execute commands directly.
> This is not the best solutions but it is workable until Jerry has made
> his magic coding. :)
Everything great, but at d...
2006 Mar 09
2
is there a possibility to start a programm from samba on a windows machine?
hi,
is there a possibility to start a windows program remotely from linux via
samba share?
thanks,
michael
2000 Apr 10
0
samba-tng-alpha-2.2.tar.gz
...d-syntax similar to
smbclient, has over sixty five commands that provide equivalent
functionality for the same Windows NT (tm) Administrative tools,
including the ability to remotely shut down a Windows NT (tm) Server.
rpcclient has now been joined by net, samedit, regedit, ntspool,
eventlog, lsa, cmdat and svccontrol. If anyone can think of better
names for these, suggestions are welcomed.
3). Portability
---------------
Samba is now self-configuring using GNU autoconf and libtool, removing
the need for people installing Samba to have to hand-configured
Makefiles, as was needed in previous ver...