Skip to content

Evdlaar/dbatools

 
 

Repository files navigation

dbatools

licence badge Build status

This module is a SQL Server DBA's best friend.

The dbatools project initially started out as Start-SqlMigration.ps1, but has now grown into a collection of various commands that help automate DBA tasks and encourage best practices.

See the getting started page on dbatools.io for more information.

![dbatools logo](https://blog.netnerds.net/wp-content/uploads/2016/05/dbatools.png)

Got ideas for new commands? Please join Trello board and let us know what you'd like to see. Bug reports should be filed under this repository's issues section.

There's also around a hundred of us on the SQL Server Community Slack in the #dbatools channel. Need an invite? Check out the self-invite page. Drop by if you'd like to chat about dbatools or even join the team!

Installer

This module is now in the PowerShell Gallery. Run the following from an administrative prompt to install:

Install-Module dbatools

Or if you don't have a version of PowerShell that supports the Gallery, you can install it manually:

Invoke-Expression (Invoke-WebRequest https://git.io/vn1hQ)

dbatools.io is awesome

This module has been documented in its entirety pretty much, using Markdown, at dbatools.io. Please go visit there, it's pretty. To skip right to the documentation, visit the functions page or you can start with the getting started page.

About

PowerShell module to help dbas be more productive

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%