API Reference
Command
Get-ADXNetlogonContent
Returns a summary of NETLOGON content and ACL exposure.
Examples
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
- Target domain controller (optional); '.' for local or DNS name.
- Domain string
- DNS domain name to query. Defaults to current domain when omitted.
- MaxRows int
- Maximum number of output rows to emit.
- OwnerOnly SwitchParameter
- Return only ownership entries (equivalent to GPOZaurr OwnerOnly).
- ScanCap int
- Maximum number of filesystem entries to scan.
- SkipOwner SwitchParameter
- Skip ownership entries and return only ACL entries (equivalent to GPOZaurr SkipOwner).
Outputs
ADPlayground.Gpo.NetlogonSecurityRow