API Reference
Enum
AdxGpoResultView
Combined view enum for Get-ADXGpoResult: includes engine-projected views and special composed views.
Inheritance
- Enum
- AdxGpoResultView
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 AdxGpoResultView Raw #Return the full result object (alias of None for clarity).
Value:
1public const AdxGpoResultView GpResultSummary #Compact gpresult-like summary counts and presence flags.
Value:
3public const AdxGpoResultView DictionarySecurityCore #Opinionated security dictionary (SMB signing, NLA, LSA, Defender, WSUS, LAPS, AppLocker).
Value:
4public const AdxGpoResultView DictionaryNetworkCore #Network/posture dictionary (reserved for future use).
Value:
5public const AdxGpoResultView Summary #High-level summary (settings/unknown/applied/denied totals).
Value:
10public const AdxGpoResultView Denied #Denied/excluded GPOs when applicability is evaluated.
Value:
13public const AdxGpoResultView PreferencesTrace #Flattened Group Policy Preferences trace (with ILT summaries).
Value:
17public const AdxGpoResultView PreferencesPrecedence #Preferences last-writer precedence per item.
Value:
18public const AdxGpoResultView FirewallDetails #Windows Firewall profile details (defaults, notifications, logging).
Value:
28public const AdxGpoResultView LinkHealth #Broken or malformed GPO link metadata (e.g., invalid gPCWQLFilter/gPCWMIFilter values).
Value:
36