is there any way to impersonate another account at the command line when logged into a windows 2000

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

is there any way to impersonate another account at the command line when
logged into a windows 2000 server account via remote desktop?
 
Hi Daniel,

Have you tried the standard approach based on Win32 API - LogOnUser, then
ImpersonateLoggedOnUser, then RevetToSelf when done?
 
Back
Top