API Reference
Class
GpoChangeItem
A single GPO change item for a default policy.
Inheritance
- Object
- GpoChangeItem
Constructors
public GpoChangeItem() #Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)Inherited Methods
Properties
public String DisplayName { get; set; } #GPO display name (Default Domain Policy or Default Domain Controllers Policy).
public String DistinguishedName { get; set; } #GPO distinguished name.
public Nullable<DateTime> WhenChanged { get; set; } #Last change timestamp (UTC).
public Nullable<Int32> DaysAgo { get; set; } #Convenience: Age of WhenChanged in whole days (UTC), or null when unknown.
public Nullable<Guid> Id { get; set; } #GPO identifier when resolvable from the 'name' attribute.