The search returned 11 results

by fbetil
November 23, 2020 - 4:27 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WapT client and use of the Windows "hosts" file
Answers: 0
Views : 5853

WapT client and use of the Windows "hosts" file

Hello,
We have a problem with a business application that inserts an entry into the Windows hosts file (C:\Windows\System32\drivers\etc\hosts) to link the address 127.0.0.1 to a fixed machine name (example: 127.0.0.1 local.appli.fr).
This is causing problems with WapT (v1.7.3.5 ...
by fbetil
March 15, 2019 - 5:09 PM
Forum: WAPT Packages
Subject: AD > Packet Groups Linking
Answers: 26
Views : 33821

Re: AD linking > packet groups

Hello,

Finally, by slightly modifying the code of the "update_all_hosts.py" script, it works (in v1.7.3.5):


#!/usr/bin/python
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------
# This file is part of WAPT
# Copyright (C) 2013 Tranquil IT Systems ...
by fbetil
March 12, 2019 - 10:52 PM
Forum: WAPT Packages
Subject: AD > Packet Groups Linking
Answers: 26
Views : 33821

Re: AD linking > packet groups


Yes, there's a script for that:
https://github.com/tranquilit/WAPT/blob/branch-1.3.9/update_all_hosts.py

. Copy this file to the Wapt directory on your management machine
and run the script

: `c:\wapt\waptpython c:\wapt\update_all_hosts.py -c %LOCALAPPDATA%\waptconsole\waptconsole.ini ...`
by fbetil
June 2, 2017 - 09:19
Forum: WAPT Packages
Subject: Using filecopyto in session_setup
Answers: 2
Views : 3250

Re: Using filecopyto in session_setup

It was so clear... :oops:

Thanks again...
by fbetil
June 1, 2017 - 7:05 PM
Forum: WAPT Packages
Subject: Using filecopyto in session_setup
Answers: 2
Views : 3250

Using filecopyto in session_setup

Hello,
I'm trying to add a copy of a file from my package to the user's profile within the session_setup section: `
filecopyto('profiles.ini',user_appdata()+'\Mozilla\Firefox')`.
The `profiles.ini` file is located in the root directory of my package.
The file...
by fbetil
May 29, 2017 - 11:38
Forum: WAPT Packages
Subject: AD > Packet Groups Linking
Answers: 26
Views : 33821

Re: AD linking > packet groups

Hello,
FYI, in v1.3.12.13 the function to import AD groups as dependencies fails if the case is not identical (forced to lowercase in WapT, which is not the case in our AD).
Could you please ignore case sensitivity in the add_ads_groups function of the package...?
by fbetil
March 29, 2017 - 10:19
Forum: WAPT Packages
Subject: Trend OfficeScan antivirus alert
Answers: 1
Views : 2450

Trend OfficeScan antivirus alert

Hello,
For your information and advice, installing the admin console on a machine with Trend OfficeScan generated the alert shown in the attached image.
Have a good day,
Florian
by fbetil
March 20, 2017 - 10:03
Forum: WAPT Packages
Subject: AD > Packet Groups Linking
Answers: 26
Views : 33821

Re: AD linking > packet groups

Hello and thank you.
For your information, I had to modify the `get_computer_groups` function as follows (see https://github.com/tranquilit/WAPT/commit/82d2d3b447389caa6d2653cd4a5e164ad1c1dcb1):
`def get_computer_groups(computername):
"""Try to find the computer in the Active Directory
and return the list ...`
by fbetil
March 17, 2017 - 4:07 PM
Forum: WAPT Packages
Subject: AD > Packet Groups Linking
Answers: 26
Views : 33821

Re: AD linking > packet groups

Hello,
I encountered this problem in another forum post. It's now fixed and working.
Now, is it possible to automatically force (via cron, etc.) the search for Active Directory groups on workstations so I don't have to right-click?
Thanks in advance,
Florian
by fbetil
March 17, 2017 - 11:09
Forum: WAPT Server
Subject: Using Active Directory Groups
Answers: 2
Views : 2707

Re: Using AD Groups

Hello and thank you,
I've just updated my server and client and it seems to be working!
Thanks

Florian