cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Simona
Engaged Sweeper II
Hi, I would like to know if anyone uses anydesk software to connect on remote pc. Thanks
4 REPLIES 4
CyberCitizen
Honored Sweeper
Are you wanting a Quick Link to the remote desktop / AnyDesk client?

Similar to the Remote Desktop on the asset pages.

If you can run AnyDesk via command line you should be able to create it as a command, but I suspect from what I did see, it is like TeamViewer where you need the TeamViewer id, eg can't just pass the computer name.
DontByteMe
Engaged Sweeper III
Simona wrote:
Hi, I would like to know if anyone uses anydesk software to connect on remote pc. Thanks


Not sure if you are asking a general question or if you want a code to find out in your company whom uses it. Its an easy code. Just use a generic one and look up the program.

Select Top 1000000 tblAssets.AssetID,
tblADusers.Lastname,
tblADusers.Firstname,
tblAssets.AssetUnique,
tblSoftwareUni.softwareName As Software,
tblSoftware.softwareVersion As Version,
tsysOS.Image As icon,
tsysOS.OSname,
tblSoftwareUni.SoftID,
tblAssets.IPAddress
From tblSoftware
Inner Join tblAssets On tblSoftware.AssetID = tblAssets.AssetID
Inner Join tblSoftwareUni On tblSoftware.softID = tblSoftwareUni.SoftID
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysOS On tblAssets.OScode = tsysOS.OScode
Inner Join tblADusers On tblADusers.Username = tblAssets.Username
Where tblSoftwareUni.softwareName Like 'anydesk' And
tblAssetCustom.State = 1
Order By [Service Pack],
tblAssets.AssetName,
Version
Simona
Engaged Sweeper II
Thanks a lot for the answer.
I would like to know if on the asset page under remote desktop it is possible to configure anydesk.exe.




DontByteMe wrote:
Simona wrote:
Hi, I would like to know if anyone uses anydesk software to connect on remote pc. Thanks


Not sure if you are asking a general question or if you want a code to find out in your company whom uses it. Its an easy code. Just use a generic one and look up the program.

Select Top 1000000 tblAssets.AssetID,
tblADusers.Lastname,
tblADusers.Firstname,
tblAssets.AssetUnique,
tblSoftwareUni.softwareName As Software,
tblSoftware.softwareVersion As Version,
tsysOS.Image As icon,
tsysOS.OSname,
tblSoftwareUni.SoftID,
tblAssets.IPAddress
From tblSoftware
Inner Join tblAssets On tblSoftware.AssetID = tblAssets.AssetID
Inner Join tblSoftwareUni On tblSoftware.softID = tblSoftwareUni.SoftID
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysOS On tblAssets.OScode = tsysOS.OScode
Inner Join tblADusers On tblADusers.Username = tblAssets.Username
Where tblSoftwareUni.softwareName Like 'anydesk' And
tblAssetCustom.State = 1
Order By [Service Pack],
tblAssets.AssetName,
Version


DontByteMe
Engaged Sweeper III
Simona wrote:
Thanks a lot for the answer.
I would like to know if on the asset page under remote desktop it is possible to configure anydesk.exe.




DontByteMe wrote:
Simona wrote:
Hi, I would like to know if anyone uses anydesk software to connect on remote pc. Thanks


Not sure if you are asking a general question or if you want a code to find out in your company whom uses it. Its an easy code. Just use a generic one and look up the program.

Select Top 1000000 tblAssets.AssetID,
tblADusers.Lastname,
tblADusers.Firstname,
tblAssets.AssetUnique,
tblSoftwareUni.softwareName As Software,
tblSoftware.softwareVersion As Version,
tsysOS.Image As icon,
tsysOS.OSname,
tblSoftwareUni.SoftID,
tblAssets.IPAddress
From tblSoftware
Inner Join tblAssets On tblSoftware.AssetID = tblAssets.AssetID
Inner Join tblSoftwareUni On tblSoftware.softID = tblSoftwareUni.SoftID
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysOS On tblAssets.OScode = tsysOS.OScode
Inner Join tblADusers On tblADusers.Username = tblAssets.Username
Where tblSoftwareUni.softwareName Like 'anydesk' And
tblAssetCustom.State = 1
Order By [Service Pack],
tblAssets.AssetName,
Version




Just the heads up not everyone has the same configurations. Do you have an image of where you are looking? Also are you attempting to say for example find the machines that have it and edit the anydesk to configure their username/password? What exactly are you trying to configure on their .exe file?