Powershell Introduction and Download Powershell is a command line and scripting environment. It comes by default by the latest Windows versions such as Windows 2008 and Windows 7. For other versions it can be downloaded from: http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx You can invoke our script by powershell Set-ExecutionPolicy Unrestricted powershell .\myri_bugreport_v0.9.ps1 or with an argument powershell .\myri_bugreport_v0.9.ps1 DisplayMTU The location of this script should be the bin directory of you Myri-10G related installation. Special arguments: "DisplayMTU" : Displays the MTU settings on your host "kerneldump" : Checks your kernel dump configuration "DisplayFirewall" : Will show the Firewall status on your system "DisableFirewall" : Will disable the Firewall on your system "EventLog" : Will provide recent log to the Event log Sending the report: Run the powershell and redirect to a file with txt extension, e.g.: powershell .\myri_bugreport_v0.9.ps1 DisplayMTU > my_interface_settings.txt Now send in the my_interface_settings.txt as an attachment. For additional support, contact help@myri.com