Overview:
In my current role, I am Network Administrator, or rather now what the industry now calls a TAM. (Technical Alignment Manager). One of my responsibilities is auditing and maintaining a business’s IT infrastructure including its backups.
To help with this workflow I use Datto BCDR (Business Continuity & Disaster Recovery) appliances for backing up important customer data. At a high level, Datto BCDRs can cover almost all of a business’s continuity & disaster recovery needs and are great for MSP offerings. They can protect servers, files, and even SaaS applications. The people over at Datto have done a great job creating these tools so I highly encourage you to look them up if you are a TAM or other IT professional.
Datto BCDR PowerShell Wrapper:
I published this module to the PowerShell Galery called DattoAPI, which interacts with the Datto BCDR API.
- Details & documentation are located on my GitHub under the Datto-PowerShellWrapper repo.
- Example scripts\reports using the DattoAPI module are located under the Datto-Automation repo.
- These reports were made with another project I worked on here