Displaying 20 results from an estimated 1400 matches similar to: "psexec from sysinternals - did anyone run it under wine?"
2010 Dec 22
1
Oddness with SMB, PsExec, Win 7, etc...
Hi,
I've got a simple PHP script which is using psexec from sysinternals to
execute commands on a remote machine (which uses SMB under the hood). If I
run it from DOS it works fine. If I run the same script via apache it hangs.
Fired up Wireshark and had a look at what was going on. In the working
version the treeconnect calls go to the IPC$ and then the ADMIN$ accounts on
the remote machine.
2010 Jun 25
2
Sysinternals autorunsc.exe
Hi all,
Sysinternals have just released a version of their autoruns command line tool that's capable of scanning an offline windows install for images configured to start automatically (very useful for tracking down malware).
How likely is it that it could be made to run under wine on Ubuntu? I've got to the point where I have my NTFS partition mounted, I then issue the command:
---
$
2005 May 29
2
pstools / psexec equivalent for Samba / Linux?
I was wondering if there is a pstools / psexec (tools by Sysinternals)
equivalent, which could be run on Linux machine to execute a process on
a remote Windows machine?
2010 Mar 22
1
IDMAP_RID with Winbind works for groups but not users
Hi,
I've setup samba 3.4.7 to use idmap_rid as per the documentation:
idmap backend = rid:DOMAIN=500-100000000
idmap gid = 500-100000000
imap uid = 500-100000000
It seems to work for groups:
wbinfo --group-info="domain admins"
domain admins:x:100512
PsGetSid v1.43 - Translates SIDs to names and vice versa
Copyright (C) 1999-2006 Mark Russinovich
Sysinternals -
2006 May 28
1
any plans on getting psexec / cmdat equivalent to Samba?
Hello !
If anybody want`s to implement the psexec unix port or samba equivalent,
maybe taking a look at xCmd from Zoltan Csizmadia at
http://www.codeguru.com/Cpp/I-N/network/remoteinvocation/article.php/c5433/
may help a LOT and is a very good example. (This one seems to work similar
like psexec - but it is available with sourcecode!)
I don`t know if the author is still reachable via this
2006 Mar 22
0
any plans on getting psexec / cmdat equivalent to Samba?
Windows admins can make their work easier with a tool like psexec.
It allows to execute commands remotely, without the need to install
anything on the target machine. All that is needed is username/password
of course.
Unfortunately, psexec command only runs on Windows.
The usage is as follows (we start notepad interactively with -i to show
that something happens):
psexec \\192.168.1.2 -i -u
2006 Jan 23
2
psexec unix equivalent
Hello!
I don`t know if there is a port of psexec for unix yet (haven`t followed the list for some time) - but since it has been discussed on this list several times and i didn`t find any news about the current state of the "psexec unix port"- i`d like to tell that i found a psexec equivalent by chance - WITH SOURCECODE INCLUDED !
:)
take a look at
2016 Jul 01
1
Windows guest and virtio serial port
Okay, I've updated virtio serial drivers to latest ones. This did not
help. Afterwards I've enabled "Show hidden devices" in Device manager
of a guest os.In the "Other devices" section I can see two virtio serial ports with
question marks (i did configure guest with 2 virtio channels).
Is this a normal behaviour?
Screenshot:
2005 Jan 25
0
Samba equiv for OS/2 NET ADMIN or NT's RCMD / PSEXEC?
Is there an equivalent solution for NET ADMIN / RCMD / PSEXEC within Samba allowing Samba servers to start / run programs on Windows clients? Maybe it is one of the RPC or RAP commands?
--
Michael Lueck
Lueck Data Systems
Remove the upper case letters NOSPAM to contact me directly.
2018 Jan 12
0
Deploy software in fileserver folder
Hello Denis, thanks for the answer!!!
so for accessing a share on the file server, you'll need to add read rights
> for "domain computers" group
Is this read permission for the domain computer I need to configure in the
deploy software GPO, sharing folder or both?
psexec -i -s cmd
> net use F: \\server\sharename
> dir f:
At first I was able to execute the
2006 Jul 06
4
Re: psexec for Linux and svcctl.idl changes
> I am not a regular samba developer, but I wanted to have psexec
> equivalent, so I wrote it, it works but still need some development.
> I do not know if patches of such sizes (about 30k) are welcome on
> this list so I've put it on web page, with some description:
> http://eol.ovh.org/winexe/
> Comments welcome.
Hi, this is really great, you can get Windows command
2018 Jan 11
2
Deploy software in fileserver folder
Hi Elias,
> I thought it worked, but after I uninstalled the software that I deployed
> via user scope, it did not reinstall. I selected the "Redeploy application"
> option, but it also did not work.
The user scope GPO are run with the privileges and access tokens of the
logged on user, so the user have local admin rights for install and need
access rights to the share you
2007 Jun 07
1
3.0.25a closing network drive connections?
Since upgrading from 3.0.24 to 3.0.25a this past weekend, network
drive connections are randomly being closed and immediately reopened.
This creates "Delayed write failed" errors for Firefox and
Thunderbird, various errors for Outlook with its PST files on network
drives, and errors from programs like InDesign that "The network
connection was lost for the file, or the file was
2013 Apr 29
1
Puppet Windows - Mapped Network Drive and Service Account
On Windows 2008 R2 SP1, after joining to the domain, there is an issue with
a mapped network drive when Puppet agent runs by the "LOCAL SYSTEM" service
account.
Using dependency chaining, a near the beginning module is
"map-networkdrivez". The module execs a batch file that if Z:\ does not
exist (not already mapped), maps Z:\ to a Windows 2008 R2 SP1 file server
with a
2017 Sep 18
5
samba 4 ad member - idmap = ad for machine accounts
Hi Rowland,
>> File server config looks exactly like this, except more shares, all
>> with same simple config. I know that "use defualt domain" isn't
>> necessery, but it's not the issue for me right now.
...
> 'SYSTEM' is a Windows group and is meaningless to Unix, it should be
> mapped to a Unix ID only on a Samba AD DC and there it is an
>
2010 Jul 27
1
Re: Sysinternals autorunsc.exe
Gert van den Berg wrote:
> A drivers houldn't be needed for registry files copied from another PC and not actively loaded?
Only kernel can load registry. And obviously if you trying to load registry that overrides your system registry one need some drivers to work around that.
Of course you can open registry hive as a simple file and try to parse it. However this isn't trivial and
2010 Aug 02
0
Re: Sysinternals autorunsc.exe
I thought that accessing an "Offline" registry file is like parsing a copy of a registry file that is not in use or, like you said, actively loaded by the oprating system.
Registry files in Windows are normally located under "C:\WINDOWS\system32\Config" for system hives and "C:\Documents And Settings\Username" for user hives.
I open these files in
2006 Jan 18
3
Patching XP clients on Samba PDC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
Does anyone have a good suggestion for patching XP clients on a Samba
PDC domain? I've tried using autoit and sysinternal's psexec to write
a script to do this but this doesn't work well because the computer
has to be active and our machines lock the machine if it's not active
in 15 minutes.
I hate having to log onto every
2013 Aug 21
2
[PATCH 1/3] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of
4. This commit rationalises the whitespace to use only 4 space indentation, and
removes trailing whitespace.
---
RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++--------------------------
RHSrvAny/RHSrvAny.h | 1 -
RHSrvAny/resource.h | 2 +-
3 files changed, 269 insertions(+), 271 deletions(-)
diff --git
2008 Feb 24
5
Wine and PalmDesktop
Hi,
can someobne help me with PalmDesktop and Wine?
How does it work? I can't even install :-(
InstallWizard comes up but then fails:
fixme:rpc:I_RpcServerStopListening (): stub
fixme:rpc:I_RpcWindowProc (0x40066,00000002,00000000,00000000): stub
fixme:rpc:I_RpcWindowProc (0x40066,00000082,00000000,00000000): stub
err:advapi:service_control_dispatcher failed to create pipe for