Schlagwort-Archive: Powershell

Splitting a string the weird way

I love using JSON, as Powershell can really good handle it from scratch and you need it a lot if handling Rest-APIs.So basically when I stumbled across an issue to seperate s specific string into values, I wondered if JSON … Weiterlesen

Veröffentlicht unter Powershell | Verschlagwortet mit , | Schreib einen Kommentar

Remove System Proxy for Invoke-WebRequest and Invoke-RestMethod

We recently had a problem that accessing a function app through Invoke-RestMethod with using a private endpoint failed, as the System default proxy will be queried. In Powershell 7.x there is a switch for disabling the proxy (-NoProxy) but there … Weiterlesen

Veröffentlicht unter Allgemein, IT, Powershell | Verschlagwortet mit , , | Schreib einen Kommentar

Synology Mediathek Script

This is the first release of the Synology German Mediathek download script. It queries the german mediathek website https://mediathekviewweb.de and uses these informations to start download-jobs on the Synology. So in short, what does it do? Query Mediathekviewweb API for … Weiterlesen

Veröffentlicht unter Allgemein, IT, Powershell | Verschlagwortet mit , , , | Schreib einen Kommentar