
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2023 03:22 PM
Hi
I am trying to use deployment packages for the first time. I already tweaked our client windows firewall settings via GPO in a test OU as port 135 and agentless was blocked, all that is now working.
The server can connect to the pc using the scanning credentials, including accessing the admin c$ share, however the last test fails for the task scheduler, plus I get the error below when I try and deploy:
using testconnection.exe:
Result: Deployment ended: Incorrect function. Stop(Failure). Credential: (TEST\lansweeper). ShareCredential: (lsdeploy).
Command: "\\testserver\testshare\windowsclient\Setup.exe" -silent INSTALLLEVEL=100
the credentials are all ok, and work to access the share. lsdeploy is a normal domain user per the recommendations of using deploy as password is a reversible hash. lansweeper user itself which is scanning credential has admin rights.
Solved! Go to Solution.
- Labels:
-
General Discussion

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2023 05:01 PM
I figured it out. remote registry was disabled in GPO, even though the script had tried to enable it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2023 05:01 PM
I figured it out. remote registry was disabled in GPO, even though the script had tried to enable it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2023 05:12 PM
Hello there!
Glad to hear that! Happy deploying!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2023 04:54 PM
error now is Result: Deployment ended: Unknown error (0xffffffff). Stop(Failure). Credential: (TEST\lansweeper). ShareCredential: (lsdeploy).
Command: "\\testserver\testshare\windowsclient\Setup.exe" -silent INSTALLLEVEL=100
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2023 04:56 PM
Hello there!
If you require further assistance, you can reach out to support: https://www.lansweeper.com/contact-support/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2023 03:55 PM
Hello there!
- The deployment requirements can be found here: https://www.lansweeper.com/knowledgebase/deployment-requirements/
- You can try running the script below on the computer you're trying to deploy on to try to meet the requirements. Run the script via a CMD that you run as administrator: https://www.lansweeper.com/files/lansweeper.vbs

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2023 04:41 PM
Hi, i did read that and ran the vbs script as an admin on the win10 client.
will take another look to see if there's anything else required.
the win10 firewall is also entirely disabled on the client temporarily.
