Update pipes.yml (#19685)

Added PowerShell link & updated PowerShell command to include prompt in
example.
This commit is contained in:
Brock Walters
2024-06-12 15:03:16 -04:00
committed by GitHub
parent f57ae38308
commit fb7e39da76
+3 -2
View File
@@ -11,9 +11,10 @@ notes: |- # (optional) string - Notes about this table. Note: This field support
Running the following command at a prompt in PowerShell lists the named pipes currently open on a Windows computer:
```
get-childitem \\.\pipe\
PS C:\Windows\System32> get-childitem \\.\pipe\
```
Links:
- Microsoft documentation on [named pipes](https://learn.microsoft.com/en-us/windows/win32/ipc/named-pipes)
- Discover files linked to processes with Windows [Process Explorer](https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer)
- Discover files linked to processes with Windows [Process Explorer](https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer)
- Windows [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7.4)