#TIL converting a JSON date from a Dynamics 365 Business Event in a Logic App
While building a Logic App to perform actions based on business events in Dynamics 365, I faced a slight challenge – one of those challenges can sometimes be tricky in…
While building a Logic App to perform actions based on business events in Dynamics 365, I faced a slight challenge – one of those challenges can sometimes be tricky in…
In developing a script that drops the output file to a user’s desktop it begs the question – what is the best way to determine the full path to the…
In developing some scripts recently I discovered that the Invoke-RestMethod cmdlet (in PowerShell version 5 at least) doesn’t provide the values of the response headers. The workaround I had to…
When wanting to start this blog I knew that I’d want to be sharing scripts and other artifacts, and would want to release them under a license so there are…