Skip to content

Commit

Permalink
Improve Identity
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Mar 12, 2024
1 parent 55ccdac commit 9205c1b
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 77 deletions.
7 changes: 7 additions & 0 deletions Public/Converts/Convert-Identity.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,13 @@
Type = 'WellKnownGroup'
Error = ''
}
'NT SERVICE\MSSQLSERVER' = [PSCustomObject] @{
Name = 'NT SERVICE\MSSQLSERVER'
SID = 'S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003'
DomainName = ''
Type = 'WellKnownGroup'
Error = ''
}
}
}
}
Expand Down
Loading

0 comments on commit 9205c1b

Please sign in to comment.