Skip to content

Commit

Permalink
chore: add CertServices to collection methods
Browse files Browse the repository at this point in the history
  • Loading branch information
urangel committed Nov 16, 2023
1 parent f06408b commit feb4ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CommonLib/Enums/CollectionMethods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public enum ResolvedCollectionMethod
UserRights = 1 << 15,
CARegistry = 1 << 16,
DCRegistry = 1 << 17,
CertServices = 1 << 18,
LocalGroups = DCOM | RDP | LocalAdmin | PSRemote,
ComputerOnly = LocalGroups | Session | UserRights | CARegistry | DCRegistry,
DCOnly = ACL | Container | Group | ObjectProps | Trusts | GPOLocalGroup,
Expand Down

0 comments on commit feb4ae6

Please sign in to comment.