
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2020 02:05 PM
Hi, I would like to know if anyone uses anydesk software to connect on remote pc. Thanks
Labels:
- Labels:
-
General Discussion
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2020 12:28 AM
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.
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2020 02:59 PM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2020 03:34 PM
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.
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2020 09:54 PM
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?
