Y
Y
Yaroslav Zelensky2019-11-19 17:33:08
Domain Name System
Yaroslav Zelensky, 2019-11-19 17:33:08

(SOLVED) What's wrong with the zones on the DNS server?

Tried to create a zone on the DNS server to manage the split. But something went wrong.

Shell commands and console response
PS C:\> Get-DnsServerResourceRecord -ZoneName mcxac.ru -zonescope intarnal
Get-DnsServerResourceRecord : Область intarnal не существует в зоне mcxac.ru на сервере AC-SV-01.
строка:1 знак:1
+ Get-DnsServerResourceRecord -ZoneName mcxac.ru -zonescope intarnal
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (mcxac.ru:root/Microsoft/...rResourceRecord) [Get-DnsServerResourceRecord], CimException
+ FullyQualifiedErrorId : WIN32 9952,Get-DnsServerResourceRecord
PS C:\> Add-DnsServerZoneScope -ZoneName mcxac.ru -Name internal -Verbose -PassThru
ПОДРОБНО: Область internal будет добавлена для зоны mcxac.ru на сервере AC-SV-01.
Add-DnsServerZoneScope : Область internal уже существует в зоне mcxac.ru на сервере AC-SV-01.
строка:1 знак:1
+ Add-DnsServerZoneScope -ZoneName mcxac.ru -Name internal -Verbose -Pa ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (mcxac.ru:root/Microsoft/...ServerZoneScope) [Add-DnsServerZoneScope], CimException
+ FullyQualifiedErrorId : WIN32 9951,Add-DnsServerZoneScope

How is that? Why doesn't it exist and exist at the same time? schrödinger namezone?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vadim Choporov, 2019-11-19
@yaroslavgreenzelenskiy

They wrote to you in black on the monitor that the Int a rnal zone does not exist. Compare your teams again)

A
Alexey Dmitriev, 2019-11-19
@SignFinder

Show the output of the command
You may not understand what zones scope is and because of this misunderstanding your question.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question