Downloads:
8,138
Downloads of v 11.1.4.4:
1,127
Last Update:
14 Dec 2023
Package Maintainer(s):
Software Author(s):
- Lansweeper
Tags:
lansweeper- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Lansweeper Server
- 1
- 2
- 3
11.1.4.4 | Updated: 14 Dec 2023
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
8,138
Downloads of v 11.1.4.4:
1,127
Maintainer(s):
Software Author(s):
- Lansweeper
Tags:
lansweeperLansweeper Server 11.1.4.4
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Lansweeper. The inclusion of Lansweeper trademark(s), if any, upon this webpage is solely to identify Lansweeper goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Lansweeper Server, run the following command from the command line or from PowerShell:
To upgrade Lansweeper Server, run the following command from the command line or from PowerShell:
To uninstall Lansweeper Server, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download lansweeper --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade lansweeper -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade lansweeper -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install lansweeper
win_chocolatey:
name: lansweeper
version: '11.1.4.4'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'lansweeper' do
action :install
source 'INTERNAL REPO URL'
version '11.1.4.4'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller lansweeper
{
Name = "lansweeper"
Version = "11.1.4.4"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'lansweeper':
ensure => '11.1.4.4',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 25 Sep 2024.
IT Asset Management Software That Finds & Manages All Assets Across Your Enterprise. Track Hardware, Software, and Users. Agentless Network Discovery.
Lansweeper allows you to scan networks ranging from just a few to hundreds of thousands of assets.
Features
- Get a complete and detailed inventory of your IT assets wherever they are located: on premises, cloud instances or mobile endpoints.
- Go beyond the massive amount of asset information Lansweeper retrieves by default and get a complete and up-to-date asset inventory.
- Choose from over 400 ready-made, out-of-the-box reports or build custom reports within minutes. Set up dashboards for a birds-eye view on your IT.
Package parameters
The following parameters can be used:
/parts
: to specify which components to install (e.g. /parts ="SCAN,DB,WEB")./dbserver
: SQLLocalDB or SQLServer (e.g. /dbserver="SQLServer")./dbinstance
: to choose the SQL Server instance to connect to (e.g. /dbinstance="localhost\sqlexpress")./dbuser
: to specify the database username that creates the database during installation./dbpassword
: to specify the database password of the user that creates the database during installation./dbuserconfig
: optional password for the lansweeperuser database user, useful when installing multiple scanning servers./allowdboverwrite
: forces the installer to overwrite an existing database found during a new Lansweeper installation./webserver
: IIS or IISExpress./httpport
: to specify the web console's HTTP port (e.g. httpport=81)./httpsport
: to specify the web console's HTTPS port (e.g. httpsport=82)./folder
: to specify the Lansweeper installation folder./credkeyfile
: to specify the encryption key file (Encryption.txt) to be used./noDCOMReset
: to prevent the Lansweeper installer from making DCOM changes on the Lansweeper server./ConfigurationFile
: to perform the installation by pointing to a config file that contains the necessary parameters.
Example: choco install lansweeper --params "/dbserver=sqlserver /dbinstance=localhost\sqlexpress /allowdboverwrite"
All parameters and values are case-insensitive, except the values provided for /dbuserconfig and /dbpassword.
If a specific parameter is not provided, a default value is assumed. For instance, if you don't specify which components to install, the assumption is made that you want to install all of them.
If the installation stops unexpectedly, its log file can be found by typing %temp% in the path of Windows Explorer. The log file is a .txt and will start with "Setup Log...".
The final installation log file can be also found in Program Files (x86)\Lansweeper\Install on your Lansweeper server once the installation has fully completed.
Notes
- If the installer detects an existing installation of Lansweeper, it will attempt to upgrade it.
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Lansweeper*'
fileType = 'exe'
silentArgs = '/verysilent'
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
} else {
}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
Log in or click on link to see number of positives.
- lansweeper.11.1.4.4.nupkg (bbdb97150b02) - ## / 64
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Lansweeper Server 11.1.4.4 | 1127 | Thursday, December 14, 2023 | Approved | |
Lansweeper Server 11.1.3.0 | 222 | Tuesday, November 21, 2023 | Approved | |
Lansweeper Server 10.6.2.0 | 493 | Thursday, August 17, 2023 | Approved | |
Lansweeper Server 10.4.0.2 | 286 | Monday, January 30, 2023 | Approved | |
Lansweeper Server 10.3.2.0 | 122 | Wednesday, December 7, 2022 | Approved | |
Lansweeper Server 10.3.1.0 | 70 | Tuesday, November 29, 2022 | Approved | |
Lansweeper Server 10.3.0.0 | 85 | Thursday, November 17, 2022 | Approved | |
Lansweeper Server 10.2.5.0 | 95 | Thursday, September 29, 2022 | Approved | |
Lansweeper Server 10.2.4.0 | 115 | Thursday, September 1, 2022 | Approved | |
Lansweeper Server 10.2.3.0 | 125 | Tuesday, August 9, 2022 | Approved | |
Lansweeper Server 10.2.2.0 | 104 | Wednesday, July 20, 2022 | Approved | |
Lansweeper Server 10.2.1.0 | 96 | Thursday, July 14, 2022 | Approved | |
Lansweeper Server 10.2.0.0 | 115 | Tuesday, June 28, 2022 | Approved | |
Lansweeper Server 10.1.1.0 | 345 | Thursday, June 2, 2022 | Approved | |
Lansweeper Server 10.1.0.0 | 102 | Tuesday, May 24, 2022 | Approved | |
Lansweeper Server 10.0.2.0 | 100 | Thursday, May 12, 2022 | Approved | |
Lansweeper Server 10.0.1.0 | 101 | Thursday, May 5, 2022 | Approved | |
Lansweeper Server 10.0.0.2 | 106 | Tuesday, April 26, 2022 | Approved | |
Lansweeper Server 9.5.10.1 | 75 | Thursday, April 21, 2022 | Approved | |
Lansweeper Server 9.5.0.4 | 102 | Thursday, April 14, 2022 | Approved | |
Lansweeper Server 9.4.0.8 | 127 | Thursday, March 31, 2022 | Approved | |
Lansweeper Server 9.3.10.7 | 309 | Thursday, March 10, 2022 | Approved | |
Lansweeper Server 9.2.10.1 | 101 | Friday, February 18, 2022 | Approved | |
Lansweeper Server 9.2.0.9 | 73 | Thursday, February 17, 2022 | Approved | |
Lansweeper Server 9.1.41.1 | 97 | Thursday, February 3, 2022 | Approved | |
Lansweeper Server 9.1.30.1 | 98 | Wednesday, January 12, 2022 | Approved | |
Lansweeper Server 9.1.20.2 | 106 | Tuesday, December 14, 2021 | Approved | |
Lansweeper Server 9.1.10.1 | 92 | Tuesday, December 7, 2021 | Approved | |
Lansweeper Server 9.0.30.1 | 144 | Monday, October 18, 2021 | Approved | |
Lansweeper Server 9.0.20.3 | 88 | Wednesday, October 13, 2021 | Approved | |
Lansweeper Server 9.0.10.2 | 89 | Thursday, September 30, 2021 | Approved | |
Lansweeper Server 9.0.0.17 | 84 | Thursday, September 9, 2021 | Approved | |
Lansweeper Server 8.4.110.3 | 102 | Tuesday, August 17, 2021 | Approved | |
Lansweeper Server 8.4.100.10 | 115 | Monday, August 2, 2021 | Approved | |
Lansweeper Server 8.4.100.9 | 92 | Tuesday, July 27, 2021 | Approved | |
Lansweeper Server 8.4.20.2 | 154 | Tuesday, June 22, 2021 | Approved | |
Lansweeper Server 8.4.10.8 | 156 | Friday, May 21, 2021 | Approved | |
Lansweeper Server 8.4.0.9 | 102 | Thursday, May 6, 2021 | Approved | |
Lansweeper Server 8.2.210.4 | 143 | Friday, March 19, 2021 | Approved | |
Lansweeper Server 8.2.200.15 | 115 | Tuesday, March 16, 2021 | Approved | |
Lansweeper Server 8.2.130.4 | 120 | Monday, March 8, 2021 | Approved | |
Lansweeper Server 8.2.120.1 | 133 | Monday, February 22, 2021 | Approved | |
Lansweeper Server 8.2.110.1 | 110 | Tuesday, February 2, 2021 | Approved | |
Lansweeper Server 8.2.100.11 | 100 | Thursday, January 28, 2021 | Approved | |
Lansweeper Server 8.1.120.4 | 165 | Thursday, January 7, 2021 | Approved | |
Lansweeper Server 8.1.120.3 | 160 | Monday, November 30, 2020 | Approved | |
Lansweeper Server 8.1.110.1 | 113 | Thursday, November 12, 2020 | Approved | |
Lansweeper Server 8.1.100.8 | 122 | Wednesday, November 4, 2020 | Approved | |
Lansweeper Server 8.0.130.39 | 106 | Monday, November 2, 2020 | Approved | |
Lansweeper Server 8.0.130.38 | 117 | Monday, September 28, 2020 | Approved | |
Lansweeper Server 8.0.130.35 | 149 | Monday, August 17, 2020 | Approved |
2020 Lansweeper
-
- chocolatey-core.extension (≥ 1.3.5.1)
Ground Rules:
- This discussion is only about Lansweeper Server and the Lansweeper Server package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Lansweeper Server, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.