Skip to content

Commit

Permalink
Update Discover-PSMSSQLServers
Browse files Browse the repository at this point in the history
  • Loading branch information
PyroTek3 committed Sep 2, 2014
1 parent 0b58cd4 commit f49c3de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Discover-PSMSSQLServers
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Discover-MSSQLServers
function Discover-PSMSSQLServers
{

<#
Expand All @@ -7,7 +7,7 @@ This script is used to discover Microsoft SQL servers without port scanning.
SQL discovery in the Active Directory Forest is performed by querying an Active Directory Gloabl Catalog via LDAP.
The script can also provide additional computer information such as OS and last bootup time.

PowerSploit Function: Discover-MSSQLServers
PowerSploit Function: Discover-PSMSSQLServers
Author: Sean Metcalf, Twitter: @PyroTek3
License: BSD 3-Clause
Required Dependencies: None
Expand All @@ -31,10 +31,10 @@ Switch: Displays additional information including Operating System, Last Bootup
Operating system properties are populated at first bot-up after joining the domain.

.EXAMPLE
Discover-MSSQLServers
Discover-PSMSSQLServers
Perform Microsoft SQL Server discovery via AD and displays the results in a table.

Discover-MSSQLServers -ExtendedInfo
Discover-PSMSSQLServers -ExtendedInfo
Perform Microsoft SQL Server discovery via AD (includes additional computer information) and displays the results in a table.

.NOTES
Expand Down

0 comments on commit f49c3de

Please sign in to comment.