Ah, I figured it out - trying to set "AllowUpdate" to 2 (secure updates only) works only for DNS zones that are integrated into Active Directory (my DNS zone is not). Setting "AllowUpdate" to 1 (nonsecure updates) works fine:
| Code: |
> dnscmd /config main.bass.test /AllowUpdate 1
Registry property AllowUpdate successfully reset.
Command completed successfully. |