Skip to content

Commit

Permalink
Project readme update - update command count reference (#9228)
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn Melton <[email protected]>
Co-authored-by: Jess Pomfret <[email protected]>
  • Loading branch information
3 people authored Feb 22, 2024
1 parent 71920cb commit a160e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Getting Started

<img align="left" src=bin/dbatools.png alt="dbatools logo"> dbatools is PowerShell module that you may think of like a command-line SQL Server Management Studio. The project initially started out as just `Start-SqlMigration.ps1`, but has now grown into a collection of [over 500 commands](https://dbatools.io/commands) that help automate SQL Server tasks and encourage best practices.
<img align="left" src=bin/dbatools.png alt="dbatools logo"> dbatools is PowerShell module that you may think of like a command-line SQL Server Management Studio. The project initially started out as just `Start-SqlMigration.ps1`, but as of our 2.0 version release has grown into a collection of [nearly 700 commands](https://dbatools.io/commands) that help automate SQL Server tasks and encourage best practices.

Want to contribute to the project? We'd love to have you! Visit our [contributing.md](contributing.md) for a jump start.

Expand Down Expand Up @@ -39,7 +39,7 @@ In addition to the simple things you can do in SSMS (e.g. starting a job, backin

## Usage examples

As previously mentioned, dbatools now offers [over 500 commands](https://dbatools.io/commands)! [Here are some of the ones we highlight at conferences](https://gist.github.com/potatoqualitee/e8932b64aeb6ef404e252d656b6318a2).
As previously mentioned, dbatools now offers [over 700 commands](https://dbatools.io/commands)! [Here are some of the ones we highlight at conferences](https://gist.github.com/potatoqualitee/e8932b64aeb6ef404e252d656b6318a2).

PowerShell v3 and above required. (See below for important information about alternative logins and specifying SQL Server ports).

Expand Down

0 comments on commit a160e26

Please sign in to comment.