zoukankan      html  css  js  c++  java
  • netsh command usage

    Microsoft Windows [Version 6.1.7000]
    (C) Copyright 2009 Microsoft Corp. 
    C:Windows>netsh wlan set profileparameter ?

    Usage: set profileparameter [name=] [[interface=]] 
          [SSIDname=] [ConnectionType=ESS|IBSS] [autoSwitch=yes|no]
          [ConnectionMode=auto|manual] [nonBroadcast=yes|no] 
          [authentication=open|shared|WPA|WPA2|WPAPSK|WPA2PSK] 
          [encryption=none|WEP|TKIP|AES] [keyType=networkKey|passphrase] 
          [keyIndex=1-4] [keyMaterial=] [PMKCacheMode=yes|no] 
          [PMKCacheSize=1-255] [PMKCacheTTL=300-86400] [preAuthMode=yes|no] 
          [preAuthThrottle=1-16 [FIPS=yes|no] 
          [useOneX=yes|no] [authMode=machineOrUser|machineOnly|userOnly|guest] 
          [ssoMode=preLogon|postLogon|none] [maxDelay=1-120] 
          [allowDialog=yes|no] [userVLAN=yes|no] 
          [heldPeriod=1-3600] [AuthPeriod=1-3600] [StartPeriod=1-3600] 
          [maxStart=1-100] [maxAuthFailures=1-100] [cacheUserData = yes|no] 

    Parameters:

       Tag              Value
       name           - Name of the profile to be modified.
       interface      - Name of the interface on which the profile is set.
       SSIDname       - SSID of the wireless LAN, maximum length is 32. 
       ConnectionType - Specify the network is infrastructure (ESS) or ad-hoc (IBSS). 
       ConnectionMode - Connecting to network automatic or manually. 
                        Must be manual if connection type is IBSS. 
       autoSwitch     - The roaming behavior of an auto-connected network 
                        when a more preferred network is in range. 
       nonBroadcast   - Whether to connect to a hidden network. 
       authentication - The authentication type to be used. 
       encryption     - The encryption method to be used. 
       keyType        - Whether the shared key is a network key or a passphrase. 
       keyIndex       - The key index should be used to encrypt wireless traffic. 
       keyMaterial    - The network key or pasphrase. 
       PMKCacheMode   - Whether PMK caching will be used. Only valid for WPA2 networks. 
       PMKCacheSize   - The number of entries in the PMK cache on the client. 
       PMKCacheTTL    - The length of time in seconds, that a PMK cache will be kept. 
       preAuthMode    - Whether preauthentication will be used. Only valid for WPA2 networks. 
       preAuthThrottle - The number of reauthentication attempts to try on neighboring APs. 
       FIPS           - Enable or Disable FIPS mode. 
       useOneX         - Whether 802.1X authentication is used. 
       authMode       - Type of credentials to be used for authentication.
       ssoMode        - Type of single sign on to be attempted if any.
       maxDelay       - Timeout value to establish single sign on connection.
       allowDialog    - Allow or Disallow a dialog to be shown for preLogon.
       userVLAN       - Specify if the network switches to a different VLAN on user authentication.
       heldPeriod     - The interval time between two attempt authentications, in seconds. 
       AuthPeriod     - The maximum time, in seconds, a client waits for a response from the authenticator. 
       StartPeriod    - The length of time, in seconds, to wait before an EAPOL-Start
       maxStart       - The maximum number of EAPOL-Start messages sent. 
       maxAuthFailures - The maximum number of authentication failures allowed 
                        for a set of credentials. 
       cacheUserData -  Whether the user credentials are cached for subsequent use. 

    Remarks:

       Modifies the specified profile. If the interface is specified then
       only profile on that interface are modified.

       The name parameter is required. At least one other parameter besides profile name 
       and interface must also be specified.

    Examples:

       set profileparameter name=Profile1 authMode=userOnly ssoMode=preLogon
       set profileparameter name=Profile2 ssoMode=none fips=yes

  • 相关阅读:
    .NET体系结构
    命名空间和程序集
    网站不加www和.com 也能访问的设置
    如何从本机直接复制粘贴文件到服务器
    无法访问已释放的对象。 对象名:“System.ServiceModel.Channels.HttpChannelFactory+HttpRequestChannel”。
    silverlight 数据库更新,UI控件同步更新
    Apache Solr使用自定义QParser后同义词扩展及Token去重的感悟
    Apache Nutch 1.3 学习笔记十(插件机制分析)
    Apache Nutch 1.3 学习笔记十(Ntuch 插件机制简单介绍)
    Apache Nutch 1.3 学习笔记八(LinkDb)
  • 原文地址:https://www.cnblogs.com/nullbaby/p/7483498.html
Copyright © 2011-2022 走看看