We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def560e commit 715cfbaCopy full SHA for 715cfba
bucket/PortQry.json
@@ -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