A user can close a script running by killing powershell task -
how can prevent user killing powershell process ends action of script. , how can restart powershell piece of code resume action?
if script being run under users account, can't stop them being able kill process.
to around this, have script run user (as service, or invoking user) launch powershell session under credentials, in case admins able kill process.
Comments
Post a Comment