EvotecIT / SecurityPolicy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NT AUTHORITY\LOCAL SERVICE is misnamed in the latest PSGallery version of ReSecurityPolicy.psm1 (0.0.12)

kburkeland opened this issue · comments

Looks like "NT AUTHORITY\LOCAL SERVICE" is misnamed as "NT AUTHORITY\NETWORK SERVICE".

        'S-1-5-19'                                                       = [PSCustomObject] @{Name = 'NT AUTHORITY\NETWORK SERVICE'
            SID                              = 'S-1-5-19'
            DomainName                       = ''
            Type                             = 'WellKnownGroup'
            Error                            = ''

Sorry for that. Too much copy/paste.

No worries! Appreciate the quick fix!