copy CRLs after certutil -CRL
hi!
i trying copy crls automatically server (running under linux). is:
certutil -crl and scp somewhere
when domain admin, works, when user local admin rights, @ certutil -crl
0x80070005 (win32: 5 error_access_denied)
since want let run scheduled task prefer local admin account.
what missing?
yours, ralf
ralf wigand, mvp windows server:directory services
this issue related uac. when run command prompt in normal mode, administrator membership not attached token , command prompt not recognize caller administrator. why have run command in elevated command prompt. scheduled tasks there check-box "run highest priveleges" add administrators token caller. in other words:
1) in console, command prompt should run in elevated mode
2) in task scheduler, enable check-box enables available priveleges.
my weblog: en-us.sysadmins.lv
powershell pki module: pspki.codeplex.com
powershell cmdlet editor pscmdlethelpeditor.codeplex.com
check out new: ssl certificate verifier
check out new: powershell fciv tool.
Windows Server > Security
Comments
Post a Comment