API Reference
Command
Get-ADXNetLogonFile
Retrieves entries from NetLogon debug logs.
Examples
Generated fallback example from command syntax.
Get-ADXNetLogonFile -Path @('C:\Path')
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-ADXNetLogonFile -Path <string[]> [-NoAsync] [-ComputerName <string[]>] [-SkipDuplicates] [-Summary] [<CommonParameters>]#Parameters
- Path string[]
- The path to the NetLogon log file.
- NoAsync SwitchParameter
- Runs the operation synchronously.
- ComputerName string[]
- Copies logs from the specified domain controllers.
- SkipDuplicates SwitchParameter
- Skip duplicate log entries if set.
- Summary SwitchParameter
- Provides a summary of the NetLogon log entries.