Skip to content

Commit 715cfba

Browse files
committed
PortQry: Add version 2.0
#4
1 parent def560e commit 715cfba

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

bucket/PortQry.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "2.0",
3+
"description": "Portqry.exe. Troubleshoot TCP/IP connectivity issues. Monitor status of UDP port.",
4+
"homepage": "https://docs.microsoft.com/en-US/troubleshoot/windows-server/networking/portqry-exe-command-line-utility",
5+
"license": "Freeware",
6+
"url": "https://download.microsoft.com/download/0/d/9/0d9d81cf-4ef2-4aa5-8cea-95a935ee09c9/PortQryV2.exe#/dl.7z",
7+
"hash": "6471c5190a99e3d1f337fcfef1fc410e8d487b66e093f924700e186cbd398dc0",
8+
"pre_install": [
9+
"Move-Item \"$dir\\PORT*.EXE\" \"$dir\\extract.7z\"",
10+
"Expand-7zipArchive \"$dir\\extract.7z\""
11+
],
12+
"bin": "PortQry.exe"
13+
}

0 commit comments

Comments
 (0)