From: Polin Wei
日前安裝好windows 2012 R2後,想將原本的網路類別項目異動調整。
結果,發現2012 R2居然無法像2008那樣透過電腦設定=>網路=>連線的圖形介面來修改網路類別
2012 R2 只能靠Power Shell,來作修改
Step 01: 首先,先開啟PS,在畫面中輸入Get-NetConnectionProfile指令後按Enter
然後會出現如下列的資訊
PS C:\Users\Administrator> Get-NetConnectionProfile
Name : Network
InterfaceAlias : Ethernet
InterfaceIndex : 12
NetworkCategory : Public
IPv4Connectivity : Internet
IPv6Connectivity : LocalNetwork
Step 02:
請注意,上面資訊的InterfaceIndex所呈現的數字不盡相同,所以請參照自行所查閱的結果。
接者要針對Networkcategory進行修正,將Public修正為Private
在畫面中輸入
Set-NetConnectionProfile -InterfaceIndex 12 -NetworkCategory Private
再次提醒,InterfaceIndex所呈現的數字,請依照所查詢的結果輸入。
輸入完相關指令後,Enter
在輸入Get-NetConnectionProfile指令查詢,所的得到些果如下所示。
PS C:\Users\Administrator> Set-NetConnectionProfile -InterfaceIndex 12 -NetworkCategory Private
PS C:\Users\Administrator> Get-NetConnectionProfile
Name : Network
InterfaceAlias : Ethernet
InterfaceIndex : 12
NetworkCategory : Private
IPv4Connectivity : Internet
IPv6Connectivity : LocalNetwork
參考: http://chenweichi.blogspot.tw/2014/03/windows-server-2012-r2.html
廣告聯播
2015年5月8日 星期五
訂閱:
張貼留言 (Atom)
-
From: Polin Wei 現在的即時通訊 MSN 、Skype ... 等工具,都具備有檔案傳輸的功能,小檔案或許沒問題,但若要傳個 10M 以上的檔,那連用 E-Mail 寄送可能都會無法達成。 可以嚐試在自己電腦中架設 FTP Server ( FTP 伺服器)...
-
From: Polin Wei 可以由 http://www.ocsinventory-ng.org/en/download/ 下載 OCS Inventory NG Server ,若是 CentOS 的 VM , 基本系統管理可以查看 Linux: CentO...
-
From: Polin Wei Hyperion Interactive Reporting 是 Oracle BI (Business Intelligence Suite Enterprise Edition Plus)系統中的模組之一,它可以輕鬆的幫你製作 Repo...
沒有留言:
張貼留言