
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2013 06:04 PM
The requested page will load on a new tab but the following error appears on the lansweeper page.
Action:
https://www.google.com/#q={smartname}
Result:

Thoughts?
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2013 06:13 PM
We do not support making custom database changes, as these are very likely to cause issues or even break your Lansweeper installation.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2013 06:08 PM
As an alternative it appears that the MAC data is recorded somewhere for these assets since it appears on the devices Config-Network page. Would it be possible to copy this data from one table to the other to fully populate the needed info for this to work?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2013 04:44 PM
{actionpath}linktest.vbs "https://www.google.com/#q={mac}"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2013 08:48 PM
{actionpath}linktest.vbs https://www.google.com/#q={mac}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2013 07:17 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2013 07:13 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2013 07:10 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2013 06:37 PM
Now if only I could pass {mac} into the URL I could give my technicians quick access to our Cisco WCS and they could link directly to an assets entry to get quick access to all sorts of fun info about our laptops on the wireless network.
Maybe? Please? 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2013 06:03 PM
- Create a VBS script called linktest.vbs that contains the following:
Set objShell = CreateObject("Shell.Application")
objShell.ShellExecute WScript.Arguments(0), "", "", "", 1
- Add the script to Program Files (x86)\Lansweeper\Actions on your Lansweeper server.
- Configure the custom action below in the Lansweeper web console under Configuration\Website Management\Asset Pages.
{actionpath}linktest.vbs "https://www.google.com/#q={smartname}"
