• Home
  • About
    • Disclaimer
  • Archives
  • Tools

Posts tagged exchange

How to create e-mail address policy based on active directory group membership.

Jan02
2018
Written by david

I use this command to create a e-mail address policy based on a group membership use the following command:

New-EmailAddressPolicy "" -RecipientFilter {((MemberOfGroup -eq "GroupPath"))} -EnabledPrimarySMTPAddressTemplate ‘’

PolicyName – Policy name.
GroupPath – Distinguished name of group in Active Directory. READ MORE »

VN:F [1.9.20_1166]
please wait...
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
Posted in 2010, Exchange - Tagged 2010, EMS

Powershell: How to set “Out of the office” to a list of users.

Sep05
2015
Written by david

Here is a script for setting an Out of the office (OOO) message to a list of users.
Tested on Exchange 2010.

First, careat a CSV file (OOOUsers.csv) with all the users in one column and put it in c:\ooo\.
Than, create a *.ps1 file and copy the script into it.
Save it in C:\ooo\.
READ MORE »

VN:F [1.9.20_1166]
please wait...
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: +1 (from 1 vote)
Posted in 2010, Exchange, PowerShell - Tagged Powershell, Script

Export to CSV all your Exchange 2010-2007 Email Addresses

Jan03
2015
Written by david

This Powershell command will export all SMTP Email addresses from Exchange 2010-2007 to CSV file.

Get-Mailbox -ResultSize Unlimited |Select-Object DisplayName,ServerName,PrimarySmtpAddress, @{Name=“EmailAddresses”;Expression={$_.EmailAddresses |Where-Object {$_.PrefixString -ceq “smtp”} | ForEach-Object {$_.SmtpAddress}}} | Export-CSV c:\smtp.csv -NoTypeInformation
VN:F [1.9.20_1166]
please wait...
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.20_1166]
Rating: +1 (from 1 vote)
Posted in 2007, 2010, Exchange, PowerShell - Tagged 2007, 2010, Command Line, Powershell

Exchange 2010: View free (White) space inside the Mailbox Database

Jan23
2013
Written by david

If you like to see the available space on you’r database you can run fallowing command in “Exchange Management Shell” READ MORE »

VN:F [1.9.20_1166]
please wait...
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.20_1166]
Rating: +2 (from 2 votes)
Posted in 2010, Exchange - Tagged 2010, Powershell

Renew/Install SSL certificate on Exchange 2010

Oct09
2012
Written by david

I found a great step by step guide written by Randy Chapman about renew/install SSL certificate on Exchange 2010 here.

Worth reading.

 

VN:F [1.9.20_1166]
please wait...
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.20_1166]
Rating: +3 (from 3 votes)
Posted in 2010, Exchange - Tagged 2010

Exchange Server and Update Rollups Build Numbers, ThechNet Wiki.

Sep19
2012
Written by david

The following link is the Microsoft Wiki page that lists all Exchange Server versions and Update Rollup’s with release dates and KB respectively.

Exchange Server and Update Rollups Build Numbers.

VN:F [1.9.20_1166]
please wait...
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.20_1166]
Rating: +3 (from 3 votes)
Posted in 2007, Exchange - Tagged 2007

Exchange transaction logs do not flush after backing up a virtual machine with Symantec backup exec VMware agent.

Sep06
2012
Written by david

Exchange transaction logs do not flush after backing up a virtual machine with Symantec backup exec VMware agent.

When installing backup exec agent to backup a virtual exchange server located on a Vmware host you should make sure the VMware Tools “Filesystem Sync Driver” and the “Volume Shadow Copy Services Support” driver is not installed on that virtual machine. READ MORE »

VN:F [1.9.20_1166]
please wait...
Rating: 5.5/10 (2 votes cast)
VN:F [1.9.20_1166]
Rating: +2 (from 2 votes)
Posted in VMware - Tagged Backup exec, Symantec

How to: disable ESMTP on Exchange 2007

Jul01
2012
Written by david

I have an Exchange 2007 in place, the queue is giving me a 421 4.4.2. connection dropped error on some domains I’m sending to, tracing the logs shows the connection is dropped after the BDAT command.

I have found this on the internet:
BDAT is part of ESMTP protocol – while Ex2007 supports ESMTP, it does not support BDAT due to vulnerabilities that would crash smtp server (back in Exchange 2000 days). You can see all the ESMTP commands Exchange 2007 supports by telnet to the box and execute EHLO. While only very small number of domains still use BDAT, it is not necessary to make any changes to Exchange 2007.

If you want to fix this problem, you have to disable ESMTP on Exchange. To do this, issue this command: READ MORE »

VN:F [1.9.20_1166]
please wait...
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: +1 (from 1 vote)
Posted in 2007, Exchange - Tagged 2007

Exchange 2007 stopped processing incoming E-mails

Jun24
2011
Written by david

I had a problem today with an exchange 2007 RTM server that refused to accept incoming mails.
Testing with telnet to port 25 and trying to send an E-mail manually, produced this error:

452 4.3.1 Insufficient system resources

READ MORE »

VN:F [1.9.20_1166]
please wait...
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
Posted in 2007, Exchange, SBS 2008, Windows - Tagged 2007, SBS 2008, windows

Categories

  • Command Line (11)
  • Exchange (8)
    • 2007 (4)
    • 2010 (5)
  • Fortigate (10)
  • FreeNAS (2)
  • HmailServer (1)
  • How To: (8)
  • MS SQL 2008 (4)
  • Networking (4)
  • Open Source (1)
  • PowerShell (2)
  • Recovery (1)
  • SBS (8)
    • SBS 2008 (6)
    • SBS 2011 (3)
  • Terminal Server (2)
  • Veeam (2)
  • VMware (6)
  • Windows (18)

Links

  • חי הדפסות – דפוס משי, חולון
  • שלישיה – זה לא מה שחשבתם

Archives

  • March 2018
  • January 2018
  • September 2015
  • January 2015
  • August 2014
  • May 2014
  • December 2013
  • January 2013
  • October 2012
  • September 2012
  • July 2012
  • June 2012
  • May 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
Site Meter

EvoLve theme by Theme4Press  •  Powered by WordPress How to do.....IT