
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2010 06:07 PM - last edited on ‎04-01-2024 04:48 PM by Mercedes_O
Very simple. Kinda useful.
cmd.exe /k {actionpath}psexec.exe \\{computer} ipconfig /all
Please note psexec.exe must be in the actions folder.
JW
Labels:
- Labels:
-
API & Integrations
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 06:28 PM
powershell.exe -NoExit "invoke-command -computername {smartname} {ipconfig /all}"
No need for psexec.
No need for psexec.
