Automation

 View Only
  • 1.  Weekly email reporting Snapshots within Vcenter

    Posted Nov 30, 2020 04:37 PM

    We currently have a Windows Vcenter server and we are upgrading to the VCSA appliance.

    We have an old PowerShell script that runs every week to send and email report on snapshots.

    Has anyone had a similar situation or know of a PowerShell script that can be run on the VCSA?

     

    Any information would be greatly appreciated.

     

     



  • 2.  RE: Weekly email reporting Snapshots within Vcenter

    Broadcom Employee
    Posted Nov 30, 2020 04:49 PM

     

    Moderator: Moved to PowerCLI Discussions.

    You are not the first person to have this requirement, I recommend searching this area of VMTN.



  • 3.  RE: Weekly email reporting Snapshots within Vcenter

    Posted Dec 02, 2020 02:27 PM

    Thank you.



  • 4.  RE: Weekly email reporting Snapshots within Vcenter

    Posted Nov 30, 2020 06:12 PM

    Since, in theory, you can install PowerShell on the VCSA, you could run PowerCLI scripts on the VCSA.
    But I strongly advise against that!!!

    You should treat your VCSA as a black-box, and changes you make will most probably void your support.

    You can run PowerCLI scripts on any server, as long as they can connect to the VCSA.

    I would advise using a dedicated server (Windows or Linux), or even a container, to run your scripts.



  • 5.  RE: Weekly email reporting Snapshots within Vcenter

    Posted Nov 30, 2020 06:23 PM

    Please check http://www.virtu-al.net/vcheck-pluginsheaders/vcheck/

    It has a lot of modules and one of them is for snapshots.




  • 6.  RE: Weekly email reporting Snapshots within Vcenter

    Posted Dec 02, 2020 02:30 PM

    Thanks,

    I quickly review the site, and you have some interesting items.  Going to check it out.