diff --git a/SessionGopher.ps1 b/SessionGopher.ps1 index 1676d6f..f3a0481 100644 --- a/SessionGopher.ps1 +++ b/SessionGopher.ps1 @@ -332,6 +332,7 @@ function Invoke-SessionGopher { $ArrayOfRDPSessions = New-Object System.Collections.ArrayList $ArrayOfRDPFiles = New-Object System.Collections.ArrayList $ArrayOfFileZillaSessions = New-Object System.Collections.ArrayList + $ArrayOfSDTIDFiles = New-Object System.Collections.ArrayList $objUser = (GetMappedSID) $Source = (Hostname) + "\" + (Split-Path $objUser.Value -Leaf)