If you've ever wished you had a spare SQL Server instance lying around for some testing, then this is the post for you. We'll spin up a new instance in seconds, and be able to test most things against it!
Remove all the pieces and parts of replication with dbatools.
Lets take a look at how I can use dbatools to setup a transactional replication publication, add articles and create subscriptions.
This post will show off all the Get- commands that are available within dbatools for replication.
As of v2.1.1 dbatools now includes support for replication - this is the first in a series of blog posts to cover these new commands