TestimoX

API Reference

Class

GpoLegacyAdmRow

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Represents a legacy ADM-related file found under a GPO SYSVOL folder.

Inheritance

  • Object
  • GpoLegacyAdmRow

Constructors

Properties

public String DomainName { get; set; } #

DNS domain name where the GPO resides.

public Guid GpoId { get; set; } #

GPO GUID (groupPolicyContainer objectGuid).

public String GpoName { get; set; } #

Optional display name of the GPO when resolvable.

public String GpoSysvolPath { get; set; } #

GPO SYSVOL root path.

public String Name { get; set; } #

File name.

public String FullName { get; set; } #

Full path.

public DateTime CreationTime { get; set; } #

Creation time (local).

public DateTime LastWriteTime { get; set; } #

Last write time (local).

public FileAttributes Attributes { get; set; } #

Filesystem attributes.

public String DirectoryName { get; set; } #

Directory containing the file.