-
- Novice
- Posts: 4
- Liked: never
- Joined: Sep 16, 2015 2:19 pm
- Full Name: Neil
- Contact:
Email Notifications after Task
Hi All,
I have an automated Powershell script just about done that will allow us to switch between 2 NAS drives on the Veeam server (one enable, other disable, and vice versa) on a quarterly basis.
Now I am stuck at the point where we would like email notifications whenever this switch happens so we can know which drives successfully Enabled and/or Disabled.
I am looking for a Powershell script so I can just append that to the script I have now.
I have tried the following but to no success: http://helpcenter.veeam.com/backup/80/p ... tions.html
Any help would be greatly appreciated.
Thanks.
I have an automated Powershell script just about done that will allow us to switch between 2 NAS drives on the Veeam server (one enable, other disable, and vice versa) on a quarterly basis.
Now I am stuck at the point where we would like email notifications whenever this switch happens so we can know which drives successfully Enabled and/or Disabled.
I am looking for a Powershell script so I can just append that to the script I have now.
I have tried the following but to no success: http://helpcenter.veeam.com/backup/80/p ... tions.html
Any help would be greatly appreciated.
Thanks.
-
- Product Manager
- Posts: 20406
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Email Notifications after Task
You should probably stick to ordinary Windows PowerShell, not VB&R snap-in. Are those drives added under different letters or maybe have some distinguishing factor that can be seen via Windows PowerShell?
-
- Novice
- Posts: 4
- Liked: never
- Joined: Sep 16, 2015 2:19 pm
- Full Name: Neil
- Contact:
Re: Email Notifications after Task
The drives exist under different servers and we just import them through Veeam. How would this procedure wok with Windows PowerShell?
-
- Product Manager
- Posts: 20406
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Email Notifications after Task
Can you elaborate on "import through Veeam" portion? Are they added as different repositories to a backup console? Thanks.
-
- Novice
- Posts: 4
- Liked: never
- Joined: Sep 16, 2015 2:19 pm
- Full Name: Neil
- Contact:
Re: Email Notifications after Task
It is added through Backup Infrastructure -> Mangaed Servers and is added as a Windows Server. I believe after adding through here, its is automatically updated in the Backup Repositories.
-
- Product Manager
- Posts: 20406
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Email Notifications after Task
Servers added to managed servers don't automatically get assigned repository role. So, your deployment and your overall goal are still unclear to me. Thanks.
-
- Novice
- Posts: 4
- Liked: never
- Joined: Sep 16, 2015 2:19 pm
- Full Name: Neil
- Contact:
Re: Email Notifications after Task
Sorry if I've not been too clear on answering the questions you have for me because I am still getting acquainted with Veeam as I've only been assigned to work on this recently.
As far as I know, I've only had to add in 1 server, and that was through Backup Infrastructure -> Managed Servers -> Microsoft Windows -> (right click) Add Server, and I am adding in our NAS drives with its DNS name which exist in our domain which in which our Veeam server exists in as well.
Going back to your comment about using Powershell and not the Veeam Snap-ins, is there a pre defined function in Powershell to send email notifications after a certain task is completed? If so can you show me how this is done?
Thanks.
As far as I know, I've only had to add in 1 server, and that was through Backup Infrastructure -> Managed Servers -> Microsoft Windows -> (right click) Add Server, and I am adding in our NAS drives with its DNS name which exist in our domain which in which our Veeam server exists in as well.
Going back to your comment about using Powershell and not the Veeam Snap-ins, is there a pre defined function in Powershell to send email notifications after a certain task is completed? If so can you show me how this is done?
Thanks.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: May 24, 2014 8:47 am
- Full Name: Wei-Yen Tan
- Contact:
Re: Email Notifications after Task
Good example on how to write the email notification in standard Microsoft Powershell is here:
http://www.adminarsenal.com/admin-arsen ... il-example
and here:
http://blogs.msdn.com/b/rkramesh/archiv ... cript.aspx
http://www.adminarsenal.com/admin-arsen ... il-example
and here:
http://blogs.msdn.com/b/rkramesh/archiv ... cript.aspx
-
- Product Manager
- Posts: 14720
- Liked: 1705 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: Email Notifications after Task
Hi folks,
Some Veeam Endpoint Backup users has already written a really great examples. Feel free to adjust and test some proposed scripts from this thread
Some Veeam Endpoint Backup users has already written a really great examples. Feel free to adjust and test some proposed scripts from this thread
-
- Product Manager
- Posts: 20406
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Email Notifications after Task
Sure you can send an email after a certain task. In order to do that either use Send-MailMessage if you're on PowerShell 4.0 or higher or leverage New-Object Net.Mail.SmtpClient() if you're on older versions.Is there a pre defined function in Powershell to send email notifications after a certain task is completed?
However, it's still not what a certain task. Is that drive rotation on the said NAS device or something different?
Thanks.
Who is online
Users browsing this forum: No registered users and 5 guests