diff options
Diffstat (limited to 'Recon')
-rw-r--r-- | Recon/Get-ComputerDetails.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Recon/Get-ComputerDetails.ps1 b/Recon/Get-ComputerDetails.ps1 index 63ac1cb..33e8d06 100644 --- a/Recon/Get-ComputerDetails.ps1 +++ b/Recon/Get-ComputerDetails.ps1 @@ -1,4 +1,4 @@ -function Get-ComputerDetails +function Get-ComputerDetails { <# .SYNOPSIS @@ -577,4 +577,4 @@ Github repo: https://github.com/clymb3r/PowerShell } return $ReturnInfo -}
\ No newline at end of file +} |