We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c989c71 commit 8f6be81Copy full SHA for 8f6be81
PowerUpSQL.ps1
@@ -3,7 +3,7 @@
3
File: PowerUpSQL.ps1
4
Author: Scott Sutherland (@_nullbind), NetSPI - 2023
5
Major Contributors: Antti Rantasaari and Eric Gruber
6
- Version: 1.119
+ Version: 1.120
7
Description: PowerUpSQL is a PowerShell toolkit for attacking SQL Server.
8
License: BSD 3-Clause
9
Required Dependencies: PowerShell v.2
@@ -4660,7 +4660,7 @@ Function Get-SQLTable
4660
# Setup table filter
4661
if($TableName)
4662
{
4663
- $TableFilter = " WHERE TABLE_NAME like '%$TableName%'"
+ $TableFilter = " WHERE t.TABLE_NAME like '%$TableName%'"
4664
}
4665
else
4666
0 commit comments