Question : Exchange 2010 After install when initialising it looks for the DC not the member server

After install when initialising it looks for the DC not the member server.

I have uninstalled exchange 2010 off the DC and installed on a member server. When I open EMC i receive the following error.

No CAS servers are available on local server or adjacent servers.

When i click retry i notice it tries to connect to the DC "server01" not the local server that exchnage is installed on.

Is there any way to change this?

I have uninstalled and reinstalled to no avail.

I have noticed there are not exchange services installed either. Further when i open exchnage powershell it asks me for the FQDN for the exchange server.

This is the error in powershell:-


         Welcome to the Exchange Management Shell!

 Full list of cmdlets:          get-command
 Only Exchange cmdlets:         get-excommand
 Cmdlets for a specific role:   get-help -role *UM* or *Mailbox*
 Get general help:              help
 Get help for a cmdlet:         help or -?
 Show quick reference guide:    quickref
 Exchange team blog:            get-exblog
 Show full output for a cmd:     | format-list

Tip of the day #58:

The special variable $_ represents the objects being passed from one cmdlet to another cmdlet in the pipeline. The $_ va
riable is automatically initiated by the Shell and is bound to the current pipeline object. You can access the propertie
s of the object assigned to the $_ variable as you would any other object. The following example shows how you can view
the Name property of each mailbox object that is passed through the pipeline:

 Get-Mailbox | ForEach { $_.Name }

VERBOSE: Connecting to vcentre.magnumtechnology.local
[vcentre.magnumtechnology.local] Connecting to remote server failed with the following error message : The WinRM client
 received an HTTP status code of 403 from the remote WS-Management service. For more information, see the about_Remote_
Troubleshooting Help topic.
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
   eption
    + FullyQualifiedErrorId : PSSessionOpenFailed
WARNING: No Exchange Server is available in the current site. Connecting to a Server in an adjacent site.
_AutoDiscoverAndConnect : No CAS or other servers are available in the current site or adjacent sites. Cannot connect t
o Remote Powershell in a Management Tools only box and no cmdlets are provided by Remote Powershell.
At C:\Program Files\Microsoft\Exchange Server\V14\bin\ConnectFunctions.ps1:39 char:27
+             _AutoDiscoverAndConnect <<<<  $credential $Forest -useWIA:$useWIA -CheckCertificates:$false
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,_AutoDiscoverAndConnect

Failed to connect to any Exchange Server in the current site.
Please enter the Server FQDN where you want to connect: vcentre.amgnumtechnology.local
VERBOSE: Connecting to vcentre.amgnumtechnology.local
[vcentre.amgnumtechnology.local] Connecting to remote server failed with the following error message : WinRM cannot pro
cess the request. The following error occured while using Kerberos authentication: The network path was not found.
 Possible causes are:
  -The user name or password specified are invalid.
  -Kerberos is used when no authentication method and no user name are specified.
  -Kerberos accepts domain user names, but not local user names.
  -The Service Principal Name (SPN) for the remote computer name and port does not exist.
  -The client and remote computers are in different domains and there is no trust between the two domains.
 After checking for the above issues, try the following:
  -Check the Event Viewer for events related to authentication.
  -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or us
e HTTPS transport.
 Note that computers in the TrustedHosts list might not be authenticated.
   -For more information about WinRM configuration, run the following command: winrm help config. For more information,
 see the about_Remote_Troubleshooting Help topic.
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
   eption
    + FullyQualifiedErrorId : PSSessionOpenFailed
[PS] C:\Windows\system32>

Answer : Exchange 2010 After install when initialising it looks for the DC not the member server

like this?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript">
     function setSelected(obj,hiddenParamId) {
          var mySpans = obj.parentNode.getElementsByTagName("td");
          for (var t=0,spn; spn=mySpans[t]; t++) {
               spn.style.border = "4px white solid";
			   spn.style.background = "#eee";
			   spn.style.color = "black"
          }
          obj.style.border = "4px green solid";
		  obj.style.background = "white";
		  obj.style.color = "green";
		  document.getElementById(hiddenParamId).value = obj.childNodes[0].id;
     }</script>
     
<style>
body {
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:.8em;
}
table {
        width:50%;
}
td {
        width:150px;
        vertical-align:top;
        padding:12px;
        border:4px white solid;
        text-align: center;
        -moz-border-radius:18px;
        -webkit-border-radius:18px;
}
tr {
        background-color:#eee;
}
</style>
<title>Daily Check-In</title>
</head>
<body>
<form>
<table align="center" id="myImgs">
    <tr>
      <td colspan="5"><h3>Today, my overall ENERGY is:</h3></td>
    </tr>
    <tr>
      <input type="hidden" id="energy" name="energy">
      <td id="01" onclick="setSelected(this,'energy')"><img src="images/batt-01.png"><br />
        Very Low</td>
      <td id="02" onclick="setSelected(this,'energy')"><img src="images/batt-02.png"><br />
        Somewhat Low</td>
      <td id="03" onclick="setSelected(this,'energy')"><img src="images/batt-03.png"><br />
        Average</td>
      <td id="04" onclick="setSelected(this,'energy')"><img src="images/batt-04.png"><br />
        Somewhat High</td>
      <td id="05" onclick="setSelected(this,'energy')"><img src="images/batt-05.png"><br />
        Very High</td>
    </tr>
    <tr>
      <td colspan="5"><h3>Today, my overall MOOD is:</h3></td>
    </tr>
    <tr>
      <input type="hidden" id="mood" name="mood">
      <td id="01" onclick="setSelected(this,'mood')"><img src="images/mood-01.png"><br />
        Very Sad</td>
      <td id="02" onclick="setSelected(this,'mood')"><img src="images/mood-02.png"><br />
        Somewhat Sad</td>
      <td id="03" onclick="setSelected(this,'mood')"><img src="images/mood-03.png"><br />
        Average</td>
      <td id="04" onclick="setSelected(this,'mood')"><img src="images/mood-04.png"><br />
        Somewhat Happy</td>
      <td id="05" onclick="setSelected(this,'mood','myImgs')"><img src="images/mood-05.png"><br />
        Very Happy</td>
    </tr>
    <tr>
      <td colspan="5"><input name="submit" type="button" value="SUBMIT" /></td>
    </tr>
</table>
</form>
</body>
</html>
Random Solutions  
 
programming4us programming4us