API Reference
Enum
ComputerView
Typed projections for computer rows used by UIs and rules.
Inheritance
- Enum
- ComputerView
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const ComputerView Security #Kerberos encryption and delegation posture (no LAPS columns).
Value:
2public const ComputerView LapsSummary #Windows/Legacy/DSRM presence + expirations + effective kind.
Value:
5public const ComputerView LapsDetail #Detailed LAPS breakdown with per-flavor days left/expired flags.
Value:
6public const ComputerView Delegation #Delegation posture (un/constrained, RC4/AES flags, RBCD).
Value:
7public const ComputerView Health #General health roll-up for demos (not for production reports).
Value:
10