Project

SecurityPolicy

Provides a way to configure user rights assignments in local security policies using PowerShell without using secedit.exe.

Stars22
Forks4
Open issues2
PowerShell Gallery downloads115454722
Releasev0.0.13
Language: PowerShell Updated: 2026-02-14T21:45:31.0000000+00:00

Documentation

SecurityPolicy Docs

Curated documentation workspace for SecurityPolicy.

SecurityPolicy manages local user-rights assignments from PowerShell without building scripts around secedit.exe export and import files.

Start here

Typical use

  • inspect local user-rights assignments
  • stage controlled changes with -WhatIf
  • add or remove identities from a named privilege
  • make security policy changes repeatable across servers