The search returned 24 results

by Guillaume_ccfd
May 2, 2022 - 10:10
Forum: WAPT Packages
Subject: PowerShell script for the %appdata% variable on the logged-in user's profile
Answers: 1
Views : 2944

PowerShell script variable %appdata% on the logged-in user's profile

Hello,

I want to create a package containing a variable to delete certain folders from the logged-in user profile, and I'm a bit stuck on which variable to use.

If I use `run_powershell('remove-item "$env:APPDATA\directory1")`, the risk is that the script will run on the...
by Guillaume_ccfd
December 20, 2021 - 10:20
Forum: WAPT Server
Subject: WAPT server accessibility from outside
Answers: 8
Views : 10432

Re: WAPT server accessibility from outside

Hello,

I just checked, and when I access my WAPT server's URL, I do get a 401 error. However, when I enter the URL /wapt/waptagent.exe, I can successfully download the WAPT agent, and therefore I can install it from a machine that is not at all on our network...
by Guillaume_ccfd
December 16, 2021 - 8:49 AM
Forum: Tips and Tricks
Subject: Slow connection speeds on Samba domain workstations
Answers: 0
Views : 30695

Slow connection speeds for workstations in the Samba domain

Hello everyone,

For some time now we've been experiencing slow connection speeds on workstations connected to the Samba Active Directory. When a user enters their password, there's an average loading time of about 2 minutes.

We've performed tests on different VLANs, including...
by Guillaume_ccfd
October 28, 2021 - 11:32
Forum: WAPT Packages
Subject: [SOLVED] Creating a Dell driver package (deploying a .cab file via a package)
Answers: 6
Views : 7086

Re: [SOLVED] Creating Dell driver package (deploying .cab via package)

Hello,

the support assistant requires human intervention to update drivers.

We want to install the correct drivers on all our workstations because we're experiencing several audio driver issues (microphone recognition problems when plugging in a headset jack).

Dell provided us with...
by Guillaume_ccfd
October 26, 2021 - 3:57 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WAPT 2.1 and Windows 11 compatibility?
Answers: 2
Views : 4387

Re: WAPT 2.1 and Windows 11 compatibility?

Hi Denis,

Okay, I'll look into it further. In any case, the machines running Windows 11 are showing up on WAPT as currently running Windows 10 Pro.

The agent isn't running on my machine; I'm going to reinstall Windows cleanly to isolate the problem.
by Guillaume_ccfd
October 5, 2021 - 11:31
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WAPT 2.1 and Windows 11 compatibility?
Answers: 2
Views : 4387

WAPT 2.1 and Windows 11 compatibility?

Hello everyone,

I wanted to know if WAPT is compatible with Windows 11?

We're going to launch test migrations to Windows 11 and plan to deploy it starting at the end of October; however, I'm wondering about the agent's compatibility. Have any of you already tried it?
by Guillaume_ccfd
October 1, 2021 - 2:03 PM
Forum: WAPT Packages
Subject: [SOLVED] Creating a Dell driver package (deploying a .cab file via a package)
Answers: 6
Views : 7086

[SOLVED] Creating Dell driver package (deploying .cab via package)

Hello everyone,

I'd like to create packages containing groups of drivers. I have a .cab file for each PC model, but I'm stuck on how to create the package to deploy and install these .cab files on the machines.

I don't want these updates to...
by Guillaume_ccfd
March 31, 2021 - 12:16
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Agent creation problem (WAPT 2.0)
Answers: 1
Views : 2785

Re: Problem creating the agent (WAPT 2.0)

Hello,
Problem fixed. We were previously accessing the system through our AD SAMBA accounts, however, it was necessary to use the WAPT "admin" account.

Hoping this will help some people!
by Guillaume_ccfd
March 31, 2021 - 10:49
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Agent creation problem (WAPT 2.0)
Answers: 1
Views : 2785

[SOLVED] Agent creation problem (WAPT 2.0)

Hello,

we are experiencing a problem following the update of our WAPT server. When launching the console (version 2.0), a pop-up prompts us to update the WAPT agent, but nothing happens when we confirm.

I have tried:
- Restarting the postconf
- Restarting the server...
by Guillaume_ccfd
March 24, 2021 - 4:25 PM
Forum: Tips and Tricks
Subject: Time issue on our workstations
Answers: 1
Views : 9169

Re: Time problem on our workstations

After performing several checks, I was able to gather some more information. My workstations are indeed stuck on retrieving the time from my Samba4 server.

I restarted the following procedure: https://dev.tranquil.it/samba/fr/samba_config_server/debian/server_install_ntp_debian.html but...