Chrissy LeMaire shows how to save the dbatools module to install it offline:
There are essentially 3 ways to get the zip of our module
-
From PowerShell Gallery using Save-Module
-
From PowerShell Gallery by downloading fromĀ powershellgallery.com/api/v2/package/dbatools
-
By downloading fromĀ dbatools.io/zip
Read on to see examples for each of the three methods.