Re: Getting remote Logon User
From: Bob Grommes (bob_at_bobgrommes.com)
Date: 01/05/05
- Next message: carl.manaster_at_gmail.com: "Re: Small problems with game.."
- Previous message: Brian Brown: "RE: How to update data from DataSet to Excel"
- In reply to: Alexander Wehrli: "Getting remote Logon User"
- Next in thread: Willy Denoyette [MVP]: "Re: Getting remote Logon User"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 5 Jan 2005 09:48:22 -0700
You would need to install a Windows Service on each machine, that acts as a
.NET remoting server and has appropriate permissions to obtain the machine
info you want. You would then call this from a remoting client across the
network. Ideally you would encrypt the data returned by the service, and
probably have the server require some sort of password as well. And keep
the source to the clients and servers, and technical documentation of their
APIs, under lock and key with as few people on a "need to know" basis as
possible, as you would be in effect creating a "back door" to sensitive info
on all these machines. Also you would want to consider obfuscating the
assemblies involved.
--Bob
"Alexander Wehrli" <AlexanderWehrli@discussions.microsoft.com> wrote in
message news:3AF1AEE2-C2C5-4F3F-9D12-73B44A950AEE@microsoft.com...
> Hello,
>
> I'd like to write an application that finds out for every machine in my
> network that it is running and if yes, which user is logged on this
> machine.
> I'm asking myself if this is possible at all (security...), even if I am
> Administrator on the remote machine!
>
> Regards Alexander
- Next message: carl.manaster_at_gmail.com: "Re: Small problems with game.."
- Previous message: Brian Brown: "RE: How to update data from DataSet to Excel"
- In reply to: Alexander Wehrli: "Getting remote Logon User"
- Next in thread: Willy Denoyette [MVP]: "Re: Getting remote Logon User"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|