Hi CorsaroDelVento,
Since you are using static IPs for your HP printers, you have two clean ways to handle this without compromising security:
1. The Best Practice (DHCP Reservations): Instead of hard-coding static IPs on the printers themselves, switch them to DHCP but create DHCP Reservations on your Windows DHCP server.
Configure your DHCP server to perform DNS dynamic updates on behalf of the clients (the printers).
This way, the DHCP server (a trusted domain member) handles the registration, and you don't have to lower your DNS security settings.
2. The Manual Approach (If you must stay static): If you strictly cannot use DHCP, simply create the A (Host) and PTR (Reverse) records manually in your DNS manager once. Since the IPs are static and printers rarely change names, this "set and forget" method is much safer than allowing unauthenticated updates.
Summary: Stick to Secure Dynamic Updates only. Use DHCP Reservations to let the server do the work, or just create the records manually.
If this clarifies your strategy, please click "Accept Answer".
Tracy Le.