API Reference
InventorySections
Bit flags selecting which inventory sections to collect from a host.
Inheritance
- Enum
- InventorySections
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
- Property InventoryQueryOptions.Sections
- Field InventorySections.All
- Field InventorySections.AppControl
- Field InventorySections.Applications
- Field InventorySections.BackupPosture
- Field InventorySections.BitLocker
- Field InventorySections.BrowserPosture
- Field InventorySections.CertificatePosture
- Field InventorySections.Core
- Field InventorySections.CredentialPosture
- Field InventorySections.Defender
- Field InventorySections.Devices
- Field InventorySections.Drives
- Field InventorySections.ExploitProtection
- Field InventorySections.Firewall
- Field InventorySections.Hardware
- Field InventorySections.LocalIdentity
- Field InventorySections.LogicalDrives
- Field InventorySections.Mdm
- Field InventorySections.Network
- Field InventorySections.NetworkHardening
- Field InventorySections.None
- Field InventorySections.OfficePosture
- Field InventorySections.PersistencePosture
- Field InventorySections.PlatformSecurity
- Field InventorySections.PrivacyPosture
- Field InventorySections.RemoteAccessPosture
- Field InventorySections.Services
- Field InventorySections.Shares
- Field InventorySections.Time
- Field InventorySections.VsCodeExtensions
- Field InventorySections.WindowsUpdates
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 InventorySections Core #Core OS and system info (OS, ComputerSystem, BIOS, BaseBoard, features, reboot state).
1public const InventorySections WindowsUpdates #Installed and pending Windows updates; security gap summary.
8public const InventorySections LocalIdentity #Local users/groups and privileged membership inventory.
16384public const InventorySections CredentialPosture #Credential cache/storage and credential hardening posture.
65536public const InventorySections PlatformSecurity #Platform security runtime posture (TPM/Secure Boot/DMA/code integrity signals).
131072public const InventorySections AppControl #Application control runtime posture (AppLocker/WDAC).
262144public const InventorySections ExploitProtection #Exploit protection runtime/policy posture (DEP/ASLR/CFG/SEHOP).
524288public const InventorySections CertificatePosture #Certificate store security posture (Root/Intermediate).
1048576public const InventorySections BackupPosture #Backup and recovery posture (VSS and System Restore).
2097152public const InventorySections BrowserPosture #Browser security posture and extension summary (Edge/Chrome/Firefox).
4194304public const InventorySections VsCodeExtensions #VS Code extension inventory across local user profiles.
8388608public const InventorySections OfficePosture #Office macro and Protected View posture.
16777216public const InventorySections PrivacyPosture #Privacy posture (telemetry/activity history/copilot/recall policy signals).
33554432public const InventorySections PersistencePosture #Startup persistence posture (run keys/startup folders/services/tasks).
67108864public const InventorySections RemoteAccessPosture #Remote access posture (OpenSSH + Remote Assistance).
134217728public const InventorySections NetworkHardening #Network protocol hardening posture (WPAD/NetBIOS/SMB extras).
268435456