The search returned 57 results

by Patrice_minagri
January 24, 2022 - 4:19 PM
Forum: WAPT Packages
Subject: WAPT (Python) and AD
Answers: 0
Views : 4923

WAPT (python) and AD

Hello,

has anyone managed to query Active Directory (AD) using Python commands for a WAPT package?

My current goal is to test whether a user is a member of a specific AD group.

Thank you for your help.
by Patrice_minagri
January 24, 2022 - 4:12 PM
Forum: WAPT Server
Subject: [RESOLVED] Server configuration for WAPT 2 Enterprise
Answers: 1
Views : 3124

Re: [RESOLVED] Server configuration for WAPT 2 Enterprise

The answer is:

Fleet size: 0 to 300 workstations - 2 CPUs - 2 GB RAM;
Fleet size: 300 to 1000 workstations - 4 CPUs - 4 GB RAM;
Fleet size: 1000 to 3000 workstations - 8 CPUs - 8 GB RAM;
Fleet size: 3000+ workstations - 16 CPUs - 16 GB RAM
by Patrice_minagri
January 21, 2022 - 1:36 PM
Forum: WAPT Server
Subject: [RESOLVED] Server configuration for WAPT 2 Enterprise
Answers: 1
Views : 3124

[RESOLVED] Server configuration for WAPT 2 Enterprise

Hello,

what configuration should I consider for a WAPT 2 Enterprise server that will manage approximately 800 machines? (number of processors, RAM, disk space, etc.).

Assuming the OS will most likely be Linux.

Thank you for your help.

Patrice
by Patrice_minagri
October 11, 2021 - 4:12 PM
Forum: WAPT Packages
Subject: [SOLVED] Enabling an XPI Firefox plugin
Answers: 2
Views : 3860

Re: Activate an xpi Firefox plugin

Oh, thank you for the tip.

I'll take a closer look at that. :P
by Patrice_minagri
October 11, 2021 - 1:55 PM
Forum: WAPT Packages
Subject: [SOLVED] Enabling an XPI Firefox plugin
Answers: 2
Views : 3860

[SOLVED] Activate an xpi Firefox plugin

Hello,

I'd like to know if any of you have had to automatically install a plugin (XPI file) to Firefox via WAPT?

For me, the plugin installation went smoothly; Firefox recognized it after the package was executed. However, by default...
by Patrice_minagri
September 15, 2021 - 12:38
Forum: WAPT Server
Subject: WAPT Community or Discovery?
Answers: 4
Views : 9161

Re: WAPT Community or Discovery?

Thank you very much for your reply.

Does this mean that the Community version will no longer be available and downloadable at some point (in favor of the Discovery version)?

Thank you.
by Patrice_minagri
September 15, 2021 - 10:58
Forum: WAPT Server
Subject: WAPT Community or Discovery?
Answers: 4
Views : 9161

WAPT Community or Discovery?

Hello,

I wanted to ask if WAPT Community will be discontinued soon? Will it be replaced by the Discovery version, which I've heard about?

And if so, what will be the difference between the Community version and the Discovery version? Are there any improvements?

Thank you...
by Patrice_minagri
May 20, 2021 - 7:04 PM
Forum: Your opinion
Subject: A look back at 6 years of experience
Answers: 1
Views : 30080

Looking back on 6 years of experience

Hello,

First of all, a huge thank you for this deployment solution which has transformed my daily activities for the past six years. In 2015, I set up my first WAPT server hoping to convince my superiors of its merits.
From an experimental launch, we have now...
by Patrice_minagri
December 17, 2020 - 12:48 PM
Forum: WAPT Packages
Subject: Problem registering virtual workstations in WAPT
Answers: 1
Views : 2703

Problem registering virtual workstations in WAPT

Hello

, I've noticed that virtual machines registered on the WAPT server disappear a few minutes after registration.

When I run `wapt-get register` on the virtual machine, it registers immediately on the server.

It then displays...
by Patrice_minagri
August 5, 2020 - 4:18 PM
Forum: WAPT Packages
Subject: Run configurations, remove and uninstall
Answers: 3
Views : 5558

Re: run configurations remove and uninstall

Hello,

From what I understand:
The `remove` option does indeed execute the package uninstallation key if one is provided. But it also executes the uninstall part if that function is used.

If no key is provided, the `def uninstall()` function takes its place. And if a key is provided, the...