I have an IP camera with which I would like to capture the image of every ten minutes. The camera does not expose an endpoint for a JPEG image but has a JPEG Stream endpoint. How can I, in PowerShell, capture this image and save it to a folder.
Note: I am in a corporate environment and installing third-party modules or programs is not a fully viable option