• Largest collection of FREE Microsoft eBooks ever

    FREE Microsoft eBooks! Who doesn’t love FREE Microsoft eBooks? Enjoy :)

    http://blogs.msdn.com/b/mssmallbiz/archive/2014/07/07/largest-collection-of-free-microsoft-ebooks-ever-including-windows-8-1-windows-8-windows-7-office-2013-office-365-office-2010-sharepoint-2013-dynamics-crm-powershell-exchange-server-lync-2013-system-center-azure-cloud-sql.aspx

  • Exchange 2013 Maintenance mode

     

    Now that Exchange 2013 service pack 1 is released, I believe it’s a good time to revisit this subject.

    Why do I need Exchange 2013 Maintenance mode?

    This is to ensure that your end users won’t be effected when performing any type of software/hardware maintenance on your exchange servers or when you are working on troubleshooting Exchange related problems.

    To which server role does this procedure apply?

    Maintenance mode should be used with Mailbox servers, both standalone mailbox servers and multi-role servers.

    Is there a difference in putting a server into Maintenance mode for Database Availability Group Members and non-Database Availability Group Members?

    Yes, DAG members will have extra steps involves moving all active databases off the server and blocking active databases from moving to the server. Also we need to ensure that all critical DAG support functionality that may be on the server (for example, the Primary Active Manager (PAM) role) is moved to another server and blocked from moving back to the server.

    So what’s the procedure for putting Mailbox Servers that are not Database Availability Group Members into Maintenance mode?

    1. Drain active mail queues on the mailbox server

    Set-ServerComponentState <ServerName> -Component HubTransport -State Draining -Requester Maintenance

    2. To help transport services immediately pick the state change run:

    For Mailbox Server role:

    Restart-Service MSExchangeTransport

    If the server is a multi-role server(CAS/MBX) you need to run

    Restart-Service MSExchangeTransport

    Restart-Service MSExchangeFrontEndTransport

    3. To redirect messages pending delivery in the local queues to another Mailbox server run:

    Redirect-Message -Server <ServerName> -Target <MailboxServerFQDN>

    Note: The target Server value has to be the target server’s FQDN and that the target server shouldn’t be in maintenance mode.

    4. Since the server is not a DAG member, the only step left to put the server into maintenance mode is to run:

    Set-ServerComponentState <ServerName> -Component ServerWideOffline -State Inactive -Requester Maintenance

    Note: Closely monitor the transport queue before running the step above, queues at this stage should be empty or nearly empty, as we are disabling all server components, any mails still pending in the queues will have delay in delivery till the server is taken out from maintenance mode.

    And what’s the procedure for putting Mailbox Servers that are Database Availability Group Members into Maintenance mode?

    1. Drain active mail queues on the mailbox server

    Set-ServerComponentState <ServerName> -Component HubTransport -State Draining -Requester Maintenance

    2. To help transport services immediately pick the state change run:

    For Mailbox Server role:

    Restart-Service MSExchangeTransport

    If the server is a multi-role server(CAS/MBX) you need to run

    Restart-Service MSExchangeTransport

    Restart-Service MSExchangeFrontEndTransport

    3. To redirect messages pending delivery in the local queues to another Mailbox server run:

    Redirect-Message -Server <ServerName> -Target <MailboxServerFQDN>

    Note: The target Server value has to be the target server’s FQDN and that the target server shouldn’t be in maintenance mode.

    4. To prevents the node from being and becoming the PAM, pause the cluster node by running

    Suspend-ClusterNode <ServerName>

    5. To move all active databases currently hosted on the DAG member to other DAG members, run

    Set-MailboxServer <ServerName> -DatabaseCopyActivationDisabledAndMoveNow $True

    6. Get the status of the existing database copy auto activation policy, run the following and note the value of DatabaseCopyAutoActivationPolicy, we will need this when taking the server out of Maintenance in the future

    Get-MailboxServer <ServerName> | Select DatabaseCopyAutoActivationPolicy

    To prevent the server from hosting active database copies, run

    Set-MailboxServer <ServerName> -DatabaseCopyAutoActivationPolicy Blocked

    7. To put the server in maintenance mode run:

    Set-ServerComponentState <ServerName> -Component ServerWideOffline -State Inactive -Requester Maintenance

    Note: Closely monitor the transport queue before running the step above , queues at this stage should be empty or nearly empty, as we will be disabling all server components, any mails still pending in the queues will have delay in delivery till the server is taken out from maintenance mode.

     

    How can I verify that the server is into Maintenance mode?

    To verify the server has been placed into maintenance mode, run:

    Get-ServerComponentState <ServerName> | ft Component,State –Autosize

    All components should show “Inactive” except for Monitoring and RecoveryActionsEnabled

    clip_image001

    How do I take the sever Servers out of Maintenance Mode?

    For Mailbox Servers that are not Database Availability Group Members

    1. Run

    Set-ServerComponentState <ServerName> -Component ServerWideOffline -State Active -Requester Maintenance

    2. To help transport services immediately pick the state change run:

    Restart-Service MSExchangeTransport

    If the server is a multi-role server (CAS/MBX) you need to run

    Restart-Service MSExchangeTransport

    Restart-Service MSExchangeFrontEndTransport

     

    For Mailbox Servers that are Database Availability Group Members

    1. To designate that the server is out of maintenance mode and be able to resume its previous tasks, run:

    A. Set-ServerComponentState <ServerName> -Component ServerWideOffline -State Active -Requester Maintenance

    B. Resume-ClusterNode <ServerName>

    C. Set-MailboxServer <ServerName> -DatabaseCopyActivationDisabledAndMoveNow $False

    D. Set-MailboxServer <ServerName> -DatabaseCopyAutoActivationPolicy Unrestricted

    Note: If the activation policy value was set to blocked before you started Maintenance, you must skip “D”

    E. Set-ServerComponentState <ServerName> -Component HubTransport -State Active -Requester Maintenance

    2. To help transport services immediately pick the state change run:

    Restart-Service MSExchangeTransport

    If the server is a multi-role server (CAS/MBX) you need to run

    Restart-Service MSExchangeTransport

    Restart-Service MSExchangeFrontEndTransport

    How can I verify that the server is out of Maintenance mode?

    To verify the server is not maintenance mode, run:

    Get-ServerComponentState <ServerName> | ft Component,State –Autosize

    All server components should show as “Active”

     

    Can I automate Maintenance mode with a script?

    Yes you can, actually Michael van Horenbeeck. Has leady written two scripts that can start and stop Maintenance mode, as mentioned by the script author, these scripts are provided “as-is” and are to be used on your own responsibility. Please use with caution and always test them before use.

    References:

  • Released: Update Rollup 5 for Exchange 2010 Service Pack 3 and Update Rollup 13 for Exchange 2007 Service Pack 3

    Exchange Server 2010 Service Pack 3 Update Rollup 5 resolves customer reported issues and includes previously released security bulletins for Exchange Server 2010 Service Pack 3. A complete list of the issues resolved in this rollup is available in KB2917508.

    Exchange Server 2007 Service Pack 3 Update Rollup 13 provides recent DST changes and adds the ability to publish a 2007 Edge Server from Exchange Server 2013. Update Rollup 13 also contains all previously released security bulletins and fixes and updates for Exchange Server 2007 Service Pack 3. More information on this rollup is available in KB2917522.

  • Released: Exchange Server 2013 Service Pack 1

    Exchange Server 2013 Service Pack 1 (SP1) is now available for download! Please make sure to read the release notes before installing SP1. The final build number for Exchange Server 2013 SP1 is 15.00.0847.032.

    More details here http://blogs.technet.com/b/exchange/archive/2014/02/25/exchange-server-2013-service-pack-1-available.aspx 

  • {Tool for office 365 / O365} DirSync Toolbox

    http://social.technet.microsoft.com/wiki/contents/articles/23142.introduction-to-the-dirsync-toolbox.aspx