David Seis digs into the Restore-DbaDatabase cmdlet:
In this blog post, we will audit the dbatools command Restore-DbaDatabase. I will test, review, and evaluate the script based on a series of identical steps. Our goal is to provide insights, warnings, and recommendations to help you use this script effectively and safely. Restore-DbaDatabase is powerful tool to automate the restore of any database, and it works well in automated solutions such as daily refreshes or weekly refreshes of production to a lower environment.
David’s blog post takes a look at the cmdlet’s functionality, but also thinking about it from a security perspective.