Skip to content

Commit

Permalink
Update README.md PowerShell 7 or above
Browse files Browse the repository at this point in the history
  • Loading branch information
vinijmoura authored Mar 5, 2025
1 parent 466cc41 commit 1d7bbba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AllReports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ After creating the database, please access SQL Server Management Studio, connect
### Run PowerShell Scripts
Install Module SqlServer

To run scripts, it's necessary to install the [ SQL Server PowerShell module](https://docs.microsoft.com/en-us/sql/powershell/download-sql-server-ps-module?view=sql-server-ver16)
To run scripts, it's necessary:
- Install PowerShell 7 or above [PowerShell Releases](https://github.com/PowerShell/PowerShell/releases)
- Install the [ SQL Server PowerShell module](https://docs.microsoft.com/en-us/sql/powershell/download-sql-server-ps-module?view=sql-server-ver16)

```powershell
Install-Module -Name SqlServer -Force
Expand Down

0 comments on commit 1d7bbba

Please sign in to comment.