TestimoX

API Reference

Command

Watch-ADXNetLogonLog

Namespace ADPlayground.PowerShell
Inputs
System.String

Watches a NetLogon debug log and emits entries as they appear.

Examples

Generated fallback example

Generated fallback example from command syntax.


Watch-ADXNetLogonLog -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

Watch-ADXNetLogonLog -Path <string> [-ComputerName <string>] [-NoAsync] [-SkipDuplicates] [-UseFileSystemWatcher] [<CommonParameters>]
#

Parameters

Path string requiredposition: 0pipeline: true (ByValue, ByPropertyName)aliases: FilePath
The path to the NetLogon log file.
ComputerName string optionalposition: namedpipeline: false
Domain controller name.
NoAsync SwitchParameter optionalposition: namedpipeline: false
Runs the operation synchronously.
SkipDuplicates SwitchParameter optionalposition: namedpipeline: false
Skips duplicate entries if set.
UseFileSystemWatcher SwitchParameter optionalposition: namedpipeline: false
Uses FileSystemWatcher for real-time updates.