API Reference
AdxGpoResultView
Combined view enum for Get-ADXGpoResult: includes engine-projected views and special composed views.
Inheritance
- Enum
- AdxGpoResultView
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
- Field AdxGpoResultView.Applied
- Field AdxGpoResultView.AppLocker
- Field AdxGpoResultView.AppLockerRules
- Field AdxGpoResultView.Audit
- Field AdxGpoResultView.Certificates
- Field AdxGpoResultView.Coverage
- Field AdxGpoResultView.Defender
- Field AdxGpoResultView.Denied
- Field AdxGpoResultView.DictionaryNetworkCore
- Field AdxGpoResultView.DictionarySecurityCore
- Field AdxGpoResultView.DnsClient
- Field AdxGpoResultView.Firewall
- Field AdxGpoResultView.FirewallDetails
- Field AdxGpoResultView.FirewallRules
- Field AdxGpoResultView.FolderRedirection
- Field AdxGpoResultView.GpResult
- Field AdxGpoResultView.GpResultSummary
- Field AdxGpoResultView.Health
- Field AdxGpoResultView.Inventory
- Field AdxGpoResultView.LinkHealth
- Field AdxGpoResultView.None
- Field AdxGpoResultView.Permissions
- Field AdxGpoResultView.Policies
- Field AdxGpoResultView.Preferences
- Field AdxGpoResultView.PreferencesPrecedence
- Field AdxGpoResultView.PreferencesTrace
- Field AdxGpoResultView.Raw
- Field AdxGpoResultView.Rights
- Field AdxGpoResultView.Scripts
- Field AdxGpoResultView.Settings
- Field AdxGpoResultView.Sites
- Field AdxGpoResultView.Software
- Field AdxGpoResultView.Summary
- Field AdxGpoResultView.TimeService
- Field AdxGpoResultView.Trace
- Field AdxGpoResultView.Unknown
- Field AdxGpoResultView.WindowsUpdate
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("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).
1public const AdxGpoResultView GpResultSummary #Compact gpresult-like summary counts and presence flags.
3public const AdxGpoResultView DictionarySecurityCore #Opinionated security dictionary (SMB signing, NLA, LSA, Defender, WSUS, LAPS, AppLocker).
4public const AdxGpoResultView DictionaryNetworkCore #Network/posture dictionary (reserved for future use).
5public const AdxGpoResultView Summary #High-level summary (settings/unknown/applied/denied totals).
10public const AdxGpoResultView Denied #Denied/excluded GPOs when applicability is evaluated.
13public const AdxGpoResultView PreferencesTrace #Flattened Group Policy Preferences trace (with ILT summaries).
17public const AdxGpoResultView PreferencesPrecedence #Preferences last-writer precedence per item.
18public const AdxGpoResultView FirewallDetails #Windows Firewall profile details (defaults, notifications, logging).
28public const AdxGpoResultView LinkHealth #Broken or malformed GPO link metadata (e.g., invalid gPCWQLFilter/gPCWMIFilter values).
36