Microsoft Windows [Version 6.1.7000] (C) Copyright 2009 Microsoft Corp. C:\Windows>netsh wcn enroll ?
Usage:
enroll [ enrolleeUUID = ][ password = ][ profile = ][[ interface = ]][[ type = ] (auto | ethernet | 802dot11) ]
Parameters:
Tag Value
enrolleeUUID - WPS UUID of the device to enroll.
password - WPS password of the device.
profile - Network Profile
interface - Network interface friendly name. Optional parameter.
type - Transport to use. Optional parameter.
Remarks:
Initiates the WPS enrollment process with the device specified by
the enrollee UUID. The network settings given by the network profile
will be applied to the device. The network profile will be taken from
the specified interface. If no interface is specified, one will be
selected automatically.
The device password is usually a 4-digit or 8-digit numeric PIN.
Check the device's documentation for information on how to determine
the UUID and PIN.
If a transport type is not specified, or if "auto" is specified, the
best available transport will be selected automatically.
Example:
enroll enrolleeUUID="01234567-89AB-CDEF-0123-4567890ABCDE"
password="12345670" profile="MySSID_Network"