WCF named pipes appear in SysInternals pipelist.exe with their random Guid, not with their actual WCF path name.
How could I get a list of the WCF named pipes created on a system by their actual WCF path name?
WCF named pipes appear in SysInternals pipelist.exe with their random Guid, not with their actual WCF path name.
How could I get a list of the WCF named pipes created on a system by their actual WCF path name?
You mean programmatically? These links can help you:
Is it possible to use WCF discovery to expose a WCF endpoint that is using named pipes?
If you want to use a tool, you can use Process Explorer: https://technet.microsoft.com/en-us/sysinternals/bb896653
Hope it helps.