Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > DNS Server > Re: split door and listing dns records

Reply
Thread Tools Display Modes

Re: split door and listing dns records

 
 
Chris Dent
Guest
Posts: n/a

 
      02-22-2010

I'm sure I keep forgetting reply to NewsGroup...

ls -d is a Zone Transfer. NetCmdLets should be able to do that:

http://www.nsoftware.com/PowerShell/

Although it's been a while since I played with them. If no explicit
option exists for it, tell it to request AXFR type records.

Native PowerShell cannot do this unless you build the DNS resolver from
scratch or take one of the published .NET libraries:

http://www.codeproject.com/KB/IP/DNS_NET_Resolver.aspx

If you wait another couple of weeks you can have my DNS management
module, it should be good enough for beta release by then. It was built
with this kind of operation in mind. But that's mainly shameless
self-advertising

Chris

mmccaws2 wrote:
> Hi
>
> I'm looking for a script that prints out all the records for zone. We
> have a more than one split-door zone that were installed in AD dns
> internally. In the long run we'll be migrating to a single platform
> for these zones. But until then I was looking to automate and expand
> my scripting skills. We manage the zones seperately and I'm trying to
> create a powershell script that will compare external zone entries
> with internal zone entries. Does anyone know how to get the
> powershell equivelent of nslookup> list -d zone?
>
> Thanks
> Mike


 
Reply With Quote
 
 
 
 
Ace Fekay [MVP-DS, MCT]
Guest
Posts: n/a

 
      02-22-2010
"mmccaws2" <> wrote in message
news:e072b803-e438-4f95-8cb0-...
>
>
> Thanks
>
> sure Id love to see it.


You can also try using DNSCMD, or Dean Wells' DNSDump.

DNSDump
http://www.reskit.net/DNS/dnsdump.cm_

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among
responding engineers, and to help others benefit from your resolution.

Ace Fekay, MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE &
MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services

If you feel this is an urgent issue and require immediate assistance, please
contact Microsoft PSS directly. Please check http://support.microsoft.com
for regional support phone numbers.


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59