I am setting up wapt enterprise (1.8.2, Debian server, W10 administration machine) and I would like to understand how the presentation by OU works in the console.
I followed the documentation in order to make the out-of-domain workstations appear in a "fake" OU and everything works until the workstation is reintegrated into AD.
At this point, the OU containing the workstation does not override the previously defined false OU. Uninstalling the package didn't help (which is expected). Deleting the line
Code: Select all
host_organizational_unit_dnSo I'm asking myself the following questions:
- Are the job unit information details dynamic?
- Where are they getting this information? Perhaps the configuration of my test machine is causing the problem
- If this behavior is desired, is it possible to modify the configuration file via a startup script that would perform something like a WMI query to retrieve the OU and write it to wapt-get.ini? (It's not very elegant, but it's the only way I can think of.)
