cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Esben_D
Lansweeper Employee
Lansweeper Employee
The report below gives back a list of Citrix pool patch data.

The report will only list assets when the following criteria are met:
  • You have Lansweeper 7.0 or higher.
  • There is Citrix pool data scanned.
  • The assets must be active.

Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblCitrixPool.LivePatching,
tblCitrixPool.PolicyNoVendorDevice,
tblCitrixPool.RedoLog,
tblCitrixPool.HighAvailability,
tblCitrixPool.HighAvailabilityAllowOvercommit,
tblCitrixPool.HighAvailabilityOvercommitted,
tblCitrixPool.WorkloadBalancing,
tblCitrixPool.WorkloadBalancingVerifyCert,
tblCitrixPoolPatch.Name,
tblCitrixPoolPatch.Size,
tblCitrixPoolPatch.Version,
tblCitrixPoolPatch.AfterApplyGuidance,
tblCitrixPoolPatch.Applied,
tblCitrixPoolPatch.Description,
tblAssets.Firstseen,
tblAssets.Lastseen
From tblCitrixPool
Inner Join tblAssets On tblAssets.AssetID = tblCitrixPool.AssetID
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tblState On tblState.State = tblAssetCustom.State
Inner Join tblCitrixPoolPatch On tblCitrixPoolPatch.PoolId =
tblCitrixPool.PoolId
Where tblState.Statename = 'Active'
Order By tblAssets.AssetName
0 REPLIES 0

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now