githubEdit

Enable All Tokens

If you have tokens disables, you can use the script EnableAllTokenPrivs.ps1 below to enable all the tokens

Script: https://raw.githubusercontent.com/fashionproof/EnableAllTokenPrivs/master/EnableAllTokenPrivs.ps1

.\EnableAllTokenPrivs.ps1
whoami /priv

Altenrate script: https://www.leeholmes.com/adjusting-token-privileges-in-powershell/

Last updated