Search

GeoJSON and PowerShell

I’m working a lot with GeoServer at the minute and needed to get a start and end date for data available in a layer, I don’t have direct access to the backend so thought I’d have a go at using PowerShell to get what I need. PowerShell 3.0 onward has ConvertFrom-Json and Invoke-WebRequest so it […]

Connecting to Office365 Using PowerShell

My first post on the topic of Office365 regards a simple task, connecting to the Office365 portal using PowerShell.  First of all the assumptions;  You have an Office365 account and you have PowerShell installed. Follow the instructions at the this page and install both the single sign-on add in and the PowerShell command-lets.  After that you can connect […]