-
Neueste Beiträge
Archive
Kategorien
Meta
Schlagwörter
November 2024 M D M D F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
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
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 Powershell, Proxy, RestMethod
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 Mediathek, Mediathekviewweb, Powershell, Synology
Schreib einen Kommentar