Share via

powershell help!

John JY 221 Reputation points
2022-03-17T14:39:40.85+00:00

Hi all,

we need to convert all servers DNS dynamic records to static records within all Windows 2012 domain controllers AD.
Can anyone help on how to convert through powershell script?

Thank you!

Windows for business | Windows Server | User experience | PowerShell

3 answers

Sort by: Most helpful
  1. Anonymous
    2022-03-24T00:04:34.137+00:00

    Was this answer helpful?


  2. Rich Matheisen 48,116 Reputation points
    2022-03-22T18:45:02.303+00:00

    The Get-DnsServerResourceRecord should return all the "A" records for the host. You just have to iterate over the list, changing them one at a time.

    Was this answer helpful?


  3. Anonymous
    2022-03-17T14:59:33.3+00:00

    Here you go again?
    https://learn.microsoft.com/en-us/answers/questions/232821/anyone-can-help-to-turn-dynamic-dns-server-records.html

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.