主頁 > 知識(shí)庫 > PowerShell查看Windows功能選項(xiàng)的方法

PowerShell查看Windows功能選項(xiàng)的方法

熱門標(biāo)簽:金融電銷公司怎么辦理外呼系統(tǒng) 電話智能外呼系統(tǒng)誠信合作 湖州電銷防封卡 使用電話機(jī)器人電銷是否違法 真人和電話機(jī)器人對(duì)話 什么渠道可以找外呼系統(tǒng)客戶 安徽400電話辦理 雷霆電話機(jī)器人電話 信陽話務(wù)外呼系統(tǒng)怎么收費(fèi)

在Windows Server 2012中使用PowerShell添加和刪除Windows角色和功能非常方便,但是在windows 8.1上啟用和禁用Windows選項(xiàng)卻略顯雞肋。

比如Get-WindowsOptionalFeature獲取當(dāng)前所有的Windows功能選項(xiàng):

復(fù)制代碼 代碼如下:

PS> Get-WindowsOptionalFeature -Online | select * -First 1


FeatureName      : Microsoft-Hyper-V-All
State            : Enabled
Path             :
Online           : True
WinPath          :
SysDrivePath     :
RestartNeeded    : False
LogPath          : I:\Windows\Logs\DISM\dism.log
ScratchDirectory :
LogLevel         : WarningsInfo


Microsoft-Hyper-V-All到底是什么?是不是下圖中的Windows功能對(duì)話框中的Hyper-V,還是Hyper-V管理平臺(tái)。如果能有一個(gè)英文的FeatureName和下圖中本地化名稱對(duì)應(yīng)就好了。

PowerShell獲取Windows功能選項(xiàng)

幸好WMI中的Win32_OptionalFeature可以做到這一點(diǎn):

復(fù)制代碼 代碼如下:

Get-WmiObject -Class Win32_OptionalFeature |
 Select Name,Caption |
ConvertTo-Html

輸出結(jié)果為:

Name Caption
Microsoft-Hyper-V-All Hyper-V
Microsoft-Hyper-V-Tools-All Hyper-V 管理工具
Microsoft-Hyper-V Hyper-V 平臺(tái)
Microsoft-Hyper-V-Management-Clients Hyper-V GUI 管理工具
Microsoft-Hyper-V-Management-PowerShell Windows PowerShell 的 Hyper-V 模塊
Printing-Foundation-Features 打印和文件服務(wù)
Printing-Foundation-LPRPortMonitor LPR 端口監(jiān)視器
Printing-Foundation-LPDPrintService LPD 打印服務(wù)
Printing-Foundation-InternetPrinting-Client Internet 打印客戶端
FaxServicesClientPackage Windows 傳真和掃描
ScanManagementConsole 掃描管理
LegacyComponents 舊版組件
DirectPlay DirectPlay
SimpleTCP 簡(jiǎn)單 TCPIP 服務(wù)(即 echo、daytime 等)
SNMP 簡(jiǎn)單網(wǎng)絡(luò)管理協(xié)議(SNMP)
WMISnmpProvider WMI SNMP 提供程序
Windows-Defender-Default-Definitions
Windows-Identity-Foundation Windows Identity Foundation 3.5
MicrosoftWindowsPowerShellV2Root Windows PowerShell 2.0
MicrosoftWindowsPowerShellV2 Windows PowerShell 2.0 Engine
DirectoryServices-ADAM-Client Active Directory 輕型目錄服務(wù)
Internet-Explorer-Optional-amd64 Internet Explorer 11
NetFx3 .NET Framework 3.5 (包括 .NET 2.0 和 3.0)
IIS-WebServerRole Internet Information Services
IIS-WebServer 萬維網(wǎng)服務(wù)
IIS-CommonHttpFeatures 常見 HTTP 功能
IIS-HttpErrors HTTP 錯(cuò)誤
IIS-HttpRedirect HTTP 重定向
IIS-ApplicationDevelopment 應(yīng)用程序開發(fā)功能
IIS-NetFxExtensibility .NET Extensibility 3.5
IIS-NetFxExtensibility45 .NET Extensibility 4.5
IIS-HealthAndDiagnostics 運(yùn)行狀況和診斷
IIS-HttpLogging HTTP 日志
IIS-LoggingLibraries 日志工具
IIS-RequestMonitor 請(qǐng)求監(jiān)視器
IIS-HttpTracing 跟蹤
IIS-Security 安全性
IIS-URLAuthorization URL 授權(quán)
IIS-RequestFiltering 請(qǐng)求篩選
IIS-IPSecurity IP 安全
IIS-Performance 性能功能
IIS-HttpCompressionDynamic 動(dòng)態(tài)內(nèi)容壓縮
IIS-WebServerManagementTools Web 管理工具
IIS-ManagementScriptingTools IIS 管理腳本和工具
IIS-IIS6ManagementCompatibility IIS 6 管理兼容性
IIS-Metabase IIS 元數(shù)據(jù)庫和 IIS 6 配置兼容性
WAS-WindowsActivationService Windows Process Activation Service
WAS-ProcessModel 進(jìn)程模型
WAS-NetFxEnvironment .NET 環(huán)境
WAS-ConfigurationAPI 配置 API
IIS-HostableWebCore Internet Information Services 可承載的 Web 核心
IIS-CertProvider 集中式 SSL 證書支持
IIS-WindowsAuthentication Windows 身份驗(yàn)證
IIS-DigestAuthentication 摘要式身份驗(yàn)證
IIS-ClientCertificateMappingAuthentication 客戶端證書映射身份驗(yàn)證
IIS-IISCertificateMappingAuthentication IIS 客戶端證書映射身份驗(yàn)證
IIS-ODBCLogging ODBC 日志記錄
IIS-StaticContent 靜態(tài)內(nèi)容
IIS-DefaultDocument 默認(rèn)文檔
IIS-DirectoryBrowsing 目錄瀏覽
IIS-WebDAV WebDAV 發(fā)布
IIS-WebSockets WebSocket 協(xié)議
IIS-ApplicationInit 應(yīng)用程序初始化
IIS-ASPNET ASP.NET 3.5
IIS-ASPNET45 ASP.NET 4.5
IIS-ASP ASP
IIS-CGI CGI
IIS-ISAPIExtensions ISAPI 擴(kuò)展
IIS-ISAPIFilter ISAPI 篩選器
IIS-ServerSideIncludes 服務(wù)器端包含
IIS-CustomLogging 自定義日志
IIS-BasicAuthentication 基本身份驗(yàn)證
IIS-HttpCompressionStatic 靜態(tài)內(nèi)容壓縮
IIS-ManagementConsole IIS 管理控制臺(tái)
IIS-ManagementService IIS 管理服務(wù)
IIS-WMICompatibility IIS 6 WMI 兼容性
IIS-LegacyScripts IIS 6 腳本工具
IIS-LegacySnapIn IIS 6 管理控制臺(tái)
IIS-FTPServer FTP 服務(wù)器
IIS-FTPSvc FTP 服務(wù)
IIS-FTPExtensibility FTP 擴(kuò)展性
MSMQ-Container Microsoft Message Queue (MSMQ) 服務(wù)器
MSMQ-Server Microsoft Message Queue (MSMQ) 服務(wù)器核心
MSMQ-Triggers MSMQ 觸發(fā)器
MSMQ-ADIntegration MSMQ Active Directory 域服務(wù)集成
MSMQ-HTTP MSMQ HTTP 支持
MSMQ-Multicast 多播支持
MSMQ-DCOMProxy MSMQ DCOM 代理
WCF-Services45 WCF 服務(wù)
WCF-HTTP-Activation45 HTTP 激活
WCF-TCP-Activation45 TCP 激活
WCF-Pipe-Activation45 命名管道激活
WCF-MSMQ-Activation45 消息隊(duì)列(MSMQ)激活
WCF-TCP-PortSharing45 TCP 端口共享
WCF-HTTP-Activation Windows Communication Foundation HTTP 激活
WCF-NonHTTP-Activation Windows Communication Foundation 非 HTTP 激活
NetFx4-AdvSrvs .NET Framework 4.5 高級(jí)服務(wù)
NetFx4Extended-ASPNET45 ASP.NET 4.5
MediaPlayback 媒體功能
WindowsMediaPlayer Windows Media Player
Microsoft-Windows-MobilePC-Client-Premium-Package-net 網(wǎng)絡(luò)投影
Microsoft-Windows-MobilePC-LocationProvider-INF Windows 定位程序
Printing-XPSServices-Features XPS 服務(wù)
RasCMAK RAS 連接管理器管理工具包(CMAK)
RasRip RIP 偵聽器
MSRDC-Infrastructure 遠(yuǎn)程差分壓縮 API 支持
SearchEngine-Client-Package Windows Search
TelnetClient Telnet 客戶端
TelnetServer Telnet 服務(wù)器
TFTP TFTP 客戶端
TIFFIFilter Windows TIFF IFilter
Xps-Foundation-Xps-Viewer XPS 查看器
WorkFolders-Client 工作文件夾客戶端
SMB1Protocol SMB 1.0/CIFS 文件共享支持

標(biāo)簽:濟(jì)南 鶴崗 六盤水 湛江 山南 德州 運(yùn)城 岳陽

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《PowerShell查看Windows功能選項(xiàng)的方法》,本文關(guān)鍵詞  PowerShell,查看,Windows,功能,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《PowerShell查看Windows功能選項(xiàng)的方法》相關(guān)的同類信息!
  • 本頁收集關(guān)于PowerShell查看Windows功能選項(xiàng)的方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章