Yep, those would do. I would have to suspect a network issue if it's failing to resolve with root hints (normally just too much blocked).
Anyway, if you set the Forwarders to your ISPs DNS servers, then try again?
Chris
No, it shouldn't be external, it'll just break things for an AD domain.
Check your Forwarders if you have any set?
To check the forwarders:
1. Open the DNS Console
2. Right click on your server and select Properties
3. Select the Forwarders tab
4. For each IP listed there (if any) run...
The reason you're seeing this behaviour is that you're passing two values into Write-Output. If you want them on the same line you may find it most appropriate to use the two values within a single string:
Get-ChildItem -Recurse | %{
if ($_.FullName.Length -gt 245) {
write-output...
The results of the script are open to a little interpretation.
To get an accurate list of records that would be Scavenged you would first have to enable Aging (but not automatic scavenging). Until you do that TimeStamps associated with records are not properly replicated, that means you can get...
Those are just example values, not something I expected anyone to use (where I am the script author).
You should replace the entry in this line with your own Domain Controller name:
Set objWMIService = GetObject("winmgmts:\\dc01.internal.highorbit.co.uk\root\MicrosoftDNS")
And the domain name...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.