Home

Published

- 1 min read

Powershell Core server manager module

img of Powershell Core server manager module

The solution for this is noted below

Powershell Core server manager module

Solution

   Install-Module -Name WindowsCompatibility -Scope CurrentUser -Force -AllowClobber

Import-WinModule -Name ServerManager

Get-Command -Module ServerManager

Try other methods by searching on the site. That is if this doesn’t work