Skip to content

Commit 0e5006c

Browse files
Update download count and signing guide in readme
Revised the dbatools download count to 7 million and removed mention of automation scripts from the signing migration guide reference for clarity.
1 parent 5c4b5e5 commit 0e5006c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Install-Module dbatools -Scope CurrentUser
3535
Install-Module dbatools
3636
```
3737

38-
📦 **[View dbatools on PowerShell Gallery](https://www.powershellgallery.com/packages/dbatools)** - 50+ million downloads and counting!
38+
📦 **[View dbatools on PowerShell Gallery](https://www.powershellgallery.com/packages/dbatools)** - 7 million downloads and counting!
3939

4040
For older PowerShell versions without Gallery support, download `PowerShellGet` from [Microsoft's site](https://learn.microsoft.com/en-us/powershell/scripting/gallery/installing-psget?view=powershell-7.4).
4141

@@ -49,7 +49,7 @@ Starting with v2.5.5, dbatools uses Microsoft Azure Trusted Signing instead of D
4949
```
5050
- **ExecutionPolicy users**: If you use AllSigned/RemoteSigned, you'll need to trust the new certificate after each update.
5151

52-
Most users won't notice any difference, but those with strict execution policies should read the [full migration guide](https://blog.netnerds.net/2025/08/dbatools-azure-trusted-signing/) including automation scripts.
52+
Most users won't notice any difference, but those with strict execution policies should read the [full migration guide](https://blog.netnerds.net/2025/08/dbatools-azure-trusted-signing/).
5353

5454
### First Commands
5555

0 commit comments

Comments
 (0)