API Reference
Class
NetlogonOwnerRepairResult
Represents the outcome of attempting to repair a NETLOGON ownership issue.
Inheritance
- Object
- NetlogonOwnerRepairResult
Constructors
public NetlogonOwnerRepairResult() #Inherited Methods
Properties
public String ComputerName { get; set; } #Target computer name (domain controller) hosting the NETLOGON share.
public String Path { get; set; } #Path that was evaluated or repaired.
public String PreviousOwner { get; set; } #Previous owner display name, when resolvable.
public String PreviousOwnerSid { get; set; } #Previous owner SID value, when available.
public String NewOwner { get; set; } #Requested new owner identity (name or SID).
public String NewOwnerSid { get; set; } #Requested new owner SID value, when resolvable.
public Boolean Success { get; set; } #Indicates whether the repair operation succeeded.
public String Notes { get; set; } #Notes describing access denied, missing paths, or other diagnostics.