Hello,
We are using WAPT Enterprise 2.2 and I wanted to know if WAPT can display universal groups in the WAPT console in the AD Group list of the inventory tab?
Currently, I have successfully displayed the GG groups (as security groups). We just tested with the GU groups, but they are not appearing yet... perhaps it needs some time?
Thank you for your help.
Patrice
Universal Groups and WAPT
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
The machine's groups are retrieved using the `get_computer_groups` function of `setuphelpers`.
However, there is indeed a cache to prevent overloading Active Directory with requests.
You can force a refresh by using the `force group policy` command from the console.
However, there is indeed a cache to prevent overloading Active Directory with requests.
You can force a refresh by using the `force group policy` command from the console.
Hello,
we managed to see the GU. But for it to work, it seems the post needs to be directly within the GU.
We tried putting the post in a GG, which was itself within a GU. In this scenario, it doesn't work. There's apparently some kind of group membership level involved. Is that correct?
we managed to see the GU. But for it to work, it seems the post needs to be directly within the GU.
We tried putting the post in a GG, which was itself within a GU. In this scenario, it doesn't work. There's apparently some kind of group membership level involved. Is that correct?
WAPT Enterprise 2.2
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Nested groups have never been supported; indeed, we read that
only direct members of `memberOf` are supported.
Supporting nested groups would require too many requests to Active Directory.
Perhaps one day we could implement an option in `wapt-get.ini` to support them, but this would increase the load on Active Directory.
only direct members of `memberOf` are supported.
Supporting nested groups would require too many requests to Active Directory.
Perhaps one day we could implement an option in `wapt-get.ini` to support them, but this would increase the load on Active Directory.
Thank you very much for all this information.
When you write:
Thanks again for your insights.
When you write:
Which console are you referring to? The WAPT console? If so, how? (I haven't seen that option on the console)You can force the refresh by using the "force GPO" option from the console
Thanks again for your insights.
WAPT Enterprise 2.2
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Hello
, yes, from the WAPT console, refreshing the GPOs also forces the groups to refresh.
, yes, from the WAPT console, refreshing the GPOs also forces the groups to refresh.
- Attachments
-
- Capture.PNG (20.1 KB) Viewed 5195 times
