home.social

#givemebind9anytime — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #givemebind9anytime, aggregated by home.social.

fetched live
  1. Trying to set listening IP address on Windows DNS Server automatedand thought it would be simple to use Set-DnsServerSetting, like Set-DnsServerSetting -ListeningIPAddress $ip ..

    Think again, however this works:

    $DSNServerSettings=Get-DnsServerSetting -ALL
    $DNSServerSettings.ListeningIpAddress=@($ip)
    Set-DNSServerSetting $DNSServerSettings

    So retreive the DnsServerSetting Class, change the ListeningIP and write the sh1te back works.

    #PowerShell #WindowsServer2022 #DNS #Settings #ListeningIP #GiveMeBind9Anytime

  2. Trying to set listening IP address on Windows DNS Server automatedand thought it would be simple to use Set-DnsServerSetting, like Set-DnsServerSetting -ListeningIPAddress $ip ..

    Think again, however this works:

    $DSNServerSettings=Get-DnsServerSetting -ALL
    $DNSServerSettings.ListeningIpAddress=@($ip)
    Set-DNSServerSetting $DNSServerSettings

    So retreive the DnsServerSetting Class, change the ListeningIP and write the sh1te back works.

    #PowerShell #WindowsServer2022 #DNS #Settings #ListeningIP #GiveMeBind9Anytime

  3. Trying to set listening IP address on Windows DNS Server automatedand thought it would be simple to use Set-DnsServerSetting, like Set-DnsServerSetting -ListeningIPAddress $ip ..

    Think again, however this works:

    $DSNServerSettings=Get-DnsServerSetting -ALL
    $DNSServerSettings.ListeningIpAddress=@($ip)
    Set-DNSServerSetting $DNSServerSettings

    So retreive the DnsServerSetting Class, change the ListeningIP and write the sh1te back works.

    #PowerShell #WindowsServer2022 #DNS #Settings #ListeningIP #GiveMeBind9Anytime

  4. Trying to set listening IP address on Windows DNS Server automatedand thought it would be simple to use Set-DnsServerSetting, like Set-DnsServerSetting -ListeningIPAddress $ip ..

    Think again, however this works:

    $DSNServerSettings=Get-DnsServerSetting -ALL
    $DNSServerSettings.ListeningIpAddress=@($ip)
    Set-DNSServerSetting $DNSServerSettings

    So retreive the DnsServerSetting Class, change the ListeningIP and write the sh1te back works.

    #PowerShell #WindowsServer2022 #DNS #Settings #ListeningIP #GiveMeBind9Anytime

  5. Trying to set listening IP address on Windows DNS Server automatedand thought it would be simple to use Set-DnsServerSetting, like Set-DnsServerSetting -ListeningIPAddress $ip ..

    Think again, however this works:

    $DSNServerSettings=Get-DnsServerSetting -ALL
    $DNSServerSettings.ListeningIpAddress=@($ip)
    Set-DNSServerSetting $DNSServerSettings

    So retreive the DnsServerSetting Class, change the ListeningIP and write the sh1te back works.

    #PowerShell #WindowsServer2022 #DNS #Settings #ListeningIP #GiveMeBind9Anytime