by jeremy@bondbyte.com | Jan 5, 2015 | Advanced Troubleshooting, Powershell
Ever wanted to run a snippet of C# code in PowerShell? Some times this is useful for testing code in environments without requiring a full deployment of software. This can also be used and an advanced troubleshooting technique. Open a PowerShell Prompt with Elevated...
by jeremy@bondbyte.com | Jan 5, 2015 | Advanced Troubleshooting, Powershell
I was troubleshooting some third party software the other day, it was some .NET code that was written by another vendor. Their logging scheme was lacking and the error on the browser side was less than helpful. I was mulling over the problem and the thought occurred...