After using the ArcGIS PowerShell DSC module to install ArcGIS Enterprise, will the computer automatically ensure that its configuration does not drift away from the desired state?
My server currently has a DSC configuration applied that sets things like host files and registry keys. Periodically, the computer verifies that it still has the right settings and makes corrections as needed.
After I run Invoke-ArcGISConfiguration, will the computer continue to make sure that everything (host files, registry keys, ArcGIS software, firewall settings set by the ArcGIS PowerShell module, etc.) is correctly configured for the indefinite future?
Since another forum post at GeoNet says that "the recommended/supported workflow for applying patches after an upgrade, is to re-run the PowerShell module with -mode install", it gives the impression that the ArcGIS-related configuration is not automatically re-applied after a human messes up a setting.