Open ksverdlov opened 6 years ago
Hm. I don't understand your problem.
Have you tried to use -new_console:u:userY
?
No problems with UserY
. But there is with UserX
.
---------------------------
UserX
---------------------------
Invalid user name or password was specified!
LastError=0x8009033E
Вход в систему с помощью смарт-карты затребован и не использован.
---------------------------
ОК
---------------------------
I don't have smartcard to check this. Can you show step by step screenshots please?
I don't have smartcard to check this. Can you show step by step screenshots please?
Screencast with explanations was sent by email.
Versions
ConEmu build: 180528 x64 OS version: Windows 10 1709 x64 Used shell version: powershell
Problem description
Need to run powershell as AD user
userX
, that has an attributeSmartcardLogonRequired: True
, can not use password and does not have admin privs on a host. There is noSmartcard
option in ConEmu, only password.Actual results
I am able to run powershell with command like
runas /smarcard /user:domain\userX "PowerShell"
, but powershell runs in a new window not attached as a ConEmu tab.I am able to run powershell as
userY
, that has an attributeSmartcardLogonRequired: True
, can not use password and HAS admin privs on a host. For that I checkRun as administrator
inCreate new console
window, pressStart
, UAC window appears and I can choose a smart card in it.Expected results
There is
Smarcard
option in ConEmuCreate new console
window and there is a way to do the same viapredefined tasks
.