TestimoX

API Reference

Class

GpoSecurityTemplateSet

Namespace ADPlayground.Gpo.Policy.GpoSecurityTemplateService
Assembly ADPlayground
Modifiers sealed

Effective template (merged) for a target DN and scope (computer only for security templates).

Inheritance

  • Object
  • GpoSecurityTemplateSet

Constructors

Methods

public Nullable<UInt32> GetDword(String keyPath, String valueName) #
Returns: Nullable<UInt32>

Returns the last DWORD value matching the given key/value pair.

Parameters

keyPath System.String requiredposition: 0
valueName System.String requiredposition: 1

Properties

public String DomainName { get; set; } #

Domain DNS name.

public String TargetDistinguishedName { get; set; } #

DN of the target object.

public IReadOnlyList<RegistryTemplateEntry> Entries { get; set; } #

Effective template entries after merge.