The search returned 5 results

by hasbeen
June 13, 2018 - 3:24 PM
Forum: WAPT Packages
Subject: User privileges retained in Package
Answers: 3
Views : 3444

Re: User privileges retained in Package

Thanks for the reply.
That's exactly what's been done: the .ps1 script is integrated, as an executable, into the wapt package.
Perhaps I could integrate the .ps1 file directly into the package (I'll try), but the initial question concerns its executable, which works all the time except when it's in...
by hasbeen
June 11, 2018 - 6:55 PM
Forum: WAPT Packages
Subject: User privileges retained in Package
Answers: 3
Views : 3444

User privileges stored in Package

Hello,
A PowerShell file "scripttest.ps1" creates two different files for writing text:
- one with a path on the machine's local hard drive (C:\test\coucou.txt),
- the other with a path to a server share (\\server-ip\share\salut.txt).
1 ...
by hasbeen
May 27, 2018 - 8:10 PM
Forum: WAPT Server
Subject: [SOLVED] wapt-get.exe automatic login for add_host
Answers: 3
Views : 5144

Re: wapt-get.exe login for add_host automatic

Okay. Thank you for your reply.
by hasbeen
May 17, 2018 - 09:47
Forum: WAPT Server
Subject: [SOLVED] wapt-get.exe automatic login for add_host
Answers: 3
Views : 5144

wapt-get.exe login for add_host automatic

Hello,
25 views so far and no response: is my question inappropriate, has no one else encountered this issue, or is there simply no solution?
Thank you for any clarification.
by hasbeen
May 9, 2018 - 11:10
Forum: WAPT Server
Subject: [SOLVED] wapt-get.exe automatic login for add_host
Answers: 3
Views : 5144

[SOLVED] wapt-get.exe login for add_host automatic

Hello,
I just installed WAPT server 1.5.1.23 on Debian Stretch, then selected option 3 in Post-configuration, "strong authentication without Kerberos".

To install the Console under Windows 10, I ran `wapt-get "Please get login for add_host:" admin / Password: OK`.

Once the signing certificate is generated...