Estoy buscando una solución funcional que me permita ejecutar dnscmd y otros comandos similares que requieren que inicie sesión en un dominio a través de SSH, para poder ejecutarlos libremente desde mi máquina (que obviamente no es una de Windows).
Ya configuré Cygwin, cygwin-ssh y me uní al dominio y pude iniciar sesión usando SSH con mi cuenta de dominio, usando la user+domain@machine
notación.
Still, when I try to perform operations I do get:
DNS Server failed to enumerate records for node @. Status = ERROR_ACCESS_DENIED 5 (0x00000005)
I suspect that the reason for this is due to the fact that the cygwin SSH sessions do run as a local service account and not as my domain user account.
How can I solve this problem?