I am trying to setup Orchestrator on a windows 10 machine.
I was able to do all the steps in the prerequisites and the installation apart from running the script that installs roles and features.
When I run it, I get this error
PS C:\Windows\system32> C:\Users\ofdhi\Downloads\AddServerRolesAndFeatures\InstallRolesAndFeatures.ps1
Import-Module : The specified module ‘ServerManager’ was not loaded because no valid module file was found in any
module directory.
At C:\Users\ofdhi\Downloads\AddServerRolesAndFeatures\InstallRolesAndFeatures.ps1:1 char:1
- Import-Module ServerManager -ErrorAction Stop
-
+ CategoryInfo : ResourceUnavailable: (ServerManager:String) [Import-Module], FileNotFoundException + FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
I understand that ServerManager module does not exist because I am not on windows server. What is the alternative then.
I am not sure if these two issues are related but I cannot see windows authentication in add or remove features nor on IIS authentication
Please assist.
Kindly
Olfa