Software prerequisites
Third-party dependencies and security responsibility
ShareAspace relies on a number of third-party components and platforms, including but not limited to Microsoft Windows Server, Microsoft .NET, HOOPS Visualize Web, Elasticsearch, and LibreOffice.
These dependencies may be required for deployment or optionally integrated with ShareAspace. They are developed and maintained by their respective vendors.
ShareAspace responsibility
ShareAspace maintains visibility of relevant third-party components used in or required by the product, and performs due diligence appropriate to their role in the overall solution. This includes:
- Maintaining an inventory of relevant third-party components.
- Monitoring publicly disclosed vulnerabilities that may affect ShareAspace deployments.
- Assessing the potential impact of such vulnerabilities on ShareAspace.
- Providing guidance, mitigation recommendations, or product updates where applicable. Where vulnerabilities in third-party components materially impact the security of ShareAspace, they are handled as part of ShareAspace’s vulnerability management and disclosure processes.
Customer / operator responsibility
Certain third-party components are installed, operated, and updated outside the control of ShareAspace (e.g. operating systems, runtime environments, and external services). The operator of a ShareAspace installation is responsible for:
- Installing and maintaining supported versions of third-party components.
- Applying security updates and patches provided by the respective vendors.
- Monitoring vendor advisories relevant to their environment.
- Performing environment-level security controls such as hardening and scanning.
Shared responsibility model
Security of a ShareAspace deployment is based on a shared responsibility model:
- ShareAspace is responsible for the security of the product, including risks introduced by dependencies where they affect the product.
- The operator is responsible for the secure operation and maintenance of the deployment environment. Failure to maintain third-party components in a supported and up-to-date state may expose the system to security risks outside ShareAspace’s control.
Microsoft Windows Server
Windows Server 2025
- ShareAspace 1.9.1 is developed and tested to run on Microsoft Windows Server 2025.
- Microsoft Windows Server 2025 is the only officially supported operating system for ShareAspace 1.9.1.
Windows Server 2019 / 2022
ShareAspace 1.9+ is not tested on Microsoft Windows Server 2019 or 2022 and is therefore not officially supported on these operating systems.
While the ShareAspace components may run on these versions if all prerequisites are met, this configuration is not validated by Eurostep.
Note
Eurostep recommends that if Microsoft Windows Server 2019 is used beyond its end-of-life (EOL), an extended service agreement with Microsoft should be in place to ensure continued security updates.
Note
Eurostep will only investigate and address reported issues if they can be reproduced on a supported platform (Microsoft Windows Server 2025).
Application server
Servers hosting ShareAspace Host nodes are referred to as Application servers.
On a ShareAspace Host node, the following components are installed:
Host.msi- Mandatory
The following prerequisites are required for the ShareAspace Host node:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | .NET Core Hosting Bundle | Download and install the latest ASP.NET Core Runtime 10.0 Hosting Bundle. |
| 3 | TLS Certificate (for Host) | See the TLS Certificates section. |
| 4 | mTLS Certificate (for Host, optional) | See the mTLS Certificates section. |
Licence (optional)
A valid ShareAspace licence obtained when purchasing ShareAspace.
Note
A ShareAspace installation can be performed without a licence, and the initial Collection bootstrap can also be completed.
However, without a valid licence, ShareAspace will run in a limited mode until a licence is applied.
The licence can be applied during the Collection bootstrap stage or at a later stage using the ShareAspace REST APIs or the Collection Administration user interface.
ShareAspace web server (classic)
The prerequisites listed here are required for the ShareAspace component:
NovaWeb.msi(classic web)
The following components are prerequisites for hosting a ShareAspace Web server node:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | Operating System Features | Web Server (IIS) Role |
| 3 | Web Management Tools | |
| 4 | TLS Certificate (for IIS) | See the TLS Certificates section. |
ShareAspace Web Server (new)
The Web Server (new) hosts the ShareAspace Web application and renders the user interface on the server side.
The following prerequisites are required for the ShareAspace Web (new) component:
WebUI.msi
The following prerequisites are required to host a ShareAspace Web (new) server:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | Operating System Features | Web Server (IIS) |
| 3 | Web Management Tools (IIS Management Console) | |
| 4 | .NET Core Hosting Bundle | Download and install the latest ASP.NET Core Runtime 10.0 Hosting Bundle |
| 5 | TLS Certificate (for IIS) | See the TLS Certificates section. |
| 6 | Trust for the ShareAspace Application server TLS certificate | See the TLS Certificates section. |
| 7 | mTLS Certificate (client, optional) | See the mTLS Certificates section. |
Reverse proxy server
The Reverse Proxy server acts as a gateway, routing client requests to the ShareAspace Application server nodes.
The following prerequisites are required for the ShareAspace Reverse Proxy component:
ReverseProxy.msi
The following prerequisites are required to host a Reverse Proxy (Gateway) server:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | Operating System Features | Web Server (IIS) |
| 3 | Web Management Tools (IIS Management Console) | |
| 4 | .NET Core Hosting Bundle | Download and install the latest ASP.NET Core Runtime 10.0 Hosting Bundle. |
| 5 | TLS Certificate (for IIS) | See the TLS Certificates section. |
| 6 | Trust for the TLS certificate used by the ShareAspace Application server | See the TLS Certificates section. |
Documentation web server
The Documentation Web Server hosts the internal ShareAspace documentation in a web-accessible format.
The following prerequisites are required for the ShareAspace Documentation component:
Documentation.msi
The following prerequisites are required to host the ShareAspace Documentation:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | Operating System Features | Web Server (IIS) |
| 3 | Web Management Tools (IIS Management Console) |
Important
The ShareAspace documentation contains non-public information and must not be exposed publicly on the internet. It is intended for internal or restricted use only.
A publicly available version is available at https://docs.shareaspace.com.
File Vault server
The File Vault server stores all binary content (such as documents and CAD files) used by ShareAspace.
The server hosting the ShareAspace File Vault must expose a network file share (SMB/Windows file sharing) accessible using Windows Authentication.
The following configuration is recommended for the File Vault server:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | File Sharing | SMB/Windows file sharing must be enabled. |
| 3 | Network Share | A shared folder accessible from all ShareAspace Host nodes. |
| 4 | Access Control | The ShareAspace service account must have full control permissions on the share. |
DeveloperLogin extension server
The DeveloperLogin server provides a simplified authentication mechanism intended for development and testing environments and is used with the ShareAspace Web (classic) application.
The following prerequisites are required for the ShareAspace DeveloperLogin component:
DeveloperLogin.msi
The following prerequisites are required to host a DeveloperLogin server:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | Operating System Features | Web Server (IIS) |
| 3 | Web Management Tools (IIS Management Console) | |
| 4 | .NET Core Hosting Bundle | Download and install the latest ASP.NET Core Runtime 10.0 Hosting Bundle. |
| 5 | TLS Certificate (for IIS) | See the TLS Certificates section. |
Important
The DeveloperLogin component must only be used for development and testing environments and must not be used in production.
DeveloperAuthentication extension server
The DeveloperAuthentication server provides a simplified authentication mechanism intended for development and testing environments and is used with the ShareAspace Web (new) application.
The following prerequisites are required for the ShareAspace DeveloperAuthentication component:
DeveloperAuthentication.msi
The following prerequisites are required to host a DeveloperAuthentication server:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | Operating System Features | Web Server (IIS) |
| 3 | Web Management Tools (IIS Management Console) | |
| 4 | .NET Core Hosting Bundle | Download and install the latest ASP.NET Core Runtime 10.0 Hosting Bundle. |
| 5 | TLS Certificate (for IIS) | See the TLS Certificates section. |
| 6 | Trust for the TLS certificate used by the ShareAspace Application server | See the TLS Certificates section. |
| 7 | mTLS Certificate (client, optional) | See the mTLS Certificates section. |
Important
The DeveloperAuthentication component must only be used for development and testing environments and must not be used in production.
EmailAuthentication extension server
The EmailAuthentication server provides a simple email-based authentication mechanism for ShareAspace.
The following prerequisites are required for the ShareAspace EmailAuthentication component:
EmailAuthentication.msi
The following prerequisites are required to host an EmailAuthentication server:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | Operating System Features | Web Server (IIS) |
| 3 | Web Management Tools (IIS Management Console) | |
| 4 | .NET Core Hosting Bundle | Download and install the latest ASP.NET Core Runtime 10.0 Hosting Bundle. |
| 5 | TLS Certificate (for IIS) | See the TLS Certificates section. |
SendGrid mail extension server
The SendGrid Mail extension server provides email delivery functionality for ShareAspace using the SendGrid service.
The following prerequisites are required for the ShareAspace SendGrid Mail component:
SendGridMail.msi
The following prerequisites are required to host a SendGrid Mail extension server:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | Operating System Features | Web Server (IIS) |
| 3 | Web Management Tools (IIS Management Console) | |
| 4 | .NET Core Hosting Bundle | Download and install the latest ASP.NET Core Runtime 10.0 Hosting Bundle. |
| 5 | TLS Certificate (for IIS) | See the TLS Certificates section. |
SMTP mail extension server
The SMTP Mail extension server provides email delivery functionality for ShareAspace using an SMTP server.
The following prerequisites are required for the ShareAspace SMTP Mail component:
SMTPMail.msi
The following prerequisites are required to host an SMTP Mail extension server:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | Operating System Features | Web Server (IIS) |
| 3 | Web Management Tools (IIS Management Console) | |
| 4 | .NET Core Hosting Bundle | Download and install the latest ASP.NET Core Runtime 10.0 Hosting Bundle. |
| 5 | TLS Certificate (for IIS) | See the TLS Certificates section. |
OpenTelemetry collector
The OpenTelemetry Collector server collects and exports telemetry data from ShareAspace to configured destinations.
The following prerequisites are required for the ShareAspace OpenTelemetry Collector component:
OpenTelemetryCollector.msi
The following prerequisites are required to host an OpenTelemetry Collector server:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | .NET Core Hosting Bundle | Download and install the latest ASP.NET Core Runtime 10.0 Hosting Bundle. |
| 3 | TLS Certificate | See the TLS Certificates section. |
Event logger extension server
The Event Logging extension server provides event-based logging functionality for ShareAspace.
The following prerequisites are required for the ShareAspace Event Logging component:
EventLogging.msi
The following prerequisites are required to host an Event Logging extension server:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | Operating System Features | Web Server (IIS) |
| 3 | Web Management Tools (IIS Management Console) | |
| 4 | .NET Core Hosting Bundle | Download and install the latest ASP.NET Core Runtime 10.0 Hosting Bundle. |
| 5 | TLS Certificate (for IIS) | See the TLS Certificates section. |
File preview server
The File Preview server provides functionality to generate preview representations of files (such as documents and CAD files) within ShareAspace.
The following prerequisites are required for the ShareAspace File Preview component:
FilePreview.msi
The following prerequisites are required to host a File Preview server:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | Operating System Features | Web Server (IIS) |
| 3 | Web Management Tools (IIS Management Console) | |
| 4 | .NET Core Hosting Bundle | Download and install the latest ASP.NET Core Runtime 10.0 Hosting Bundle. |
| 5 | LibreOffice | Download and install LibreOffice 26.2 including all required prerequisites. |
| 6 | TLS Certificate (for IIS) | See the TLS Certificates section. |
Full text indexing server
The Full Text Indexing server provides indexing and search capabilities for ShareAspace using Elasticsearch.
The following prerequisites are required for the ShareAspace Full Text Indexing component:
FullTextIndexing.msi
The following prerequisites are required to host a Full Text Indexing server:
| 1 | Operating System (OS) | Microsoft Windows Server 2025 |
| 2 | Operating System Features | Web Server (IIS) |
| 3 | Web Management Tools (IIS Management Console) | |
| 4 | .NET Core Hosting Bundle | Download and install the latest ASP.NET Core Runtime 10.0 Hosting Bundle. |
| 5 | TLS Certificate (for IIS) | See the TLS Certificates section. |
| 6 | Elasticsearch | Install Elasticsearch 9.4.x for Windows (see official Elastic downloads). |
| 7 | Trust elastic certificate |
Configuration tool
The prerequisites listed here are required when installing:
ConfigTool.msi
Before Config Tool can be installed the following requirements must be met:
| 1 | Operating System (OS) | Microsoft Windows 10, Microsoft Windows 11, Microsoft Windows Server 2025 |
Component End of Life
None of the ShareAspace components that are part of a ShareAspace installation:
- Require software that has reached its end of life (EOL)
- Use bundled third-party components that have reached end of life
Note
It is recommended to regularly review third-party dependencies (such as operating systems and infrastructure components) to ensure ongoing support and security compliance.
Supported web browsers
The following web browsers are supported for clients running ShareAspace Web:
- Google Chrome
- Microsoft Edge (Chromium-based)
Supported releases of ShareAspace Web are continuously maintained to be compatible with the latest evergreen versions of the browsers listed above.
Installing server features
Web Server (IIS) Role
You can add the Web Server (IIS) role to Windows Server 2025 using Windows PowerShell or Server Manager (graphical interface).
Windows PowerShell
Open Windows PowerShell as an administrator and run the following commands:
Import-Module ServerManager
Install-WindowsFeature -Name Web-Server
Install-WindowsFeature -Name Web-Asp-Net45
Install-WindowsFeature -Name Web-Mgmt-Tools
Important
Only install the features listed above. Installing additional features may affect the installation.
For example, enabling WebDAV Publishing will, by default, block the DELETE HTTP verb in IIS, preventing DELETE operations against the ShareAspace API.
To verify the installed features, run:
Get-WindowsFeature
PS C:\Users\setup> Get-WindowsFeature
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
[ ] File and iSCSI Services File-Services Available
[ ] File Server FS-FileServer Available
[ ] 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
[ ] WebDAV Publishing Web-DAV-Publishing Available
[X] Health and Diagnostics Web-Health Installed
[X] HTTP Logging Web-Http-Logging Installed
[ ] Custom Logging Web-Custom-Logging Available
[ ] Logging Tools Web-Log-Libraries Available
[ ] ODBC Logging Web-ODBC-Logging Available
[ ] Request Monitor Web-Request-Monitor Available
[ ] Tracing Web-Http-Tracing Available
[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
[X] WebSocket Protocol Web-WebSockets Installed
[ ] FTP Server Web-Ftp-Server Available
[ ] FTP Service Web-Ftp-Service Available
[ ] FTP Extensibility Web-Ftp-Ext Available
[X] Management Tools Web-Mgmt-Tools Installed
[X] IIS Management Console Web-Mgmt-Console Installed
[ ] IIS 6 Management Compatibility Web-Mgmt-Compat Available
[ ] IIS 6 Metabase Compatibility Web-Metabase Available
[ ] IIS 6 Scripting Tools Web-Lgcy-Scripting Available
[ ] IIS 6 WMI Compatibility Web-WMI Available
[ ] IIS Management Scripts and Tools Web-Scripting-Tools Available
[ ] Management Service Web-Mgmt-Service Available
[ ] 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
[ ] .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
[X] ASP.NET 4.8 NET-Framework-45-ASPNET Installed
[X] WCF Services NET-WCF-Services45 Installed
[ ] HTTP Activation NET-WCF-HTTP-Activat... Available
[ ] 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
[ ] Background Intelligent Transfer Service (BITS) BITS Available
[ ] IIS Server Extension BITS-IIS-Ext Available
[ ] Compact Server BITS-Compact-Server Available
[X] BitLocker Drive Encryption BitLocker Installed
[ ] BitLocker Network Unlock BitLocker-NetworkUnlock Available
[ ] BranchCache BranchCache Available
[ ] Client for NFS NFS-Client Available
[ ] Containers Containers Available
[ ] Data Center Bridging Data-Center-Bridging Available
[ ] Direct Play Direct-Play Available
[X] Enhanced Storage EnhancedStorage Installed
[ ] Failover Clustering Failover-Clustering Available
[ ] Group Policy Management GPMC Available
[ ] Host Guardian Hyper-V Support HostGuardian Available
[ ] I/O Quality of Service DiskIo-QoS Available
[ ] IIS Hostable Web Core Web-WHC Available
[ ] Internet Printing Client Internet-Print-Client Available
[ ] IP Address Management (IPAM) Server IPAM Available
[ ] LPR Port Monitor LPR-Port-Monitor Available
[ ] Management OData IIS Extension ManagementOdata Available
[ ] 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 ATC NetworkATC Available
[ ] Network Load Balancing NLB Available
[ ] Network Virtualization NetworkVirtualization Available
[ ] Quality Windows Audio Video Experience qWave Available
[ ] RAS Connection Manager Administration Kit (CMAK) CMAK Available
[ ] Remote Assistance Remote-Assistance Available
[ ] Remote Differential Compression RDC Available
[ ] Remote Server Administration Tools RSAT Available
[ ] Feature Administration Tools RSAT-Feature-Tools 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
[ ] BITS Server Extensions Tools RSAT-Bits-Server Available
[ ] 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 Removed
[ ] SMB 1.0/CIFS Client FS-SMB1-CLIENT Removed
[ ] SMB 1.0/CIFS Server FS-SMB1-SERVER Removed
[ ] SMB Bandwidth Limit FS-SMBBW 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
[ ] Sysmon Sysmon 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
[X] Windows Admin Center Setup WindowsAdminCenterSetup Installed
[ ] 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
[ ] Windows PowerShell Desired State Configurati... DSC-Service Available
[ ] Windows PowerShell Web Access WindowsPowerShellWeb... Available
[ ] Windows Process Activation Service WAS Available
[ ] Process Model WAS-Process-Model Available
[ ] .NET Environment 3.5 WAS-NET-Environment Available
[ ] Configuration APIs WAS-Config-APIs Available
[ ] 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
PS C:\Users\setup>