D Daniel Dec 22, 2004 #1 is there any way to impersonate another account at the command line when logged into a windows 2000 server account via remote desktop?
is there any way to impersonate another account at the command line when logged into a windows 2000 server account via remote desktop?
D Dmitriy Lapshin [C# / .NET MVP] Dec 22, 2004 #2 Hi Daniel, Have you tried the standard approach based on Win32 API - LogOnUser, then ImpersonateLoggedOnUser, then RevetToSelf when done?
Hi Daniel, Have you tried the standard approach based on Win32 API - LogOnUser, then ImpersonateLoggedOnUser, then RevetToSelf when done?