The following commands are for the single Exchange Server 2007 scenario
#holding the MailBox, Client Access, Hub Transport roles
#Check the SCP details (Autodiscover Uri):
Get-ClientAccessServer | FL
#Set the new URI for SCP
Get-ClientAccessServer | Set-ClientAccessServer -AutoDiscoverServiceInternalUri https://yourFQDNServer/Autodiscover/Autodiscover.xml
#Check the Web Services URL:
Get-WebServicesVirtualDirectory | FL
#Set the new URL for Web Services:
Get-WebServicesVirtualDirectory | Set-WebServicesVirtualDirectory -InternalUrl https://yourFQDN/EWS/Exchange.asmx -ExternalUrl https://yourFQDN/EWS/Exchange.asmx
#To Install Commercial Certificates for Active Sync OR for Security purpose
#List Certificates in local store:
Get-ExchangeCertificate
#Asign an existing Certificate ofr Exchange Services:
#Enable-ExchangeCertificate
And follow the Screen Steps This will ask for Thumb print of the certificate that you want to enable for any purpose like POP, IIS, SMTP, IMAP
POP = POP3
SMTP = SMTP
IIS= Wemail and Active Sync
IMAP=IMAP
#Additional links:
#How to Install GoDaddy SSL Certificate in IIS6
http://www.netometer.com/video/tutorials/godaddy-ssl-certificate/index.php
#How to Install GoDaddy SSL Certificate in IIS7
http://www.netometer.com/video/tutorials/iis7-godaddy-ssl-certificate/
#run fillowing command from shell to allow and accept External email by Distribution list.
Set-DistributionGroup <"ditribution list name"> -RequireSenderAuthenticationEnabled $False
Karnav Thakar. MCP, MCSA, MCSE, MSITP, CHFI, ECA
Showing posts with label Exchange 2007. Show all posts
Showing posts with label Exchange 2007. Show all posts
Subscribe to:
Posts (Atom)
ISM Cyber Security Terms
ISM Cyber Security Terms
-
--> Phase 3 :- Installation of Windows Exchange server standard 2007 SP1 & Move Mailbox, Installtion/Transfer of Commercial Certi...
-
If you have PABX server like Asterisk / Free PBX / Elastix and want to feature to listen / whisper / barge to other calls. ChanSpy can gi...