API Reference
Class
NetlogonOwnerRepairResult
Represents the outcome of attempting to repair a NETLOGON ownership issue.
Inheritance
- Object
- NetlogonOwnerRepairResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public NetlogonOwnerRepairResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.