Updated SQL PS binaries

This commit is contained in:
@iwillkeepwatch 2018-08-03 11:30:39 -04:00
parent eef9e78be8
commit 0f10747ce6
2 changed files with 15 additions and 5 deletions

View File

@ -6,11 +6,18 @@ Created: '2018-05-25'
Categories: []
Commands:
- Command: Sqlps.exe -noprofile
Description: Drop into a SQL Server PowerShell console without Module and ScriptBlock Logging.
Description: Run a SQL Server PowerShell mini-console without Module and ScriptBlock Logging.
Full Path:
- C:\Program files (x86\Microsoft SQL Server\100\Tools\Binn\sqlps.exe
- C:\Program files (x86)\Microsoft SQL Server\100\Tools\Binn\sqlps.exe (SQL Server 2008 R2 - PS version 2.0)
- C:\Program files (x86)\Microsoft SQL Server\110\Tools\Binn\sqlps.exe (SQL Server 2012 - PS version 2.0)
- C:\Program files (x86)\Microsoft SQL Server\120\Tools\Binn\sqlps.exe (SQL Server 2014 - PS version 4.0)
- C:\Program files (x86)\Microsoft SQL Server\130\Tools\Binn\sqlps.exe (SQL Server 2016 - PS version 4.0)
Code Sample: []
Detection: []
Resources:
- https://twitter.com/bryon_/status/975835709587075072
Notes: Thanks to Bryon - @bryon_
- https://twitter.com/_castleinthesky/status/101232247501798196
- https://docs.microsoft.com/en-us/sql/powershell/sql-server-powershell?view=sql-server-2017
Notes:
- Thanks to Bryon - @bryon_
- Replaced by SQLToolsPS.exe in SQL Server 2016, but will be included with installation for compatability reasons

View File

@ -6,11 +6,14 @@ Created: '2018-05-25'
Categories: []
Commands:
- Command: SQLToolsPS.exe -noprofile -command Start-Process calc.exe
Description: Run PowerShell scripts and commands.
Description: Run a SQL Server PowerShell mini-console without Module and ScriptBlock Logging.
Full Path:
- C:\Program files (x86)\Microsoft SQL Server\130\Tools\Binn\sqlps.exe
Code Sample: []
Detection: []
Resources:
- https://twitter.com/pabraeken/status/993298228840992768
Notes: Thanks to Pierre-Alexandre Braeken - @pabraeken
- https://docs.microsoft.com/en-us/sql/powershell/sql-server-powershell?view=sql-server-2017
Notes:
- Thanks to Pierre-Alexandre Braeken - @pabraeken
- Successor to sqlps.exe in SQL Server 2016+.