Active Directory Relationship - Sub-OR Management

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
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
Locked
Floflobel
Messages: 135
Registration: Oct 15, 2015 - 5:32 p.m.

October 15, 2015 - 5:36 PM

Good morning,

I am currently in the testing phase with your software, which is very good.
I would like to assign a computer to several groups but this does not seem possible.

Let me explain:

Code: Select all

OU
  -> OU1
              -> PC1
              -> PC2
  -> OU2
              -> PC1
              -> PC2
  -> OU3
              -> PC1
              -> PC2
I would like PC1 in wapt to be the OU1 group as well as the OU group in order to manage the installation of software according to the different OUs.

Thank you
Sincerely
User avatar
htouvet
WAPT Expert
Messages: 436
Registration: March 16, 2015 - 10:48
Contact :

October 19, 2015 - 10:08

In WAPT, there isn't strictly speaking a "group" belonging to a group, but rather packages that describe a workstation profile. A machine depends on one or more group (or software) "packages," which themselves depend on one or more other packages (groups or software) recursively. A "group" package can therefore represent a workstation "profile."

So what you describe is possible. You simply need to assign several groups to the same machine, and in that case, the machine will install the dependencies of all its groups.

WAPT has a mechanism to then attempt to assign (i.e., make dependents of) all the corresponding "group packages" (i.e., those with the same name) to a machine in Active Directory (AD) to which it belongs. This avoids duplicating the work of categorizing machines (AD for GPOs, for example, plus WAPT).
Tranquil IT
Floflobel
Messages: 135
Registration: Oct 15, 2015 - 5:32 p.m.

October 21, 2015 - 5:54 PM

Thank you for your reply.

Unfortunately, after several attempts, I'm unable to define multiple groups on WAPT based on the user's group. I did manage to assign a group to each user. Another problem arises if the computer is turned off; it's impossible to assign a group to it, which could cause issues when the software is deployed via GPO.

Sincerely
User avatar
htouvet
WAPT Expert
Messages: 436
Registration: March 16, 2015 - 10:48
Contact :

October 21, 2015 - 6:25 PM

Adding one or more groups as dependencies to a machine technically involves modifying the machine package.

The machine package is edited by the management console, signed on the console, and then uploaded to the server.

The machine does not need to be powered on or accessible.

When the machine later consults the WAPT package repository, it will detect that its relevant machine package (named after the machine's DNS name) has changed version, download it, and install the dependencies of that package, including the software groups it contains.
Tranquil IT
Locked