8000 GitHub - rzander/LSARights: PowerShell script to manage LSA Rights for a User
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rzander/LSARights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

LSARights

PowerShell script to manage LSA rights.

Most parts of the script are copied from www.pinvoke.net ... I'm just the orchestrator who made it runnable as PowerShell...

Example:

Just run the script to register the functions...

Get-Rights user01 to get the assigned LSA rights for user01

Set-Right -User 'domain\user02' -Right 'SeServiceLogonRight' to assign LogonAsService right to user02

Remove-Right -Right 'SeServiceLogonRight' to remove LogonAsService right on the current user

About

PowerShell script to manage LSA Rights for a User

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0