Vendor documentation recommends that AD-joined systems be configured to regularly update their computerObject information in active directory. Need to add either a systemd unit file – configured to run at each system boot – or a regularly-executed cron job to handle the task.
Given that domain-joined systems are typically not rebooted as frequently as the desired refresh interval (less than 30 days), adding an /etc/cron.{daily,weekly,monthly} script with contents similar to:
Vendor documentation recommends that AD-joined systems be configured to regularly update their computerObject information in active directory. Need to add either a
systemd
unit file – configured to run at each system boot – or a regularly-executedcron
job to handle the task.Given that domain-joined systems are typically not rebooted as frequently as the desired refresh interval (less than 30 days), adding an
/etc/cron.{daily,weekly,monthly}
script with contents similar to:Would be the preferred method for ensuring adequately-frequent object-refreshing.