Report and alerts for Exchange Server database backup

Hi
i am trying to use the Get-DailyBackupAlerts.ps1
to check the exchange database backup state every day by email 
and i am using this scripts its working fine but I have problem with sending email  
here below the Error
04/16/2015 09:46:53 Alert email will be sent
04/16/2015 09:46:53 Report summary: Alerts 23, OK 0
04/16/2015 09:46:53 Sending email report
04/16/2015 09:46:53 Cannot validate argument on parameter 'From'. The argument is null or empty. Supply an argument that is not null or empty and then try the command again.
04/16/2015 09:46:53 Finished.
my setting the in the file Settings.xml as below 
<EmailSettings>
    <SMTPServer>webmail.domain.com</SMTPServer>
    <SMTPPort>25</SMTPPort>
    <MailFrom>[email protected]</MailFrom>
    <MailTo>[email protected]</MailTo>
  </EmailSettings>
any one can help ?
Mahmoud

Dear Mahmoud,
In the SMTP server settings below you need to replace with your HUB server FQDN if its 2010 or Mailbox server FQDN if its 2013 and after that i think it should work.
<SMTPServer>webmail.domain.com</SMTPServer>
Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com Thanks Sathish
(MVP)

Similar Messages

  • Exchange Server 2010 Backup and Restore

    Hai,
    I have Exchange server 2010 stand alone server combined with mailbox, hub and cas role. i dont have backup application program. I want to take my exchange database backup to my SAN storage automatically everyday...
    Using windows server backup i can take full backup only and i can schedule it to happen daily.. Is it possible can i take incremental backup??????????for exchange 2010 database.
    Thanks Chandru CT. MCITP

    You have two basic options to backup Exchange 2010, VSS snapshots and "native backup" (meaning a Lag copy).  As far as VSS backups go, there are three components; the VSS Writer, the VSS Provider, and the VSS Requestor.  The Writer is built into
    Exchange.  In fact in Exchange 2010 there are two - the Exchange VSS Writer and the Exchange VSS Replica Writer.  The provider can be a software VSS provider such as the Microsoft Shadow Copy provider or a hardware provider (usually supplied by your
    SAN vendor.  The requestor is what you would tend to think of as the backup application; it coordinates activities between the Writer and the Provider.
    As far as the Exchange 2010 plugin for Windows backup goes, it a very minimal requestor.  It only supports the Exchange 2010 VSS Writer, not the Replica Writer.  This means you can only take backups of the Active copy of a database.  The requirement
    to backup the entire "volume" in the windows sense, or partition to the rest of us is a function of the way VSS works and is no real surprise.  In fact, another limitation of VSS is that the logs and database need to be on seperate volumes: see
    http://technet.microsoft.com/en-us/library/ee832794.aspx. 
    That it only takes full backups makes sense as well.  Shadow copies, like many software providers and many hardware providers out there are copy on write.  Initially, after the first one that is, they take up minimal space for some metadata. 
    As data is writen to the volume while the the snapshot is in place, the original blocks are evacuated to a "difference area" and the write is then written to the newly evacul\ated spot.  You can generally put the difference area on the same volume or
    somewhere else.  The downside is to write a block while a copy on write snapshot is in place means a read and two writes for every write.  This gets ugly on RAID 5 which already has a write penalty of 4; that turns into 9 IOs for every write while
    the copy on write snapshot is in place.  Since you can't do the snapshots on the replica because the replica writer isn't supported, that IO hit is on the active copy.  When using copy on write snapshots, you generally want as few around as possible
    for as short a time as possible; usually just long enough to export or copy the snapshot to another set of spindles.  I really wouldn't want to use WSB plugin for Exchange 2010 in anything but the smallest deployments.
    What about native backup?  Well then you take a 100% space hit for every lag copy.  In addition, restoring a LAG is a one shot deal.  As you strive with the LAG to match what you could achieve with even daily or weekly copy on write snapshots,
    the number of database copies, and Exchange mailbox servers,  poliferates.  You may want to consider a "Happy medium" that combines a LAG for fault tolerance/protection against logical corruption with copy on write snapshots (replicated or copied
    to seperate storage) for HA.  Perhaps DPM would be worth a look in your situation.
    You did mention that you have a SAN.  Most SAN vendors offer hardware VSS Providers.  Many are copy on write, and you shift that set of problems to the, albeit likey a bit more performant SAN, Some vendors use other stratagies.  The vendor
    I work for uses allocate on write, so it avoids the 3 IOs per write copy on write penalty while a snapshot is in place.  This means you can snapshot frequently and keep many of them around without penalty shortening your RPO and RTO.  They optionally
    archive truncated logs allowing for "up to the minute" restore of older snapshots, not just the last one.  They also provide a proprietery version of RAID 6, called RAID DP that outperforms RAID 1.  Combine that with all the storage efficiency features
    like dedupe of primary storage, thin provisioning, compression, etc., that can all be combined and it starts to get compelling as the size of your deployment increases.  Although I might be a bit biased when it comes to SAN vendors, if your SAN is someone
    other than NetApp I still encourage you to talk with your SAN vendor and see what features/functionality they offer that can help you address your backup needs for Exchange 2010.  I think you'll find much to like; it really comes down to scale and a cost/benefit
    analysis.
    If you decide that hardware VSS providers are not you thing and want to stay with a software vss provider, I encorage you to talk to the usual backup software vendors as well.  Many can integrate with DAS and/or SAN, and have their own software
    VSS providers often including support for the Exchange 2010 replica writer.  This at a minimum allows you to snapshot passive copies.  Features like replication (to get the changed blocks to other storage or off site), tape support (to roll backups
    off to tape potentially to store off site) and catalogs come to mind as very useful things to have.
    I'd take a look around at what's available and see if any of the things offered meet your business needs at a price you can afford to pay.  The WSB Plug-in is a bare bones sort of thing, and it only gets better from there.
    J

  • Is it possible to have different authentication mode for SQL Server Database Engine and corresponding SQL Server instance?

    Hi,
    I have installed the x64 SQL Server 2008 R2 Express with default settings and run MBSA 2.3 (using default settings too). It shows three SQL Server instances: MSSQL10_50.SQLEXPRESS, SQLEXPRESS and SQLEXPRESS (32-bit). For the first, authentication
    mode is Windows, for the rest two - mixed. Here https://social.msdn.microsoft.com/Forums/sqlserver/en-US/03e470dc-874d-476d-849b-c805acf5b24d/sql-mbsa-question-on-folder-permission?forum=sqlsecurity question
    about such multiple instances was asked and the answer is that "MSSQL10.TEST_DB
    is the instance ID for the SQL Server Database Engine of the instance, TEST_DB", so in my case, it seems that MSSQL10_50.SQLEXPRESS is the instance ID for SQL Server Database Engine  of the SQLEXPRESS instance.
    I have two questions:
    1) How can it be that SQL Server DB Engine instance has different authentication mode than corresponding SQL Server Instance?
    2) Why 32-bit instance reported although I installed only 64-bit version?
    Also, this https://social.technet.microsoft.com/Forums/security/en-US/6b12c019-eaf0-402c-ab40-51d31dce968f/mbsa-23-reporting-sql-32bt-instance-is-running-in-mixed-mode-when-it-is-set-to-integrated?forum=MBSA question seems to be related to this
    issue, but there is no answer :(.
    Upd: Tried on clean Windows 8 installation and Windows 7 with the same result.

      Because I DO NOT want the three people who will be having access to the production SQL Server to also have access to the primary host ProductionA.  Since I have to allow them to RDC into the box to manage the SQL Server, I figure why not create
    a separate VM for each one of them and they can RDC into those instead.
    Does this make any sense?
    Any tips are greatly appreciated.  The main reason for doing this is because the three people who will be accessing the box, I need to isolate each one of them and at the same time keep them off of the primary ProductionA.
    Thanks for your help.
    M
    Hello M,
    Since you dont want the 3 guys to have access to Production machine A.You can install SQL Server client .By client i mean SQL server management studio(SSMS) on there local desktop and then create login for them in SQL Server.Open port on which your SQL server
    is running for three of the machines so that they can connct.Now with SSMS installed on each machine each can connect to SQL server from there own machine.
    I would also like you to be cautious with giving Sysadmin privilege to all three of them ,first please note down what task they would do and then decide what rights to be provided.
    Your option will also work but you need to create 3 VM for that .Which is more tedious task.
    Hope this helps
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Any known issue reported for "Rollup 8 for Exchange Server 2010 Service Pack 2"

    Hello,
    Currently our servers are running with "Exchange 2010 SP2 RU7", we are planning to update the Rollup version to RU8 for SP2.
    Is there any knows issues reported for "Rollup 8 for Exchange Server 2010 Service Pack 2" till now ? is it safe to update the RU8 ?
    http://www.microsoft.com/en-us/download/details.aspx?id=41394

    (1)  I had to roll it back:
    The rollup released Tuesday the 9th caused random problems with systems ranging from general slow down to operation failed errors.  It didn’t impact everyone at once and seemed to take 48hrs for everyone to have a problem.  Rolling
    back the update and rebooting the server seemed to resolve the issue.
    Issues reported before the general mailflow stopping for everyone:
    Nothing major … an occasional operation failed when I hit send but, it will go thru after I hit the send button a couple of times.
    A MICROSOFT OUTLOOK BOX APPEARS WITH A TRIANGLE WITH A ! INSIDE IT. THE MESSAGE SAYS THE OPERATION FAILED.
    (2)   
    ANOTHER CODE APPEARED WHEN I TRIED TO SEND THIS E-MAIL SO I CLOSED OUTLOOK AND RE-STARTED OUTLOOK. THE MESSAGE READ, CANNOT CREATE THE E-MAIL MESSAGE BECAUSE A DATA FILE TO SEND AND RECEIVE MESSAGE CANNOT BE FOUND. CHECK YOUR SETTINGS IN THIS MICROSOFT
    OUTLOOK PROFILE. IN MICROSOFT WINDOWS, CLICK CONTROL PANEL.CLICK USER ACCOUNTS AND THEN CLICK MAIL. CLICK SHOW PROFILE, AND THEN CLICK PROPERTIES.
    When he tries to open an e-mail, he gets an error message.
    If he tries to mark an e-mail unread, he gets a different message.
    Thanks Ben

  • Source IP for Reporting and Alerts in ESA

    Hi,
    We have a vESA with 2 listerners in the same subnet, so there is only a default ip route. All the alerts and Schedule reports are being sending using IP A (first listener), but the customer wants those e-mails to be sent using IP B (second listener). I have tried with content filters and altsrchost but it seems, this alerts are not treated as nomal e-mail. Is it posible to manipulate the IP address to sent the reports and alerts?
    Thank you 

    Hello,
    This can be achieved under the following :
    C370.lab> alertconfig
    Not sending alerts (no configured addresses)
    Alerts will be sent using this configured From Address: [email protected]
    Cisco IronPort AutoSupport: Disabled
    Choose the operation you want to perform:
    - NEW - Add a new email address to send alerts.
    - SETUP - Configure alert settings.
    - FROM - Configure the From Address of alert emails.
    []> setup
    Initial number of seconds to wait before sending a duplicate alert.
    Enter a value of 0 to disable duplicate alert summaries.
    [300]> 
    Maximum number of seconds to wait before sending a duplicate alert:
    [3600]> 
    Would you like to enable Cisco IronPort AutoSupport, which automatically emails system alerts and weekly status reports directly to Cisco IronPort Customer Support?  (Enabling AutoSupport is recommended.) [N]> 
    Maximum number of alerts to save:
    [50]> 
    Choose the default interface to be used to deliver alerts
    1. Auto
    2. cisco123 (2.2.2.2/24: abc.lab)
    3. test (1.1.1.1/24: lab2.lab
    [1]>
    Regards,
    Mattew

  • MS Forefront Server Security for Exchange Server 2007 SP1 - License Expired - Unable to update

    Hi
    1. My Windows SBS 2008 Server Console shows:
    Virus Protection for e-mail STATUS alert CRITICAL (Forefront Security for Exchange Server)
    Details: None of the engines enabled for updates have been updated in the last week.
    Forefront Security for Exchange Server SP 1
    2. Event Viewer
    Error GetEngineFiles
    Event ID 6012
    Generation: Microsoft Forefront Server Security encountered an error while performing a scan engine update.
    Scan Engine: vBuster (same for microsoft, Kespersky5, Wormlist, etc.)
    Error Code: 0x80004005
    Description: The product license has expired.
    Error Microsoft Forefront Security
    Event ID 7007
    General: None of the engines enabled for updates have been updated in the last week.
    3. About forefront
    Opened Forefront Server Security Administrator > Help > About Forefront
    Forefront Server:
    Version: 10.1.0746
    Service Pack: 1
    Product Id:
    Licensed Components:
    Component: Forefront, License Type: Evaluation, Expiration Date: 16 Dec 2013
    DO I HAVE TO BUY THIS PRODUCT or DO I HAVE TO INSTALL Forefront Security for Exchange Server SP2 or SP3?
    Can please someone advise in this regard,
    Thanks

    -->Component: Forefront, License Type: Evaluation, Expiration Date: 16 Dec 2013
    Evaluation version? didn't activate this product? You
    can convert an evaluation license to a subscription license by activating the product. Be sure to have the product key available when activating FPE. After the product is activated, you can also align when the product expires with your license agreement, and
    easily renew your license by entering a new expiration date.
    Best,
    Howtodo

  • Report and Alert don't executed in the error handler with a JMS proxy service

    Hi,
    I'm working with OSB 11.1.1.4.0 and I'm facing a problem with the error handler of my JMS proxy service.
    My error handler contains two main elements :
    - a Report action
    - an Alert with a JMS destination defined
    When the business service failed the message remain in the queue. It's the expected behavior.
    The problem is :
    - the report is missing
    - the alert is raised but missing in the JMS destination defined in the Alert setting.
    I've noticed if I add a Reply with Failure or Success, Report and Alert are successfully executed.
    Unfortunately the message don't remain in the JMS queue.
    What can I do in order to have my report/alert done and the JMS transaction rollback in order to keep the message in the queue ?
    I've already met this problem in the past with alsb v3 and my solution was to add Service Callout in the error handler in order to externalize these actions.
    This solution is not convenient and I hope another solution is possible.

    Inventorying workgroups can be difficult, especially when it comes to remote access and network security. Because workgroups are not centrally managed, some of the items discussed in this
    wiki article on preparing your workgroup environment may require you to visit each machine individually.
    For non-domain credentials, you do not use the <systemname>\<user> format, you simply enter the user name. Regarding how to enter the credentials, if you have an account that uses the same username and password on all machines and is an administrator
    on all of those machines, then you can enter that in the All computers credentials page of the wizard. You can also do this if they are different user names. However, if some machines have an account with the same user name, such as Administrator,
    but different passwords on each machine, you will need to use the Manually enter computer names discovery method, and then enter the information for each group or each machine.
    As you can tell, workgroup environments can quickly negate any benefit that the agentless inventory nature of MAP provides.
    Please remember to click "Mark as Answer" on the post that helps you, and to click
    "Unmark as Answer" if a marked post does not actually answer your question. Please
    VOTE as HELPFUL if the post helps you. This can be beneficial to other community members reading the thread.

  • Half the engines are not updating wanted to update Forefront Protection 2010 for Exchange Server to newest sevice pack

    Running forefront protection 2010 for exchange. The version of Exchange we are running is Exchange Server 2007 sp3 rollup 13. I am seeing that half our engines are not updating for forefront. Currently we are running version 10.1.0746 sp1 for Forefront.
    I would like to get this up to the newest version which I think is SP2. Where can I download just the service pack 2 and will I have any problem with the version of exchange I am running. Thanks in advance for any help.
    John

    Hi,
    I guess you are talking about Microsoft Forefront Security for Exchange Server.
    You could have a look on the following blog.
    http://blogs.technet.com/b/fss/archive/2009/12/10/migrating-from-forefront-security-for-exchange-server-to-forefront-protection-2010-for-exchange-server.aspx
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • If the Microsoft Forefront Protection 2010 for Exchange Server can use for exchange server 2013?

    if the Microsoft Forefront Protection 2010 for Exchange Server can use for exchange server 2013?

    thanks for your reply!
      what's protection software can use for exchange server 2013?
    Hi,
    Most (if not all) of the bigger vendors has a product that supports Exchange 2013, so look them up.
    Exchange 2013 has some Anti-Spam and Anti-Malware Protection functionality that you can read about here:
    http://technet.microsoft.com/en-us/library/jj150481(v=exchg.150).aspx
    Martina Miskovic

  • Renewal of Forefront Protection 2010 for Exchange Server until EOL

    Hello,
    We have a Open Value subscription for Forefront Protection for Exchange Server 2010 (FPE) running with an Exchange 2007 server and an Edge Server.  We attempted to renew the subscription to FPE and were automatically upgraded to FOPE and now EOP.
    Since FPE is not End of Life yet, might it be possible to renew FPE on premises until such time as the product goes End of Life? 
    thank you,
    Dan

    Hello,
    FPE on premises was available only as a subscription license in OV, OVS. for subscription products thre is not possibility to renew th elicensing if is removed from product list.
    you can purchase FOPE(in OVS) or EOP as online subscription. you can use also EOP for on premises Exchnage Server.
    on Microsoft document we have th efollowing info:
    The following are the primary ways you can use EOP for messaging protection:
    In a standalone scenario   EOP provides cloud-based email protection for your "on-premises Microsoft Exchange Server 2013 environment, legacy Exchange Server versions,
    or for any other on-premises SMTP email solution."
    As a part of Microsoft Exchange Online   By default, EOP protects Microsoft Exchange Online cloud-hosted mailboxes.
    In a hybrid deployment   EOP can be configured to protect your messaging environment and control mail routing when you have a mix of on-premises and cloud mailboxes.
    note: EOP replaces Microsoft Forefront Online Protection for Exchange (FOPE). All FOPE customers will be transitioned to EOP, as described in the
    Forefront Online Protection for Exchange (FOPE) transition center. EOP delivers the protection and control provided by FOPE, and also includes additional features.
    What's new in Exchange Online Protection describes some of these features.
    thanks
    diramoh

  • Microsoft forefront protection 2010 for exchange server is unable to perform the requested function

    I get the following error any time I try and change any setting:
    Microsoft Forefront Protection 2010 for Exchange Server is unable to perform the requested function. This may be becuase Microsoft ForeFront services are unavailable. Ensure that all Microsoft ForeFront services are running and that Windows Powershell is
    functional.
    I have installed the latest rollup for SEP. Rollup 5 I think. I have rebooted the server. I have checked the permissions and they are correct.
    Any thoughts?

    I posted a PowerShell-based workaround in the other thread:
    https://social.technet.microsoft.com/Forums/forefront/en-US/1ccb9a5e-4b08-4f6b-a4bd-32cf5f2cd2b0/cannot-save-any-changes-microsoft-forefront-2010-for-exchange-is-unable-to-perform-the-requested?forum=FSENext
    Mike Crowley | MVP
    My Blog --
    Baseline Technologies

  • Expiration of "Subscription license of Microsoft Forefront Protection for Exchange Server"

    We have "Microsoft Forefront Protection for Exchange
    Server" running in the company. Now I face the expiration of "Subscription license of Microsoft Forefront Protection for Exchange Server".
    I learned from
    http://blogs.technet.com/b/server-cloud/archive/2012/09/12/important-changes-to-forefront-product-roadmaps.aspx that "... products will continue to be supported through that date (12/31/2015) in order to provide with customers sufficient
    time to move to alternative solutions". My concern is, that Microsoft Forefront Protection for Exchange Server does not know about that grace period.
    It claims:
    Your Subscription license of Microsoft Forefront Protection for Exchange Server has expired. The product will continue to operate during the extended grace period
    until 5/1/2013. Subsequently, scanner updates will be disabled and the product will operate with reduced functionality.
    Is there a way to get a new license number? I called our software vendor, but Microsoft does not sell licenses anymore.
    Thank you for your assistance.

    Hi
       We just talk about exchange deployment and configuration in this forum.
       If you have any questions about licensing, please use the contact information in
    here which would be the best place for seeking the answer.
    Terence Yu
    TechNet Community Support

  • Proper IMAP prefix for Exchange Server

    Does anyone know what the proper IMAP prefix is for Exchange Server?
    Currently, I have specified "INBOX". On the iPhone, I can see my inbox, and all subfolders, but I can't see any other folders on the same level as inbox. Also, the iPhone has created "Sent Items" and "Deleted Items" folders UNDER my inbox and is using those instead of the ones Exchange uses at the same level as inbox.
    I tried specifying "/", which wouldn't let me access anything. There doesn't appear to be a way to leave the prefix blank (the iPhone auto-fills "INBOX" if you blank the field), so I haven't been able to try that.
    Any ideas? Thanks!
    iPhone    

    You're right. It did. Using an IMAP account instead of an Exchange account allowed me to see all folders at the same level as "inbox". Thanks!
    But, what's the point of the "Exchange" account then?

  • WIll cancel sql server database backup cause anything to be hurt?

    I run full backup of one big database. After 20 seconds, I click "stop action now" to cancel this backup. Will it cause anything to hurt? Want to make sure that database is still safe.
    Thanks

    I run full backup of one big database. After 20 seconds, I click "stop action now" to cancel this backup. Will it cause anything to hurt? Want to make sure that database is still safe.
    No it will not cause any issue to SQL server database.Backup request reads data from disk using separate thread you just killed the thread.
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • In weblogic server when I Setting Up a User and Tablespace for the Server M

    In weblogic server when I Setting Up a User and Tablespace for the Server Migration Leasing Table in Sql Plus I got an error. ORA-00972: identifier is too long

    Refer: How to: Grant User Access to a Report Server (Report Manager), but this gives a step-by-step procedure for
    adding users who are a part of the Domain. In your case you are trying to add users who are not a part of the domain, meaning, you are trying to create users only specific to Reporting Services, am I right?
    But Reporting Services either relies on AD to authenticate the users, or you can create a custom-authentication extension to authenticate the users.
    In your case, you might need use a custom security extension, and use that to create/delete/modify users. Check the Forms authentication Sample here:
    http://msftrsprodsamples.codeplex.com/wikipage?title=SS2008%21Security%20Extension%20Sample&referringTitle=Home
    Other references:
    Implementing a Security Extension
    How to: Configure Custom or Forms Authentication in Reporting Services
    Hope this helps
    Chaitanya( Twitter |
    Blogs )
    Any documentation bug? Tell us about it at
    Connect. Please feel free to add any community comments in any of the MSDN/technet articles.
    This posting is provided "AS IS" with no warranties, and confers no rights.
    The next CTP for SQL Server Code Name "Denali" is coming soon.
    Sign up now to be notified of the next CTP release.

Maybe you are looking for

  • Error message while editing a hierarchy using the Web UI

    Hi everybody, I´m testing the MDS with SQL Server 2012 When I´m editing hierarchies with the Web UI, for instance, draging and droping one item into another category, I´m getting the following error message: The item is correctly reassigned to the ne

  • ITunes won't install on Windows 7

    iTunes had been working on Windows 7 but then, after I unintsalled some apparently unrelated programs, it couldn't load up.  I've downloaded the iTunes installation file and tried to install or repair 3 times but keep getting a message that a require

  • How to see the billed invoices in VF04 transaction

    Hi, All I would like to find a way to see the invoice number for collective billing. When we process more than one Delivery at a time, The invoice number is generated in background and in order to find it that we have to reference back to the deliver

  • Multiple Confirmation dialog boxes event handling

    Hi all, I had a scenario, where i need to display two confirmation dialog boxes based on timers. At the first timers timeout confirmation dialog box poped up and user haven't done anything. second confirmation dialog popup appears after second timer

  • Smartfrom print error

    THIS IS URGENT when iam giving print preview iam able to get it but when iam giving the print iam getting error called 'ERROR IN GENERATING SMARTFORM'  this program is already exsisting . i made some changes in the smartfrom in positioning for some o