Page History
...
Пример ошибки:
Диагностика службы DNS
Для диагностики службы DNS используется команда в Powershell:
[console]::outputencoding = [system.text.encoding]::getencoding("utf-8") ; if ((nslookup payments111.paysecure.ru 2>out-null | out-string).split()[18] –eq (nslookup ((nslookup payments111.paysecure.ru 2>out-null | out-string).split()[14]) ns6.incapdns.net 2>out-null | out-string).split()[18]) {'true'} else {'false'}