Re: is there any way to impersonate another account at the command line when logged into a windows 2000 server account via remote desktop?
From: Daniel (softwareengineer98037_at_yahoo.com)
Date: 12/22/04
- Previous message: Daniel: "Re: What permissions are needed for windows service to do C# impersonation when started under a user account?"
- In reply to: Daniel: "is there any way to impersonate another account at the command line when logged into a windows 2000 server account via remote desktop?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 21 Dec 2004 17:42:25 -0800
my login code is like this:
bool returnValue = LogonUser(userName, domainName, password,
LOGON32_LOGON_INTERACTIVE, LOGON32_PROVIDER_DEFAULT, ref tokenHandle);
"Daniel" <softwareengineer98037@yahoo.com> wrote in message
news:urJ0Sm75EHA.1404@TK2MSFTNGP11.phx.gbl...
> is there any way to impersonate another account at the command line when
> logged into a windows 2000 server account via remote desktop?
>
>
- Previous message: Daniel: "Re: What permissions are needed for windows service to do C# impersonation when started under a user account?"
- In reply to: Daniel: "is there any way to impersonate another account at the command line when logged into a windows 2000 server account via remote desktop?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|