Tuesday, August 17, 2010

Invalid H drive installing VCenter Converter Standalone

This one made me pull my hairs, attempting to install VCenter Converter on client server and each time I try I get fallowing error and install never starts.

Error 1327.Invalid Drive: H:\". I click on OK and the installer quits.


I checked each partition and verified there is no H drive assigned to any of the partitions and also no mapping to any network resources with drive letter H

image

After banging empty head I figured out fallowing work around

Open CMD

  • mkdir install
  • subst h: C:\install

After this install will be happy and mystery with H drive designation will no longer stop you Crying face& I have no clue what made Windows think H drive was in use, but this work around might save you couple hairs (-:

image[8]

image

Respectfully,
Oz Casey, Dedeal
MCITP (EMA), MCITP (SA)
MCSE 2003, M+, S+, MCDST
Security+, Project +, Server +
http://smtp25.blogspot.com/ (Blog
http://telnet25.spaces.live.com/ (Blog)
http://telnet25.wordpress.com/ (Blog)

Entourage & Exchange 2010

If you do have Entourage users on your messaging environment and you wish to move into Exchange 2010 , couple things you need to be aware of….. below info is taken from Henrik Walter article at TechNet Magazine, check it out….

imageimage

  • We've heard that Microsoft is discontinuing WebDAV as of Exchange 2010 and wonder
  • if that will leave Entourage clients forced to connect to Exchange 2010 using legacy protocols such as POP or IMAP?
  • Yes, you're right, with Exchange 2010 Microsoft discontinues WebDAV. And, yes, this means that users of Entourage 2008 and older versions will only be able to connect to Exchange 2010 via POP or IMAP.
  • But the Exchange team can't just ignore this mail client protocol because another Microsoft product group uses it. So, Microsoft is taking care of this problem with the new Entourage client (which, as of this writing, is in beta).
  • The upcoming Entourage client will use Exchange Web Services (EWS) for connecting to Exchange. As a result, this version also will support many more features than did the previous, WebDAV-based versions.
  • Now tasks, notes and categories can sync withExchange, and the new Entourage version will have full support for AutoDiscover (Entourage 2008 SP1 had only limited support for AutoDiscover

ScreenShot003[3]

 

Respectfully,
Oz Casey, Dedeal

MCITP (EMA), MCITP (SA)
MCSE 2003, M+, S+, MCDST
Security+, Project +, Server +
http://smtp25.blogspot.com/ (Blog
http://telnet25.spaces.live.com/ (Blog)
http://telnet25.wordpress.com/ (Blog)

Sunday, August 8, 2010

Internal Relay Domain & Forward all mail with unresolved recipients to host:

 

You will remember the option “Forward all mail with unresolved recipients to host” option on Exchange 2003 on the SMTP virtual server properties. The propose of this configuration is most likely , sharing SMTP name space with another mailing system within your organization such as “ListServer” etc.

Now let’s remember what was SMTP name sharing briefly , you have Exchange server and your SMTP name space is   @telnet25.org  and you installed List server in your network because you wish to perform mass mailing and not wanting to use your Exchange server for this purpose while you will use same SMTP name space. Now you created  mail address called  marketing@telnet25.org  on the ListServer, and you defined bunch of external mail addresses in there. Your ListServer has its own IP address when its sends mail out incase the IP getting in RBL list etc due to mass mailing.

here how it works

1. User A opens his outlook sends mail to “Marketing@telnet25.org”  User A mailbox resides on E210 Server

2. E210 Receives mail goes trough the GAL and finds out the SMTP address “Marketing@telnet25.org” is NOT a valid recipient, E210 sees the matching “Send” connector with same SMTP address space and instead of bouncing mail back to sender it sends the smart host defied in the send connector, which is the IP address of the mass mailing system ( ListServer) in this case. 

3.ListServer accepts mail and , markeing@telnet25.org is the group e-mail address and ListServer sends mail to each group member.

image

 

This is how it worked on if we were doing in on E03 server “Forward all mail with unresolved recipient to host”

image

now here are the steps to configure this on Exchange 2010 server, we will create convert our Authoritative domain to Internal Relay Domain,

***doing this is safe it does not effect your mail flow***

image

image

 

To see the accepted Domain from PS

Step1

Get-AcceptedDomain | fl domainname, *type*

image

 

Step2  ( Replace Telnet25.org------------>TO your own SMTP name space)

Set-AcceptedDomain telnet25.org -DomainType InternalRelay

image 

 

Step3 ( Replace Telnet25.org------------>TO your own SMTP name space)

New-SendConnector -Name "telnet25.org Send Connector" -Internet -AddressSpace telnet25.org -DNSRoutingEnabled $false -SmartHosts ListServer.telnet25.org -SmartHostAuthMechanism ExternalAuthoritative -MaxMessageSize 20MB
image
  • Now When you sent mail from E210 to non valid Recipient on GAL E210 will use the matching connector and send it to smart host defined in there which will be your list Server.

image

Notes:

If you have existing E03 Server , I recommend changing your mail flow, if your mail start bouncing ( inbound) with 5.7.1 unable to relay, on the E03 server , pass mail to E210 Servers and sent all out from E210 servers.

 

 

image

Understanding Accepted Domains

http://technet.microsoft.com/en-us/library/bb124423.aspx

Configure Exchange 2010 to Route Messages for a Shared Address Space

http://technet.microsoft.com/en-us/library/bb676395.aspx

Respectfully,
Oz Casey, Dedeal
MCITP (EMA), MCITP (SA)
MCSE 2003, M+, S+, MCDST
Security+, Project +, Server +
http://smtp25.blogspot.com/ (Blog
http://telnet25.spaces.live.com/ (Blog)
http://telnet25.wordpress.com/ (Blog)

Wednesday, July 28, 2010

Windows Server Backup Exchange 2010

Here are the steps to backup your exchange server with Windows backup.Once in a while you may need this due to disk space  issues , log have not been flushed, or do budged to spend for 3th party utility for backup. What ever your reasoning is, just fallow the simple steps to get the work done.

Log into your mail server, open server manager and click futures, select “windows Server backup Features”

image

  • you can also use
servermanagercmd.exe -install Backup-Features

image

  • Now open SWB

image

  • or  wbadmin.msc

image

Click backup once

image

image

image

image

image

 

image

image

image

image

image

image

image

Respectfully,
Oz Casey, Dedeal
MCITP (EMA), MCITP (SA)
MCSE 2003, M+, S+, MCDST
Security+, Project +, Server +
http://smtp25.blogspot.com/ (Blog
http://telnet25.spaces.live.com/ (Blog)
http://telnet25.wordpress.com/ (Blog)