This PowerShell script will check your Windows machine to see if the required tools are installed and if not will download and install them for you.
- Windows Powershell running as Administrator
- Click on Start button
- Type Powershell
- Right click and select
Run as Administrator
- OR
- CTRL + SHIFT click on PowerShell icon
- 64-Bit Windows Operating System
- High speed Internet Connection
- Click Start Button on taskbar
- Start typing
PowerShell
- Right click on the PowerShell icon and select
Run as Administrator
- In your Powershell window change to your
Downloads
Directory by typing the followingcd $env:HOMEPATH\Downloads
- Copy and paste the follwing into the Powershell window
iex ((New-Object System.Net.WebClient).DownloadString('https://bit.ly/3mD7Y28'))
- Press Enter Key
- ???
- PROFIT!
- Git - Latest Version (This should already be installed from Front End)
- Visual Studio Community 2019
- .Net Core SDK 3.1.101 (Latest at the time of this commit)
- SQL Server 2019 Developer
- SQL Server Management Studio (SSMS) 18.4