Installation manual
122 Frequently Asked Questions
Microsoft Windows
How do I fix a faulty installation of Server Administrator?
You can fix a faulty installation by forcing a reinstall and then performing an
uninstall of Server Administrator. To force a reinstall:
1
Find out the version of Server Administrator that was previously installed.
2
Download the installation package for that version from
support.dell.com
.
3
Locate
SysMgmt.msi
from the
SYSMGMT\srvadmin\windows\SystemsManagement
directory
and enter
the following command at the command prompt to force a reinstall.
msiexec /i SysMgmt.msi REINSTALL=ALL
REINSTALLMODE=vomus
4
Select
Custom Setup
and choose all the features that were originally
installed. If you are not sure which features were installed, select all of
them and perform the installation.
NOTE: If you installed Server Administrator in a non-default directory,
make sure to change it in Custom Setup as well.
Once the application is installed, you can uninstall it from
Add/Remove
Programs
.
What do I do when the creation of WinRM listener fails with the error
message The CertificateThumbprint property must be
empty when the SSL configuration will be shared with
another service?
This error occurs when the Internet Information Server (IIS) is already
installed and configured for HTTPS communication. Details about
coexistence of IIS and WinRM is available at: technet.microsoft.com/en-
us/library/cc782312.aspx.
In this case, use the following command to create a HTTPS Listener with the
CertificateThumbprint empty:
winrm create winrm/config/Listener?Address=
*+Transport=HTTPS @{Hostname=
"<host_name>";CertificateThumbprint=""}