We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2e948 commit cc87a94Copy full SHA for cc87a94
TOOL-Get-ProcessForeignAddress/Get-ProcessForeignAddress.ps1
@@ -29,6 +29,8 @@ function Get-ProcessForeignAddress {
29
Website : lazywinadmin.com
30
Github : github.com/lazywinadmin
31
Twitter : @lazywinadmin
32
+.LINK
33
+ https://github.com/lazywinadmin/PowerShell
34
#>
35
PARAM ($ProcessName)
36
$netstat = netstat -no
0 commit comments