The search returned 10 results

by Herzas
December 17, 2019 - 07:01
Forum: WAPT Packages
Subject: Shutdown, Machine Stop, Scheduled Task
Answers: 2
Views : 3655

Shutdown, Machine Stop, Scheduled Task

Hello again everyone, and I wish you all happy holidays.
In an effort to be eco-friendly, and still without using Group Policy Objects (GPOs), I've been tasked with finding a solution to shut down our machines after a certain period of inactivity and at a specific time. I have...
by Herzas
October 29, 2019 - 09:01
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Inventory and AD
Answers: 1
Views : 2665

Inventory and AD

Hello everyone, I've recently been revisiting the WAPT documentation to deepen my understanding of the subject. And I feel like I've missed something. I've searched everywhere in my console, but I can't seem to get the same output to appear. Could you help me...?
by Herzas
October 10, 2019 - 10:38
Forum: WAPT Packages
Subject: [SOLVED] Network drive and installation
Answers: 3
Views : 4226

[SOLVED] Network drive and installation

Hello everyone, I'm working on a new WAPT installation and for this one I'd like to avoid using a replication server. So I've chosen to create WAPT packages for my largest applications. Something fairly simple like:
def install():
cmd = '\\north_server ...
by Herzas
April 17, 2019 - 6:31 AM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Master/clone with wapt.
Answers: 1
Views : 8554

Re: Master/clone with wapt.

For example, is it possible to manually install a signed WAPT A package after installing the agent so that it's recognized as a signed WAPT A package and therefore sent back to the WAPT server as such? The server, seeing the already installed signed A package, won't attempt to reinstall it? Basically, how to do it...
by Herzas
April 16, 2019 - 11:36
Forum: WAPT Packages
Subject: [SOLVED] Launching a batch or PowerShell script
Answers: 12
Views : 27803

Re: Run a batch or powershell script

In the end, my script had no errors; it was just an indentation issue. Yes, Python is very sensitive to it, and when you discover Wapt and Python on the same day, an extra or missing line break after a semicolon might seem insignificant. But not for Wapt!.
by Herzas
April 16, 2019 - 8:40 AM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Master/clone with wapt.
Answers: 1
Views : 8554

Master/clone with wapt.

Hello everyone, I have a small problem with WAPT: I create my master image and then my clones, for example, with one of the software programs that I asked WAPT to deploy. My problem is that WAPT can't find the software package because it has never deployed anything on this machine and therefore overwrites the existing installations...
by Herzas
April 16, 2019 - 8:28 AM
Forum: WAPT Server
Subject: Problems with a full Windows remote repository
Answers: 3
Views : 9976

Re: Problem with the full Windows remote repository

Yes, it was while trying to reinstall a second server to act as a backup that I realized how easy it was to use IIS to solve my problem. Thanks again for your help.
by Herzas
April 4, 2019 - 11:45 AM
Forum: WAPT Packages
Subject: [SOLVED] Launching a batch or PowerShell script
Answers: 12
Views : 27803

Re: Run a batch or powershell script

I see I'm not the only one stuck on this. Originally, I wanted to simply copy and paste the contents of a directory onto my users' desktops. I ended up creating a .bat file, converting it to .exe, which was then converted to .wapt (a real mess). The result is an error...
by Herzas
April 3, 2019 - 11:50
Forum: WAPT Server
Subject: Problems with a full Windows remote repository
Answers: 3
Views : 9976

Re: Problem with the full Windows remote repository

I've made some progress in my research; is there an equivalent to "tis-waptrepo" for Windows? It allows you to create a repository on Debian, but I haven't found an equivalent for Windows.
by Herzas
April 2, 2019 - 12:13
Forum: WAPT Server
Subject: Problems with a full Windows remote repository
Answers: 3
Views : 9976

Problems with remote Windows storage

- WAPT version installed: 1.7
- Server OS: Windows Server 2008 R2
- Administration/package creation machine OS: Windows 7/10

Hello everyone, first of all, please excuse my lack of experience in this area; I lack expertise.
The problem is our company...