I will try here to list any good and useful device action
- RDP "mstsc.exe /v:KACE_HOST_IP"
- Computer Management "explorer.exe C:\Windows\System32\compmgmt.msc"
- Computer Management on a remote machine "cmd.exe /c compmgmt.msc /Computer:KACE_HOST_NAM
Update 09/03/2019 and many thanks to Honkytonk
- Open Target's C:\ - explorer.exe \\KACE_HOST_NAME\C$
- Open BSOD minidump directory - explorer.exe \\KACE_HOST_NAME\c$\Windows\Minidump
- Open Target's Event Logs - mmc.exe eventvwr.msc /computer:KACE_HOST_NAME
- Open Remote Powershell Window - powershell.exe -noexit -command "& {& $cred=get-credential | enter-pssession -computername KACE_HOST_NAME -credential $cred -noexit}"
- Open Teamviewer to Remote Machine - "C:\Program Files (x86)\TeamViewer\TeamViewer.exe" -i KACE_CUSTOM_INVENTORY_CIR_TEAMVIEWERID | Note: this is dependent on picking up a Custom Inventory Item of TEAMVIEWERID
I'm trying to list as much as possible, so please leave them in the comments to add them.
Open Target's C:\ - explorer.exe \\KACE_HOST_NAME\C$
Open BSOD minidump directory - explorer.exe \\KACE_HOST_NAME\c$\Windows\Minidump
Open Target's Event Logs - mmc.exe eventvwr.msc /computer:KACE_HOST_NAME
Open Remote Powershell Window - powershell.exe -noexit -command "& {& $cred=get-credential | enter-pssession -computername KACE_HOST_NAME -credential $cred -noexit}"
Open Teamviewer to Remote Machine - "C:\Program Files (x86)\TeamViewer\TeamViewer.exe" -i KACE_CUSTOM_INVENTORY_CIR_TEAMVIEWERID
The last is dependent on picking up a Custom Inventory Item of TEAMVIEWERID, nice and easy Custom Inventory thing to do. - Honkytonk 5 years ago