
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2018 08:42 PM - last edited on ‎04-01-2024 04:44 PM by Mercedes_O
Sometimes when working on a device I want to copy the device name or IP address and paste it into an email or message to someone. Currently I highlight the information on the asset page. Is there a basic task I can use or make to copy the device name or IP to the clipboard?
- Labels:
-
API & Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2018 06:31 PM
cmd.exe /K "set Info={smartname} {ipaddress} & echo %Info% | clip & exit"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2018 10:45 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2018 08:16 PM
cmd.exe /K "echo {smartname}| clip & exit"
cmd.exe /K "echo {ipaddress}| clip & exit"
