PowerShell 命令 Get-WindowsFeature 是用于在 Windows 操作系统中检索当前已安装的 Windows 功能和可选功能的命令。

 

PowerShell 命令 Get-WindowsFeature 是用于在 Windows 操作系统中检索当前已安装的 Windows 功能和可选功能的命令。

  • 作用

    • 查看当前系统中已安装的 Windows 功能和可选功能。
    • 用于安装或卸载 Windows 功能和可选功能。
  • 原因

    • 在 Windows 中,某些功能可能未默认安装,但您可以使用此命令查看已安装的功能,并选择安装需要的功能。
    • 在某些情况下,您可能需要安装或卸载特定的 Windows 功能以满足应用程序的要求或调整系统配置。
  • 用法

    • 打开 PowerShell 终端(以管理员身份运行)。
    • 输入命令 Get-WindowsFeature 并按 Enter 键执行。
    • 命令将列出当前系统上已安装的 Windows 功能和可选功能。
  • 示例输出

    plaintextCopy Code
    PS C:\> Get-WindowsFeature
    
    Display Name                                            Name                       Install State
    ------------                                            ----                       -------------
    [ ] .NET Framework 3.5 Features                         NET-Framework-Features        Available
        [ ] .NET Framework 3.5 (includes .NET 2.0 and 3.0)  NET-Framework-Core              Removed
        [ ] HTTP Activation                                 NET-HTTP-Activation            Available
        [ ] Non-HTTP Activation                             NET-Non-HTTP-Activ             Available
    [X] .NET Framework 4.8 Features                         NET-Framework-45-Fea...        Installed
        [X] .NET Framework 4.8                              NET-Framework-45-Core          Installed
        [ ] ASP.NET 4.8                                     NET-Framework-45-ASPNET        Available
        [X] WCF Services                                    NET-WCF-Services45             Installed
            [X] HTTP Activation                             NET-WCF-HTTP-Activat...         Installed
            [X] Message Queuing (MSMQ) Activation           NET-WCF-MSMQ-Activat...         Installed
            [X] Named Pipe Activation                       NET-WCF-Pipe-Activat...         Installed
            [X] TCP Activation                             NET-WCF-TCP-Activati...         Installed
        [X] HTTP Activation                                 NET-WCF-HTTP-Activat...         Installed
        [X] TCP Activation                                 NET-WCF-TCP-Activati...         Installed
    ...

    这个示例显示了某些已安装功能的信息,如显示名称、名称、安装状态等。您可以根据需要安装或卸载这些功能。

 

Get-WindowsFeature                                                                           
Display Name                                            Name                       Install State
------------                                            ----                       -------------
[ ] Active Directory Rights Management Services         ADRMS                          Available
    [ ] Active Directory 权限管理服务器                 ADRMS-Server                   Available
    [ ] 联合身份验证支持                                ADRMS-Identity                 Available
[ ] Active Directory 联合身份验证服务                   ADFS-Federation                Available
[ ] Active Directory 轻型目录服务                       ADLDS                          Available
[ ] Active Directory 域服务                             AD-Domain-Services             Available
[ ] Active Directory 证书服务                           AD-Certificate                 Available
    [ ] 证书颁发机构                                    ADCS-Cert-Authority            Available
    [ ] 联机响应程序                                    ADCS-Online-Cert               Available
    [ ] 网络设备注册服务                                ADCS-Device-Enrollment         Available
    [ ] 证书颁发机构 Web 注册                           ADCS-Web-Enrollment            Available
    [ ] 证书注册 Web 服务                               ADCS-Enroll-Web-Svc            Available
    [ ] 证书注册策略 Web 服务                           ADCS-Enroll-Web-Pol            Available
[ ] DHCP 服务器                                         DHCP                           Available
[ ] DNS 服务器                                          DNS                            Available
[ ] Hyper-V                                             Hyper-V                        Available
[ ] Web 服务器(IIS)                                     Web-Server                     Available
    [ ] Web 服务器                                      Web-WebServer                  Available
        [ ] 安全性                                      Web-Security                   Available
            [ ] 请求筛选                                Web-Filtering                  Available
            [ ] IIS 客户端证书映射身份验证              Web-Cert-Auth                  Available
            [ ] IP 和域限制                             Web-IP-Security                Available
            [ ] URL 授权                                Web-Url-Auth                   Available
            [ ] Windows 身份验证                        Web-Windows-Auth               Available
            [ ] 基本身份验证                            Web-Basic-Auth                 Available
            [ ] 集中式 SSL 证书支持                     Web-CertProvider               Available
            [ ] 客户端证书映射身份验证                  Web-Client-Auth                Available
            [ ] 摘要式身份验证                          Web-Digest-Auth                Available
        [ ] 常见 HTTP 功能                              Web-Common-Http                Available
            [ ] HTTP 错误                               Web-Http-Errors                Available
            [ ] 静态内容                                Web-Static-Content             Available
            [ ] 默认文档                                Web-Default-Doc                Available
            [ ] 目录浏览                                Web-Dir-Browsing               Available
            [ ] HTTP 重定向                             Web-Http-Redirect              Available
            [ ] WebDAV 发布                             Web-DAV-Publishing             Available
        [ ] 性能                                        Web-Performance                Available
            [ ] 静态内容压缩                            Web-Stat-Compression           Available
            [ ] 动态内容压缩                            Web-Dyn-Compression            Available
        [ ] 运行状况和诊断                              Web-Health                     Available
            [ ] HTTP 日志记录                           Web-Http-Logging               Available
            [ ] ODBC 日志记录                           Web-ODBC-Logging               Available
            [ ] 跟踪                                    Web-Http-Tracing               Available
            [ ] 请求监视器                              Web-Request-Monitor            Available
            [ ] 日志记录工具                            Web-Log-Libraries              Available
            [ ] 自定义日志                              Web-Custom-Logging             Available
        [ ] 应用程序开发                                Web-App-Dev                    Available
            [ ] .NET Extensibility 3.5                  Web-Net-Ext                    Available
            [ ] .NET Extensibility 4.8                  Web-Net-Ext45                  Available
            [ ] ASP                                     Web-ASP                        Available
            [ ] ASP.NET 3.5                             Web-Asp-Net                    Available
            [ ] ASP.NET 4.8                             Web-Asp-Net45                  Available
            [ ] CGI                                     Web-CGI                        Available
            [ ] ISAPI 扩展                              Web-ISAPI-Ext                  Available
            [ ] ISAPI 筛选器                            Web-ISAPI-Filter               Available
            [ ] WebSocket 协议                          Web-WebSockets                 Available
            [ ] 服务器端包含                            Web-Includes                   Available
            [ ] 应用程序初始化                          Web-AppInit                    Available
    [ ] FTP 服务器                                      Web-Ftp-Server                 Available
        [ ] FTP 服务                                    Web-Ftp-Service                Available
        [ ] FTP 扩展                                    Web-Ftp-Ext                    Available
    [ ] 管理工具                                        Web-Mgmt-Tools                 Available
        [ ] IIS 管理控制台                              Web-Mgmt-Console               Available
        [ ] IIS 6 管理兼容性                            Web-Mgmt-Compat                Available
            [ ] IIS 6 元数据库兼容性                    Web-Metabase                   Available
            [ ] IIS 6 WMI 兼容性                        Web-WMI                        Available
            [ ] IIS 6 管理控制台                        Web-Lgcy-Mgmt-Console          Available
            [ ] IIS 6 脚本工具                          Web-Lgcy-Scripting             Available
        [ ] IIS 管理脚本和工具                          Web-Scripting-Tools            Available
        [ ] 管理服务                                    Web-Mgmt-Service               Available
[ ] Windows Deployment Services                         WDS                            Available
    [ ] Deployment Server                               WDS-Deployment                 Available
    [ ] Transport Server                                WDS-Transport                  Available
[ ] Windows Server 更新服务                             UpdateServices                 Available
    [ ] WID Connectivity                                UpdateServices-WidDB           Available
    [ ] WSUS 服务                                       UpdateServices-Services        Available
    [ ] SQL Server Connectivity                         UpdateServices-DB              Available
[ ] 传真服务器                                          Fax                            Available
[ ] 打印和文件服务                                      Print-Services                 Available
    [ ] 打印服务器                                      Print-Server                   Available
    [ ] Internet 打印                                   Print-Internet                 Available
    [ ] LPD 服务                                        Print-LPD-Service              Available
[ ] 批量激活服务                                        VolumeActivation               Available
[ ] 设备运行状况证明                                    DeviceHealthAttestat...        Available
[ ] 网络策略和访问服务                                  NPAS                           Available
[ ] 网络控制器                                          NetworkController              Available
[X] 文件和存储服务                                      FileAndStorage-Services        Installed
    [X] 存储服务                                        Storage-Services               Installed
    [ ] 文件和 iSCSI 服务                               File-Services                  Available
        [ ] 文件服务器                                  FS-FileServer                  Available
        [ ] DFS 复制                                    FS-DFS-Replication             Available
        [ ] DFS 命名空间                                FS-DFS-Namespace               Available
        [ ] iSCSI 目标存储提供程序(VDS 和 VSS 硬件提... iSCSITarget-VSS-VDS            Available
        [ ] iSCSI 目标服务器                            FS-iSCSITarget-Server          Available
        [ ] NFS 服务器                                  FS-NFS-Service                 Available
        [ ] 工作文件夹                                  FS-SyncShareService            Available
        [ ] 网络文件 BranchCache                        FS-BranchCache                 Available
        [ ] 文件服务器 VSS 代理服务                     FS-VSS-Agent                   Available
        [ ] 文件服务器资源管理器                        FS-Resource-Manager            Available
        [ ] 重复数据删除                                FS-Data-Deduplication          Available
[ ] 远程访问                                            RemoteAccess                   Available
    [ ] DirectAccess 和 VPN (RAS)                       DirectAccess-VPN               Available
    [ ] Web 应用程序代理                                Web-Application-Proxy          Available
    [ ] 路由                                            Routing                        Available
[ ] 远程桌面服务                                        Remote-Desktop-Services        Available
    [ ] 远程桌面 Web 访问                               RDS-Web-Access                 Available
    [ ] 远程桌面会话主机                                RDS-RD-Server                  Available
    [ ] 远程桌面连接代理                                RDS-Connection-Broker          Available
    [ ] 远程桌面授权                                    RDS-Licensing                  Available
    [ ] 远程桌面网关                                    RDS-Gateway                    Available
    [ ] 远程桌面虚拟化主机                              RDS-Virtualization             Available
[ ] 主机保护者服务                                      HostGuardianServiceRole        Available
[ ] .NET Framework 3.5 功能                             NET-Framework-Features         Available
    [ ] .NET Framework 3.5 (包括 .NET 2.0 和 3.0)       NET-Framework-Core               Removed
    [ ] HTTP 激活                                       NET-HTTP-Activation            Available
    [ ] 非 HTTP 激活                                    NET-Non-HTTP-Activ             Available
[X] .NET Framework 4.8 Features                         NET-Framework-45-Fea...        Installed
    [X] .NET Framework 4.8                              NET-Framework-45-Core          Installed
    [ ] ASP.NET 4.8                                     NET-Framework-45-ASPNET        Available
    [X] WCF 服务                                        NET-WCF-Services45             Installed
        [ ] HTTP 激活                                   NET-WCF-HTTP-Activat...        Available
        [X] TCP 端口共享                                NET-WCF-TCP-PortShar...        Installed
        [ ] TCP 激活                                    NET-WCF-TCP-Activati...        Available
        [ ] 命名管道激活                                NET-WCF-Pipe-Activat...        Available
        [ ] 消息队列(MSMQ)激活                          NET-WCF-MSMQ-Activat...        Available
[X] Azure Arc Setup                                     AzureArcSetup                  Installed
[ ] BitLocker 驱动器加密                                BitLocker                      Available
[ ] BitLocker 网络解锁                                  BitLocker-NetworkUnlock        Available
[ ] BranchCache                                         BranchCache                    Available
[ ] DirectPlay                                          Direct-Play                    Available
[ ] Enhanced Storage                                    EnhancedStorage                Available
[ ] HTTP 代理上的 RPC                                   RPC-over-HTTP-Proxy            Available
[ ] I/O 服务质量                                        DiskIo-QoS                     Available
[ ] IIS 可承载 Web 核心                                 Web-WHC                        Available
[ ] Internet 打印客户端                                 Internet-Print-Client          Available
[ ] IP 地址管理(IPAM)服务器                             IPAM                           Available
[ ] LPR 端口监视器                                      LPR-Port-Monitor               Available
[X] Microsoft Defender 防病毒                           Windows-Defender               Installed
[ ] MultiPoint Connector                                MultiPoint-Connector           Available
    [ ] MultiPoint Connector Services                   MultiPoint-Connector...        Available
    [ ] MultiPoint 管理器和 MultiPoint 仪表板           MultiPoint-Tools               Available
[ ] NFS 客户端                                          NFS-Client                     Available
[ ] RAS 连接管理器管理工具包(CMAK)                      CMAK                           Available
[ ] SMB 1.0/CIFS 文件共享支持                           FS-SMB1                        Available
    [ ] SMB 1.0/CIFS 服务器                             FS-SMB1-SERVER                 Available
    [ ] SMB 1.0/CIFS 客户端                             FS-SMB1-CLIENT                 Available
[ ] SMB 带宽限制                                        FS-SMBBW                       Available
[ ] SMTP 服务器                                         SMTP-Server                    Available
[ ] SNMP 服务                                           SNMP-Service                   Available
    [ ] SNMP WMI 提供程序                               SNMP-WMI-Provider              Available
[ ] Telnet 客户端                                       Telnet-Client                  Available
[ ] TFTP 客户端                                         TFTP-Client                    Available
[ ] WebDAV 重定向程序                                   WebDAV-Redirector              Available
[ ] Windows Biometric Framework                         Biometric-Framework            Available
[ ] Windows Identity Foundation 3.5                     Windows-Identity-Fou...        Available
[X] Windows PowerShell                                  PowerShellRoot                 Installed
    [X] Windows PowerShell 5.1                          PowerShell                     Installed
    [ ] Windows PowerShell 2.0 Engine                   PowerShell-V2                    Removed
    [ ] Windows PowerShell Desired State Configurati... DSC-Service                    Available
    [ ] Windows PowerShell Web 访问                     WindowsPowerShellWeb...        Available
[ ] Windows Process Activation Service                  WAS                            Available
    [ ] 进程模型                                        WAS-Process-Model              Available
    [ ] .NET Environment 3.5                            WAS-NET-Environment            Available
    [ ] 配置 API                                        WAS-Config-APIs                Available
[ ] Windows Search 服务                                 Search-Service                 Available
[ ] Windows Server Migration Tools                      Migration                      Available
[ ] Windows Server 备份                                 Windows-Server-Backup          Available
[ ] Windows Subsystem for Linux                         Microsoft-Windows-Su...        Available
[ ] Windows TIFF IFilter                                Windows-TIFF-IFilter           Available
[ ] Windows 内部数据库                                  Windows-Internal-Dat...        Available
[ ] WinRM IIS 扩展                                      WinRM-IIS-Ext                  Available
[ ] WINS 服务器                                         WINS                           Available
[X] WoW64 支持                                          WoW64-Support                  Installed
[X] XPS Viewer                                          XPS-Viewer                     Installed
[ ] 安装与启动事件集合                                  Setup-and-Boot-Event...        Available
[ ] 存储副本                                            Storage-Replica                Available
[ ] 存储迁移服务                                        SMS                            Available
[ ] 存储迁移服务代理                                    SMS-Proxy                      Available
[ ] 对等名称解析协议                                    PNRP                           Available
[ ] 多路径 I/O                                          Multipath-IO                   Available
[ ] 故障转移群集                                        Failover-Clustering            Available
[ ] 管理 OData IIS 扩展                                 ManagementOdata                Available
[ ] 后台智能传输服务(BITS)                              BITS                           Available
    [ ] IIS 服务器扩展                                  BITS-IIS-Ext                   Available
    [ ] Compact 服务器                                  BITS-Compact-Server            Available
[ ] 基于 Windows 标准的存储管理                         WindowsStorageManage...        Available
[ ] 简单 TCP/IP 服务                                    Simple-TCPIP                   Available
[ ] 媒体基础                                            Server-Media-Foundation        Available
[ ] 容器                                                Containers                     Available
[ ] 软件负载平衡器                                      SoftwareLoadBalancer           Available
[ ] 数据中心桥接                                        Data-Center-Bridging           Available
[ ] 网络负载平衡                                        NLB                            Available
[ ] 网络虚拟化                                          NetworkVirtualization          Available
[X] 无线 LAN 服务                                       Wireless-Networking            Installed
[ ] 系统见解                                            System-Insights                Available
[X] 系统数据存档工具                                    System-DataArchiver            Installed
[ ] 消息队列                                            MSMQ                           Available
    [ ] 消息队列服务                                    MSMQ-Services                  Available
        [ ] 消息队列服务器                              MSMQ-Server                    Available
        [ ] HTTP 支持                                   MSMQ-HTTP-Support              Available
        [ ] 多播支持                                    MSMQ-Multicasting              Available
        [ ] 路由服务                                    MSMQ-Routing                   Available
        [ ] 目录服务集成                                MSMQ-Directory                 Available
        [ ] 消息队列触发器                              MSMQ-Triggers                  Available
    [ ] 消息队列 DCOM 代理                              MSMQ-DCOM                      Available
[ ] 用于结构管理的 VM 防护工具                          FabricShieldedTools            Available
[X] 优质 Windows 音频视频体验                           qWave                          Installed
[ ] 远程差分压缩                                        RDC                            Available
[ ] 远程服务器管理工具                                  RSAT                           Available
    [ ] 功能管理工具                                    RSAT-Feature-Tools             Available
        [ ] SMTP 服务器工具                             RSAT-SMTP                      Available
        [ ] BitLocker 驱动器加密管理实用程序            RSAT-Feature-Tools-B...        Available
            [ ] BitLocker 恢复密码查看器                RSAT-Feature-Tools-B...        Available
            [ ] BitLocker 驱动器加密工具                RSAT-Feature-Tools-B...        Available
        [ ] BITS 服务器扩展工具                         RSAT-Bits-Server               Available
        [ ] DataCenterBridging LLDP Tools               RSAT-DataCenterBridg...        Available
        [ ] IP 地址管理(IPAM)客户端                     IPAM-Client-Feature            Available
        [ ] SNMP 工具                                   RSAT-SNMP                      Available
        [ ] WINS 服务器工具                             RSAT-WINS                      Available
        [ ] 存储迁移服务工具                            RSAT-SMS                       Available
        [ ] 故障转移群集工具                            RSAT-Clustering                Available
            [ ] Windows PowerShell 的故障转移群集模块   RSAT-Clustering-Powe...        Available
            [ ] 故障转移群集管理工具                    RSAT-Clustering-Mgmt           Available
            [ ] 故障转移群集命令接口                    RSAT-Clustering-CmdI...        Available
            [ ] 故障转移群集自动化服务器                RSAT-Clustering-Auto...        Available
        [ ] 适用于 Windows PowerShell 的系统见解模块    RSAT-System-Insights           Available
        [ ] 受防护的 VM 工具                            RSAT-Shielded-VM-Tools         Available
        [ ] 网络负载平衡工具                            RSAT-NLB                       Available
        [ ] 用于 Windows PowerShell 的存储副本模块      RSAT-Storage-Replica           Available
    [ ] 角色管理工具                                    RSAT-Role-Tools                Available
        [ ] AD DS 和 AD LDS 工具                        RSAT-AD-Tools                  Available
            [ ] AD DS 工具                              RSAT-ADDS                      Available
                [ ] Active Directory 管理中心           RSAT-AD-AdminCenter            Available
                [ ] AD DS 管理单元和命令行工具          RSAT-ADDS-Tools                Available
            [ ] AD LDS 管理单元和命令行工具             RSAT-ADLDS                     Available
            [ ] Windows PowerShell 的 Active Directo... RSAT-AD-PowerShell             Available
        [ ] Hyper-V 管理工具                            RSAT-Hyper-V-Tools             Available
            [ ] Hyper-V GUI 管理工具                    Hyper-V-Tools                  Available
            [ ] Windows PowerShell 的 Hyper-V 模块      Hyper-V-PowerShell             Available
        [ ] Windows Server Update Services 工具         UpdateServices-RSAT            Available
            [ ] API 和 PowerShell cmdlet                UpdateServices-API             Available
            [ ] 用户界面管理控制台                      UpdateServices-UI              Available
        [ ] 远程桌面服务工具                            RSAT-RDS-Tools                 Available
            [ ] 远程桌面授权工具                        RDS-Licensing-UI               Available
            [ ] 远程桌面网关工具                        RSAT-RDS-Gateway               Available
            [ ] 远程桌面许可诊断程序                    RSAT-RDS-Licensing-D...        Available
        [ ] Active Directory Rights Management Servi... RSAT-ADRMS                     Available
        [ ] Active Directory 证书服务工具               RSAT-ADCS                      Available
            [ ] 联机响应程序工具                        RSAT-Online-Responder          Available
            [ ] 证书颁发机构管理工具                    RSAT-ADCS-Mgmt                 Available
        [ ] DHCP 服务器工具                             RSAT-DHCP                      Available
        [ ] DNS 服务器工具                              RSAT-DNS-Server                Available
        [ ] Windows Deployment Services Tools           WDS-AdminPack                  Available
        [ ] 传真服务器工具                              RSAT-Fax                       Available
        [ ] 打印和文件服务工具                          RSAT-Print-Services            Available
        [ ] 批量激活工具                                RSAT-VA-Tools                  Available
        [ ] 网络策略和访问服务工具                      RSAT-NPAS                      Available
        [ ] 网络控制器管理工具                          RSAT-NetworkController         Available
        [ ] 文件服务工具                                RSAT-File-Services             Available
            [ ] DFS 管理工具                            RSAT-DFS-Mgmt-Con              Available
            [ ] 网络文件系统服务管理工具                RSAT-NFS-Admin                 Available
            [ ] 文件服务器资源管理器工具                RSAT-FSRM-Mgmt                 Available
        [ ] 远程访问管理工具                            RSAT-RemoteAccess              Available
            [ ] 用于 Windows PowerShell 的远程访问模块  RSAT-RemoteAccess-Po...        Available
            [ ] 远程访问 GUI 和命令行工具               RSAT-RemoteAccess-Mgmt         Available
[ ] 远程协助                                            Remote-Assistance              Available
[ ] 主机保护者 Hyper-V 支持                             HostGuardian                   Available
[ ] 组策略管理                                          GPMC                           Available

 

Display Name                                            Name                       Install State
------------                                            ----                       -------------
[ ] Active Directory Certificate Services               AD-Certificate                 Available
    [ ] Certification Authority                         ADCS-Cert-Authority            Available
    [ ] Certificate Enrollment Policy Web Service       ADCS-Enroll-Web-Pol            Available
    [ ] Certificate Enrollment Web Service              ADCS-Enroll-Web-Svc            Available
    [ ] Certification Authority Web Enrollment          ADCS-Web-Enrollment            Available
    [ ] Network Device Enrollment Service               ADCS-Device-Enrollment         Available
    [ ] Online Responder                                ADCS-Online-Cert               Available
[ ] Active Directory Domain Services                    AD-Domain-Services             Available
[ ] Active Directory Federation Services                ADFS-Federation                Available
[ ] Active Directory Lightweight Directory Services     ADLDS                          Available
[ ] Active Directory Rights Management Services         ADRMS                          Available
    [ ] Active Directory Rights Management Server       ADRMS-Server                   Available
    [ ] Identity Federation Support                     ADRMS-Identity                 Available
[ ] Device Health Attestation                           DeviceHealthAttestat...        Available
[ ] DHCP Server                                         DHCP                           Available
[ ] DNS Server                                          DNS                            Available
[ ] Fax Server                                          Fax                            Available
[X] File and Storage Services                           FileAndStorage-Services        Installed
    [X] File and iSCSI Services                         File-Services                  Installed
        [X] File Server                                 FS-FileServer                  Installed
        [ ] BranchCache for Network Files               FS-BranchCache                 Available
        [ ] Data Deduplication                          FS-Data-Deduplication          Available
        [ ] DFS Namespaces                              FS-DFS-Namespace               Available
        [ ] DFS Replication                             FS-DFS-Replication             Available
        [ ] File Server Resource Manager                FS-Resource-Manager            Available
        [ ] File Server VSS Agent Service               FS-VSS-Agent                   Available
        [ ] iSCSI Target Server                         FS-iSCSITarget-Server          Available
        [ ] iSCSI Target Storage Provider (VDS and V... iSCSITarget-VSS-VDS            Available
        [ ] Server for NFS                              FS-NFS-Service                 Available
        [ ] Work Folders                                FS-SyncShareService            Available
    [X] Storage Services                                Storage-Services               Installed
[ ] Host Guardian Service                               HostGuardianServiceRole        Available
[ ] Hyper-V                                             Hyper-V                        Available
[ ] Network Controller                                  NetworkController              Available
[ ] Network Policy and Access Services                  NPAS                           Available
[ ] Print and Document Services                         Print-Services                 Available
    [ ] Print Server                                    Print-Server                   Available
    [ ] Internet Printing                               Print-Internet                 Available
    [ ] LPD Service                                     Print-LPD-Service              Available
[ ] Remote Access                                       RemoteAccess                   Available
    [ ] DirectAccess and VPN (RAS)                      DirectAccess-VPN               Available
    [ ] Routing                                         Routing                        Available
    [ ] Web Application Proxy                           Web-Application-Proxy          Available
[ ] Remote Desktop Services                             Remote-Desktop-Services        Available
    [ ] Remote Desktop Connection Broker                RDS-Connection-Broker          Available
    [ ] Remote Desktop Gateway                          RDS-Gateway                    Available
    [ ] Remote Desktop Licensing                        RDS-Licensing                  Available
    [ ] Remote Desktop Session Host                     RDS-RD-Server                  Available
    [ ] Remote Desktop Virtualization Host              RDS-Virtualization             Available
    [ ] Remote Desktop Web Access                       RDS-Web-Access                 Available
[ ] Volume Activation Services                          VolumeActivation               Available
[X] Web Server (IIS)                                    Web-Server                     Installed
    [X] Web Server                                      Web-WebServer                  Installed
        [X] Common HTTP Features                        Web-Common-Http                Installed
            [X] Default Document                        Web-Default-Doc                Installed
            [X] Directory Browsing                      Web-Dir-Browsing               Installed
            [X] HTTP Errors                             Web-Http-Errors                Installed
            [X] Static Content                          Web-Static-Content             Installed
            [X] HTTP Redirection                        Web-Http-Redirect              Installed
            [X] WebDAV Publishing                       Web-DAV-Publishing             Installed
        [X] Health and Diagnostics                      Web-Health                     Installed
            [X] HTTP Logging                            Web-Http-Logging               Installed
            [ ] Custom Logging                          Web-Custom-Logging             Available
            [X] Logging Tools                           Web-Log-Libraries              Installed
            [ ] ODBC Logging                            Web-ODBC-Logging               Available
            [X] Request Monitor                         Web-Request-Monitor            Installed
            [X] Tracing                                 Web-Http-Tracing               Installed
        [X] Performance                                 Web-Performance                Installed
            [X] Static Content Compression              Web-Stat-Compression           Installed
            [ ] Dynamic Content Compression             Web-Dyn-Compression            Available
        [X] Security                                    Web-Security                   Installed
            [X] Request Filtering                       Web-Filtering                  Installed
            [ ] Basic Authentication                    Web-Basic-Auth                 Available
            [ ] Centralized SSL Certificate Support     Web-CertProvider               Available
            [ ] Client Certificate Mapping Authentic... Web-Client-Auth                Available
            [ ] Digest Authentication                   Web-Digest-Auth                Available
            [ ] IIS Client Certificate Mapping Authe... Web-Cert-Auth                  Available
            [ ] IP and Domain Restrictions              Web-IP-Security                Available
            [ ] URL Authorization                       Web-Url-Auth                   Available
            [ ] Windows Authentication                  Web-Windows-Auth               Available
        [X] Application Development                     Web-App-Dev                    Installed
            [ ] .NET Extensibility 3.5                  Web-Net-Ext                    Available
            [X] .NET Extensibility 4.8                  Web-Net-Ext45                  Installed
            [ ] Application Initialization              Web-AppInit                    Available
            [ ] ASP                                     Web-ASP                        Available
            [ ] ASP.NET 3.5                             Web-Asp-Net                    Available
            [X] ASP.NET 4.8                             Web-Asp-Net45                  Installed
            [ ] CGI                                     Web-CGI                        Available
            [X] ISAPI Extensions                        Web-ISAPI-Ext                  Installed
            [X] ISAPI Filters                           Web-ISAPI-Filter               Installed
            [ ] Server Side Includes                    Web-Includes                   Available
            [ ] WebSocket Protocol                      Web-WebSockets                 Available
    [X] FTP Server                                      Web-Ftp-Server                 Installed
        [X] FTP Service                                 Web-Ftp-Service                Installed
        [X] FTP Extensibility                           Web-Ftp-Ext                    Installed
    [X] Management Tools                                Web-Mgmt-Tools                 Installed
        [X] IIS Management Console                      Web-Mgmt-Console               Installed
        [X] IIS 6 Management Compatibility              Web-Mgmt-Compat                Installed
            [X] IIS 6 Metabase Compatibility            Web-Metabase                   Installed
            [ ] IIS 6 Management Console                Web-Lgcy-Mgmt-Console          Available
            [ ] IIS 6 Scripting Tools                   Web-Lgcy-Scripting             Available
            [ ] IIS 6 WMI Compatibility                 Web-WMI                        Available
        [X] IIS Management Scripts and Tools            Web-Scripting-Tools            Installed
        [X] Management Service                          Web-Mgmt-Service               Installed
[ ] Windows Deployment Services                         WDS                            Available
    [ ] Deployment Server                               WDS-Deployment                 Available
    [ ] Transport Server                                WDS-Transport                  Available
[ ] Windows Server Update Services                      UpdateServices                 Available
    [ ] WID Connectivity                                UpdateServices-WidDB           Available
    [ ] WSUS Services                                   UpdateServices-Services        Available
    [ ] SQL Server Connectivity                         UpdateServices-DB              Available
[X] .NET Framework 3.5 Features                         NET-Framework-Features         Installed
    [X] .NET Framework 3.5 (includes .NET 2.0 and 3.0)  NET-Framework-Core             Installed
    [ ] HTTP Activation                                 NET-HTTP-Activation            Available
    [ ] Non-HTTP Activation                             NET-Non-HTTP-Activ             Available
[X] .NET Framework 4.8 Features                         NET-Framework-45-Fea...        Installed
    [X] .NET Framework 4.8                              NET-Framework-45-Core          Installed
    [X] ASP.NET 4.8                                     NET-Framework-45-ASPNET        Installed
    [X] WCF Services                                    NET-WCF-Services45             Installed
        [X] HTTP Activation                             NET-WCF-HTTP-Activat...        Installed
        [ ] Message Queuing (MSMQ) Activation           NET-WCF-MSMQ-Activat...        Available
        [ ] Named Pipe Activation                       NET-WCF-Pipe-Activat...        Available
        [ ] TCP Activation                              NET-WCF-TCP-Activati...        Available
        [X] TCP Port Sharing                            NET-WCF-TCP-PortShar...        Installed
[X] Azure Arc Setup                                     AzureArcSetup                  Installed
[X] Background Intelligent Transfer Service (BITS)      BITS                           Installed
    [X] IIS Server Extension                            BITS-IIS-Ext                   Installed
    [X] Compact Server                                  BITS-Compact-Server            Installed
[ ] BitLocker Drive Encryption                          BitLocker                      Available
[ ] BitLocker Network Unlock                            BitLocker-NetworkUnlock        Available
[X] BranchCache                                         BranchCache                    Installed
[ ] Client for NFS                                      NFS-Client                     Available
[ ] Containers                                          Containers                     Available
[X] Data Center Bridging                                Data-Center-Bridging           Installed
[ ] Direct Play                                         Direct-Play                    Available
[ ] Enhanced Storage                                    EnhancedStorage                Available
[ ] Failover Clustering                                 Failover-Clustering            Available
[ ] Group Policy Management                             GPMC                           Available
[ ] Host Guardian Hyper-V Support                       HostGuardian                   Available
[X] I/O Quality of Service                              DiskIo-QoS                     Installed
[X] IIS Hostable Web Core                               Web-WHC                        Installed
[ ] Internet Printing Client                            Internet-Print-Client          Available
[ ] IP Address Management (IPAM) Server                 IPAM                           Available
[ ] LPR Port Monitor                                    LPR-Port-Monitor               Available
[X] Management OData IIS Extension                      ManagementOdata                Installed
[ ] Media Foundation                                    Server-Media-Foundation        Available
[ ] Message Queuing                                     MSMQ                           Available
    [ ] Message Queuing Services                        MSMQ-Services                  Available
        [ ] Message Queuing Server                      MSMQ-Server                    Available
        [ ] Directory Service Integration               MSMQ-Directory                 Available
        [ ] HTTP Support                                MSMQ-HTTP-Support              Available
        [ ] Message Queuing Triggers                    MSMQ-Triggers                  Available
        [ ] Multicasting Support                        MSMQ-Multicasting              Available
        [ ] Routing Service                             MSMQ-Routing                   Available
    [ ] Message Queuing DCOM Proxy                      MSMQ-DCOM                      Available
[X] Microsoft Defender Antivirus                        Windows-Defender               Installed
[ ] Multipath I/O                                       Multipath-IO                   Available
[ ] MultiPoint Connector                                MultiPoint-Connector           Available
    [ ] MultiPoint Connector Services                   MultiPoint-Connector...        Available
    [ ] MultiPoint Manager and MultiPoint Dashboard     MultiPoint-Tools               Available
[ ] Network Load Balancing                              NLB                            Available
[ ] Network Virtualization                              NetworkVirtualization          Available
[ ] Peer Name Resolution Protocol                       PNRP                           Available
[X] Quality Windows Audio Video Experience              qWave                          Installed
[ ] RAS Connection Manager Administration Kit (CMAK)    CMAK                           Available
[ ] Remote Assistance                                   Remote-Assistance              Available
[ ] Remote Differential Compression                     RDC                            Available
[X] Remote Server Administration Tools                  RSAT                           Installed
    [X] Feature Administration Tools                    RSAT-Feature-Tools             Installed
        [ ] SMTP Server Tools                           RSAT-SMTP                      Available
        [ ] BitLocker Drive Encryption Administratio... RSAT-Feature-Tools-B...        Available
            [ ] BitLocker Drive Encryption Tools        RSAT-Feature-Tools-B...        Available
            [ ] BitLocker Recovery Password Viewer      RSAT-Feature-Tools-B...        Available
        [X] BITS Server Extensions Tools                RSAT-Bits-Server               Installed
        [ ] DataCenterBridging LLDP Tools               RSAT-DataCenterBridg...        Available
        [ ] Failover Clustering Tools                   RSAT-Clustering                Available
            [ ] Failover Cluster Management Tools       RSAT-Clustering-Mgmt           Available
            [ ] Failover Cluster Module for Windows ... RSAT-Clustering-Powe...        Available
            [ ] Failover Cluster Automation Server      RSAT-Clustering-Auto...        Available
            [ ] Failover Cluster Command Interface      RSAT-Clustering-CmdI...        Available
        [ ] IP Address Management (IPAM) Client         IPAM-Client-Feature            Available
        [ ] Network Load Balancing Tools                RSAT-NLB                       Available
        [ ] Shielded VM Tools                           RSAT-Shielded-VM-Tools         Available
        [ ] SNMP Tools                                  RSAT-SNMP                      Available
        [ ] Storage Migration Service Tools             RSAT-SMS                       Available
        [ ] Storage Replica Module for Windows Power... RSAT-Storage-Replica           Available
        [ ] System Insights Module for Windows Power... RSAT-System-Insights           Available
        [ ] WINS Server Tools                           RSAT-WINS                      Available
    [ ] Role Administration Tools                       RSAT-Role-Tools                Available
        [ ] AD DS and AD LDS Tools                      RSAT-AD-Tools                  Available
            [ ] Active Directory module for Windows ... RSAT-AD-PowerShell             Available
            [ ] AD DS Tools                             RSAT-ADDS                      Available
                [ ] Active Directory Administrative ... RSAT-AD-AdminCenter            Available
                [ ] AD DS Snap-Ins and Command-Line ... RSAT-ADDS-Tools                Available
            [ ] AD LDS Snap-Ins and Command-Line Tools  RSAT-ADLDS                     Available
        [ ] Hyper-V Management Tools                    RSAT-Hyper-V-Tools             Available
            [ ] Hyper-V GUI Management Tools            Hyper-V-Tools                  Available
            [ ] Hyper-V Module for Windows PowerShell   Hyper-V-PowerShell             Available
        [ ] Remote Desktop Services Tools               RSAT-RDS-Tools                 Available
            [ ] Remote Desktop Gateway Tools            RSAT-RDS-Gateway               Available
            [ ] Remote Desktop Licensing Diagnoser T... RSAT-RDS-Licensing-D...        Available
            [ ] Remote Desktop Licensing Tools          RDS-Licensing-UI               Available
        [ ] Windows Server Update Services Tools        UpdateServices-RSAT            Available
            [ ] API and PowerShell cmdlets              UpdateServices-API             Available
            [ ] User Interface Management Console       UpdateServices-UI              Available
        [ ] Active Directory Certificate Services Tools RSAT-ADCS                      Available
            [ ] Certification Authority Management T... RSAT-ADCS-Mgmt                 Available
            [ ] Online Responder Tools                  RSAT-Online-Responder          Available
        [ ] Active Directory Rights Management Servi... RSAT-ADRMS                     Available
        [ ] DHCP Server Tools                           RSAT-DHCP                      Available
        [ ] DNS Server Tools                            RSAT-DNS-Server                Available
        [ ] Fax Server Tools                            RSAT-Fax                       Available
        [ ] File Services Tools                         RSAT-File-Services             Available
            [ ] DFS Management Tools                    RSAT-DFS-Mgmt-Con              Available
            [ ] File Server Resource Manager Tools      RSAT-FSRM-Mgmt                 Available
            [ ] Services for Network File System Man... RSAT-NFS-Admin                 Available
        [ ] Network Controller Management Tools         RSAT-NetworkController         Available
        [ ] Network Policy and Access Services Tools    RSAT-NPAS                      Available
        [ ] Print and Document Services Tools           RSAT-Print-Services            Available
        [ ] Remote Access Management Tools              RSAT-RemoteAccess              Available
            [ ] Remote Access GUI and Command-Line T... RSAT-RemoteAccess-Mgmt         Available
            [ ] Remote Access module for Windows Pow... RSAT-RemoteAccess-Po...        Available
        [ ] Volume Activation Tools                     RSAT-VA-Tools                  Available
        [ ] Windows Deployment Services Tools           WDS-AdminPack                  Available
[ ] RPC over HTTP Proxy                                 RPC-over-HTTP-Proxy            Available
[ ] Setup and Boot Event Collection                     Setup-and-Boot-Event...        Available
[ ] Simple TCP/IP Services                              Simple-TCPIP                   Available
[ ] SMB 1.0/CIFS File Sharing Support                   FS-SMB1                        Available
    [ ] SMB 1.0/CIFS Client                             FS-SMB1-CLIENT                 Available
    [ ] SMB 1.0/CIFS Server                             FS-SMB1-SERVER                 Available
[ ] SMB Bandwidth Limit                                 FS-SMBBW                       Available
[ ] SMTP Server                                         SMTP-Server                    Available
[ ] SNMP Service                                        SNMP-Service                   Available
    [ ] SNMP WMI Provider                               SNMP-WMI-Provider              Available
[ ] Software Load Balancer                              SoftwareLoadBalancer           Available
[ ] Storage Migration Service                           SMS                            Available
[ ] Storage Migration Service Proxy                     SMS-Proxy                      Available
[ ] Storage Replica                                     Storage-Replica                Available
[X] System Data Archiver                                System-DataArchiver            Installed
[ ] System Insights                                     System-Insights                Available
[ ] Telnet Client                                       Telnet-Client                  Available
[ ] TFTP Client                                         TFTP-Client                    Available
[ ] VM Shielding Tools for Fabric Management            FabricShieldedTools            Available
[ ] WebDAV Redirector                                   WebDAV-Redirector              Available
[ ] Windows Biometric Framework                         Biometric-Framework            Available
[ ] Windows Identity Foundation 3.5                     Windows-Identity-Fou...        Available
[ ] Windows Internal Database                           Windows-Internal-Dat...        Available
[X] Windows PowerShell                                  PowerShellRoot                 Installed
    [X] Windows PowerShell 5.1                          PowerShell                     Installed
    [X] Windows PowerShell 2.0 Engine                   PowerShell-V2                  Installed
    [ ] Windows PowerShell Desired State Configurati... DSC-Service                    Available
    [ ] Windows PowerShell Web Access                   WindowsPowerShellWeb...        Available
[X] Windows Process Activation Service                  WAS                            Installed
    [X] Process Model                                   WAS-Process-Model              Installed
    [ ] .NET Environment 3.5                            WAS-NET-Environment            Available
    [X] Configuration APIs                              WAS-Config-APIs                Installed
[ ] Windows Search Service                              Search-Service                 Available
[ ] Windows Server Backup                               Windows-Server-Backup          Available
[ ] Windows Server Migration Tools                      Migration                      Available
[ ] Windows Standards-Based Storage Management          WindowsStorageManage...        Available
[ ] Windows Subsystem for Linux                         Microsoft-Windows-Su...        Available
[ ] Windows TIFF IFilter                                Windows-TIFF-IFilter           Available
[ ] WinRM IIS Extension                                 WinRM-IIS-Ext                  Available
[ ] WINS Server                                         WINS                           Available
[X] Wireless LAN Service                                Wireless-Networking            Installed
[X] WoW64 Support                                       WoW64-Support                  Installed
[X] XPS Viewer                                          XPS-Viewer                     Installed

posted @ 2023-12-08 17:23  suv789  阅读(76)  评论(0编辑  收藏  举报