PowerTip: Determine the Status of Your DHCP Server Audit Log

Doctor Scripto

Summary: Use Windows PowerShell to determine the status of your DHCP server audit log.

Hey, Scripting Guy! Question How can I use Windows PowerShell to determine the status of my DHCP server audit log in Windows Server 2012?

Hey, Scripting Guy! Answer Use the Get-DHCPServerAuditLog cmdlet and specify the server name:

Get-DhcpServerAuditLog -ComputerName DHCP1

 

0 comments

Discussion is closed.

Feedback usabilla icon