TestimoX

API Reference

Command

Get-ADXNetlogonContent

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.NetlogonSecurityRow

Returns a summary of NETLOGON content and ACL exposure.

Examples

Authored help example

Example 1


Get-ADXNetlogonContent
        

Example 2


Get-ADXNetlogonContent -Domain contoso.com
        

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-ADXNetlogonContent [-ComputerName <string>] [-Domain <string>] [-MaxRows <int>] [-OwnerOnly] [-ScanCap <int>] [-SkipOwner] [<CommonParameters>]
#

Parameters

ComputerName string optionalposition: namedpipeline: false
Target domain controller (optional); '.' for local or DNS name.
Domain string optionalposition: namedpipeline: false
DNS domain name to query. Defaults to current domain when omitted.
MaxRows int optionalposition: namedpipeline: false
Maximum number of output rows to emit.
OwnerOnly SwitchParameter optionalposition: namedpipeline: false
Return only ownership entries (equivalent to GPOZaurr OwnerOnly).
ScanCap int optionalposition: namedpipeline: false
Maximum number of filesystem entries to scan.
SkipOwner SwitchParameter optionalposition: namedpipeline: false
Skip ownership entries and return only ACL entries (equivalent to GPOZaurr SkipOwner).

Outputs

ADPlayground.Gpo.NetlogonSecurityRow