| 228 |
| How can I quickly determine whether a domain controller (DC) is |
| available for a specific domain |
| To quickly check for a DC in a specific domain, go to the command |
| nltest /dsgetdc:<domain name> |
| If your search fails, you'll receive a failure notice, such as |
| C:\>nltest /dsgetdc:test1 |
| DsGetDcName failed: Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN |
First Previous Next Last |