|
|
Rank: Freeware Member Groups: Member
Joined: 5/13/2008 Posts: 15
|
Nice work! The fact the list is now sorted really helping.
|
|
 Rank: Premium user Groups: Member
, Premium Users
Joined: 12/1/2008 Posts: 1
|
taeratrin wrote:Heh, someone else e-mailed me wanting the same thing. I also included a count of total computers and how many you have checked. The updated version (as of 8-21-08) is attached to this reply. This link seems to be broken... I would like to try it if possible, thanks!
|
|
Rank: Freeware Advanced Member Groups: Member
Joined: 8/11/2008 Posts: 72
|
I'm working on some fixes for this right now (the username shows as the person running the deployment tool, rather than the local user). PM me an e-mail address and I'll send you the updated version as soon as it's done.
Incidentally, does anyone know how to have psexec execute a process as the local user? I've thought of grabbing the owner of explorer.exe and plugging that into the -u option of psexec, but if anyone has a better way feel free to say something.
Edit : that didn't work. requires the user's password. Back to the drawing board.
|
|
Rank: Freeware Advanced Member Groups: Member
Joined: 8/11/2008 Posts: 72
|
OK, apparently what I'm trying to do is impossible. I'm re-uping the latest working copy, due to the sudden renewal in interest.
Be sure to read the Readme.txt
|
|
Rank: Freeware user Groups: Member
Joined: 12/2/2008 Posts: 3 Location: India
|
Hey you have created good deployment tool. Pls. send accross to me at psinha@zenta.com. Once again good job done!!!!!
|
|
Rank: Freeware Advanced Member Groups: Member
Joined: 8/11/2008 Posts: 72
|
Made some more changes. It now no longer requires the use of psexec. It will, however, copy the lsclient to the C drive of the remote computer (for some odd reason it's not letting me delete it after it's done). File Attachment(s):
LSClient Deploy.zip (149kb) downloaded 52 time(s).
|
|
 Rank: Premium user Groups: Member
, Premium Users
Joined: 9/29/2007 Posts: 48 Location: PT
|
Maybe the process is still running when you try to erase the file. Do you monitor if the process finnishes?
|
|
Rank: Freeware Advanced Member Groups: Member
Joined: 8/11/2008 Posts: 72
|
I was thinking either that or it's marked as read-only (Windows XP will do that to things copied to the C drive). Either way is simple to solve, just don't have the time right now for testing.
|
|
Rank: Freeware user Groups: Member
Joined: 12/21/2008 Posts: 4 Location: NY
|
Any idea what would cause this? I have .Net 3.5 SP1 installed.
System.Runtime.InteropServices.COMException(Ox8007203A): The Server is not operational.
at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_AdsObject() at System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne) at System.DirectoryServices.DirectorySearcher.FindAll() at LSClient_Deploy.Form1.GetComputerNames(String DomainString) in C:\Documents and Settings\alexanderdav\My Documents\Visual Studio 2008\Projects\LSClient Deploy\LSClient Deploy\Form1.vb:line 58
In the config dialog I have
DomainName LSServerName c:\LSclient
I copied lsclient.exe into c:\LSclient on the machine from which I am running the deployment tool.
Thanks.
|
|
Rank: Freeware user Groups: Member
Joined: 12/21/2008 Posts: 4 Location: NY
|
Arrrgh. Nevermind.
I put in the fully qualified domain name (domain.local) and the full name for the LS server (LSserver.Domain.local) and it worked.
|
|
|
Guest |