Usage: %1!s! filename= interface= Parameters: filename - name of the profile XML file interface - interface name Remarks: ...

Usage:  %1!s! [filename=]  [interface=] 

Parameters:

   filename  - name of the profile XML file
   interface - interface name

Remarks:

   Parameter filename is required. 
   It is the name of the XML file containing the profile data. 

   Parameter interface is optional. It is one of the interface name shown 
   by "netsh lan show interface" command. If interface name is given, 
   the profile will be added to the specified interface, otherwise the 
   profile will be added on all wired interfaces. 

Examples:

   %1!s! filename="Profile1.xml" interface="Local Area Connection"