Hello, I need your help with the SolidCP Configuration script.
The current situation is so that hardly anything s.der script synonymous only approximately works and the script is actually useless.
The script fails even with the configuration of a web server which is in the DMZ and has no connection to a domain with the error that the domain can not be found.
Can someone help me ?
Server is running Windows Server 2016 incl. all updates.
Hello,
Can you try run the following and let me know the output:
(gwmi win32_computersystem).partofdomain -eq $true
This checks to see if the server is a member of the domain.
Kind Regards,
Trevor Robinson
Result :
PS C:UsersAdministrator> Hostname
SolidCP-WWW-01
PS C:UsersAdministrator>
PS C:UsersAdministrator> (gwmi win32_computersystem).partofdomain -eq $true
False
Info, the Computer is in a workgroup what have the name solidcp.internal
Maybee it have some to do with that ?
Hello,
Thats strange as if it is returning False that means it is a workgroup server and the script should recognize that.
Can you confirm if the server looks like its in a working state? If it failed then it should be the single step and other parts of the configuration script should still function.
Thanks,
Trevor