Powershell module 'servermanager' not found on Windows 10

I am running windows 10 on a virtual machine and I would like to list the windows feature available by running the following commands on powershell:

Import-Module ServerManager
Get-WindowsFeature

Already running the first command produces: The specific module 'servermanager' was not loaded because no valid module file was found in any module directory.

I have tried to use the solution for Windows server 2008 Powershell Servermanager module not included in Windows Web Server 2008 R2 but that does not work for me, i.e. I cannot find the module in C:\Windows\System32\WindowsPowerShell\v1.0\Modules. Yet, I could not find how to switch between 64bit or 32bit Powershell in Windows 10. Any help? thank you


You need to download and install 'Remote Server Administration Tools for Windows 10'. The download link is https://www.microsoft.com/en-au/download/details.aspx?id=45520

RSAT tools on Windows 10 October 2018 Update or later

Starting with Windows 10 October 2018 Update, RSAT is included as a set of "Features on Demand" right from Windows 10. Do not download an RSAT package from this page. Instead, just go to "Manage optional features" in Settings and click "Add a feature" to see the list of available RSAT tools. Select and install the specific RSAT tools you need. To see installation progress, click the Back button to view status on the "Manage optional features" page.

Optional features - Add a feature - RSAT: Server Manager


You can use the x86 tag to identify which PS version you are starting up. See following picture: enter image description here