From a160e261ad508b6e778ed5fabbcc51a702146c6a Mon Sep 17 00:00:00 2001 From: 0x7FFFFFFFFFFFFFFF <39968+0x7FFFFFFFFFFFFFFF@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:01:18 -0800 Subject: [PATCH] Project readme update - update command count reference (#9228) Co-authored-by: Shawn Melton <11204251+wsmelton@users.noreply.github.com> Co-authored-by: Jess Pomfret --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5025e97a0c..0b46054d58 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ ## Getting Started -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. +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. @@ -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).