TestimoX

API Reference

Command

Get-ADXLingeringObject

Namespace ADPlayground.PowerShell
Inputs
System.String System.String[]
Outputs
ADPlayground.LingeringObject

Detects lingering objects using built-in low-priv APIs (no admin required).

Examples

Generated fallback example

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[] optionalposition: 0pipeline: true (ByPropertyName)
Domains to scan. When omitted, scans all domains in the forest.
DetectionTimeoutPerDCSeconds int optionalposition: namedpipeline: false
Maximum per-DC detection time in seconds (default 300).
IgnoreDeleted SwitchParameter optionalposition: namedpipeline: false
Ignores objects found in the Deleted Objects container.
NamingContext string[] optionalposition: namedpipeline: true (ByPropertyName)
Specific naming contexts to scan; defaults to all NCs.
NumberOfThreads int optionalposition: namedpipeline: false
Worker threads used for detection (default 8).
ReferenceDomainController string optionalposition: namedpipeline: true (ByPropertyName)
Specific reference domain controller to use.
TargetDomainController string optionalposition: namedpipeline: true (ByPropertyName)
Specific target domain controller to scan.

Outputs

ADPlayground.LingeringObject