Find the AUMID (Application User Model ID) of an installed UWP app
Excel 2016: How to clear Trusted Documents (reset Enable Macros prompt)
PowerShell: Process Wrangling with Get-Process
PowerShell: Get Listening Network Daemons and Associated Processes – netstat replacement
This command line tool (powershell script) will list all tcp & udp listeners and their associated windows processes.
It works by querying for all listening TCP & UDP network daemons and then cross-references to the process that is listening on the port, pulling Process Name, Path, and executing Username. Consider it an enhanced replacement for the old netstat
command.