代码之家  ›  专栏  ›  技术社区  ›  Qex

将网络接口移到“域网络”

  •  -1
  • Qex  · 技术社区  · 7 年前

    是否可以将所有网络接口移动到Windows Server 2008R2上的“域网络”?

    1 回复  |  直到 7 年前
        1
  •  0
  •   TobyU    7 年前

    您可以尝试以下操作:

    1. 获取要更改的网络接口的索引号:

      Get-NetConnectionProfile
      
    2. 把它改成 DomainAuthenticated

      Set-NetConnectionProfile -InterfaceIndex <InterfaceIndex number> -NetworkCategory DomainAuthenticated