‎03-20-2019 04:36 PM - last edited on ‎07-04-2023 04:49 PM by ErikT
This deployment package will install/update PuTTY. Please ensure you've done the following before running this package:
Additional information and help about deployment can be found here: https://www.lansweeper.com/kb-category/deploying-software-and-other-changes/
To deploy this package on all assets which have a PuTTY version lower than 0.71, you can use the following report as a deployment target:
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tsysAssetTypes.AssetTypename As AssetType,
tblAssets.Username,
tblAssets.Userdomain,
tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.IPAddress,
tsysIPLocations.IPLocation,
tblAssetCustom.Manufacturer,
tblAssetCustom.Model,
tsysOS.OSname As OS,
tblAssets.SP,
tblAssets.Lastseen,
tblAssets.Lasttried,
tblSoftwareUni.softwareName As Software,
tblSoftware.softwareVersion As Version,
tblSoftwareUni.SoftwarePublisher As Publisher,
tblSoftware.Lastchanged
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tsysIPLocations On tsysIPLocations.LocationID =
tblAssets.LocationID
Inner Join tblState On tblState.State = tblAssetCustom.State
Inner Join tblSoftware On tblAssets.AssetID = tblSoftware.AssetID
Inner Join tblSoftwareUni On tblSoftwareUni.SoftID = tblSoftware.softID
Left Join tsysOS On tsysOS.OScode = tblAssets.OScode
Where tblSoftwareUni.softwareName Like '%putty%' And
tblSoftware.softwareVersion < '0.71.0.0' And tblState.Statename = 'Active'
Order By tblAssets.Domain,
tblAssets.AssetName
‎03-25-2019 04:45 PM
‎03-25-2019 09:40 AM
‎03-20-2019 07:59 PM
‎03-20-2019 05:16 PM
‎03-20-2019 06:21 PM
KevinA-REJIS wrote:
I did a test run on a couple PCs but ran into some issues. One PC is stuck at "Performing preliminary checks." On the other, it appears to be the same but after 5 minutes a separate Putty deployment task showed up with the error "Deployment canceled. Package is already being executed by an earlier deployment on this asset."
I verified the 32/64-bit installers are in the PackageShare\Installers directory, is there something else I'm missing?
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now