cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
CyberCitizen
Honored Sweeper
As the title says, show us what custom actions / asset pages you have setup as some may be useful for others.

Below is a list of what I have setup.

Browsing History
Description: BrowsingHistoryView is a utility that reads the history data of 4 different Web browsers (Internet Explorer, Mozilla Firefox, Google Chrome, and Safari)
Application: https://www.nirsoft.net/utils/browsing_history_view.html
Command Line: {actionpath}BrowsingHistoryView.exe /HistorySource 7 /ComputerName {smartname} /VisitTimeFilterType 1 /StopIECacheTask 1

PSEXEC
Description: PsExec is a light-weight telnet-replacement that lets you execute processes on other systems, complete with full interactivity for console applications, without having to manually install client software. PsExec's most powerful uses include launching interactive command-prompts on remote systems and remote-enabling tools like IpConfig that otherwise do not have the ability to show information about remote systems.
Application: https://docs.microsoft.com/en-us/sysinternals/downloads/psexec
Command Line: {actionpath}psexec \\{computer} cmd


IntelliAdmin Remote Control
Description: Take control of computers across your network, or across the world. Remote Control allows you to control a PC as if you were there. Remote Desktop Shadowing. Now this is a priceless feature. Not only can you view and control a users screen at the console, but if someone connects via remote desktop you can jump into the session. If you have a 2012 server, this can really help. For some reason, MS decided to remove the shadow feature. With our remote control – you don’t need their shadow utility anymore. Automatic Install, The client can automatically install the server over your local area network.
Application: http://www.intelliadmin.com/index.php/remote-control/
Command Line: "C:\Program Files (x86)\IntelliAdmin5\Client5\IntelliAdmin.exe" HostName={smartname} WatchMode=FALSE


BlueScreenView
Description: BlueScreenView scans all your minidump files created during 'blue screen of death' crashes, and displays the information about all crashes in one table.
Application: https://www.nirsoft.net/utils/blue_screen_view.html
Command Line: {actionpath}BlueScreenView.exe /MiniDumpFolder \\{smartname}\c$\Windows\MiniDump


SpaceSniffer
Description: SpaceSniffer is a freeWare (donations are welcome) and portable tool application that lets you understand how folders and files are structured on your disks.
Application: http://www.uderzo.it/main_products/space_sniffer/
Command Line: {actionpath}spacesniffer.exe scan \\{smartname}\c$


TeamViewer Powershell Script
Description: Launches Teamviewer Remote Connection to current selected asset.
Application: https://www.lansweeper.com/forum/yaf_postsm56594_TeamViewer-Custom-Action.aspx#post56594
Command Line: powershell -noprofile -executionpolicy bypass -command {actionpath}tv.ps1 {computer}


GPing
Description: Graphical Ping displays a color coded realtime graph of continuous pings to a specified host.
Application: http://gping.com/
Command Line: {actionpath}GPING.EXE {smartname}


Copy IP
Description: Copies the IP Address Displayed On The Lansweeper Asset Page
Command Line: cmd.exe /K "set vIP={ipaddress} & echo %vIP%| clip & exit"


Copy FQDN
Description: Copies the Fully Qualified Domain Name Displayed On The Lansweeper Asset Page
Command Line: cmd.exe /K "set vFQDN={smartname} & echo %vFQDN%| clip & exit"


Copy FQDN / IP
Description: Copies the Fully Qualified Domain Name & IP Address Displayed On The Lansweeper Asset Page
Command Line: cmd.exe /K "set vFQDNandIP=FQDN: {smartname} - IP Address: {ipaddress} & echo %vFQDNandIP%| clip & exit"
0 REPLIES 0