API Reference
Command
Get-ADXLingeringObject
Detects lingering objects using built-in low-priv APIs (no admin required).
Examples
Generated fallback example from command syntax.
Get-ADXLingeringObject -DetectionTimeoutPerDCSeconds 1
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Get-ADXLingeringObject [-Domain <string[]>] [-DetectionTimeoutPerDCSeconds <int>] [-IgnoreDeleted] [-NamingContext <string[]>] [-NumberOfThreads <int>] [-ReferenceDomainController <string>] [-TargetDomainController <string>] [<CommonParameters>]#Parameters
- Domain string[]
- Domains to scan. When omitted, scans all domains in the forest.
- DetectionTimeoutPerDCSeconds int
- Maximum per-DC detection time in seconds (default 300).
- IgnoreDeleted SwitchParameter
- Ignores objects found in the Deleted Objects container.
- NamingContext string[]
- Specific naming contexts to scan; defaults to all NCs.
- NumberOfThreads int
- Worker threads used for detection (default 8).
- ReferenceDomainController string
- Specific reference domain controller to use.
- TargetDomainController string
- Specific target domain controller to scan.
Outputs
ADPlayground.LingeringObject