Using a script (powershell for example) How can i get the total Queries on a DNS Server (Windows Server 2003 - Active Directory Environment) ?
Thanks
|
Using a script (powershell for example) How can i get the total Queries on a DNS Server (Windows Server 2003 - Active Directory Environment) ? Thanks
| |||
|
feedback
|
|
Try the dnscmd and it's statistics option. It's part of the resource kit. | |||
|
feedback
|
|
For now -i use PERFMON with the DNS Counter: Total Query Received/sec -Perform for 24hours -output in CSV file -Open with Excel and SUM all the value Any other ways to script this step ? | |||
feedback
|