PowerShell and XML part 1 – Visualize XPath expression

This is supposed to be the start of a small series of posts on how to deal with XML through PowerShell. While PowerShell already comes with built-in support for XML, there is quite a lot to learn. As part of the learning path, there might be some good opportunities where we can try to make … Continue reading PowerShell and XML part 1 – Visualize XPath expression

Use Bing Search and Synonyms APIs through PowerShell

This is a short post on how to use the Bing Search and Bing Synonyms APIs via PowerShell (I would like to credit this post from Svendsen Tech as it really helped me to understand the usage). Both APIs can be used free of charge for up to 5,000 transactions per month. Prerequisite for the … Continue reading Use Bing Search and Synonyms APIs through PowerShell