These notes are very basic but will be fleshed out over time.
Requirements
- WinPCap - You must have WinPCap installed on the client systems.
Task Sequence / Advertisement
(untested as yet)
- Create a Package Containing the EXE
- Create a Program for the package and set to non interactive run as administrator whether or not the user is logged in.
- Advertise the Program
Manually
- Right click the program and Run As Administrator
or
- Open a command prompt as Administrator and then run the program from there passing arguments as required.
Commandline Arguments
- -h = Help
- -i x = where x is the number of the interface as assigned by winpcap, restricts the listening for packets to just that interface.
- -d = debug, open a console and log info to it.
- -w = DryRun, best used alongside -d, Will prevent the program from making changes to WMI.