I wanted to setup a digital signage in my house for use with my home theater. I used https://www.mattsshack.com/plex-movie-poster-display-v3/ and built a VM to host the site displaying movie posters from my Plex Server. I then used a Raspberry Pi Zero W to view the poster site on the digital display.
clearcd “$env:USERPROFILE\Downloads”Invoke-WebRequest “https://install.speedtest.net/app/cli/ookla-speedtest-1.1.1-win64.zip” -OutFile “$env:USERPROFILE\Downloads\speedtest.zip”Expand-Archive -LiteralPath “$env:USERPROFILE\Downloads\speedtest.zip” -DestinationPath “$env:USERPROFILE\Downloads\speedtest” -forceremove-item “$env:USERPROFILE\Downloads\speedtest.zip” -Force$Results = & “$env:USERPROFILE\Downloads\speedtest\speedtest.exe” –format=json –accept-license –accept-gdpr | Convertfrom-JSON$Results
https://github.com/utkusen/reqstress
https://www.thurrott.com/windows/windows-10/250647/microsoft-releases-winget-1-0
https://github.com/AbhishekSinhaCoder/Collection-of-Useful-Scripts
M365 Deployment Scripts – for MSP’s specifically from msp
https://pglet.io/blog/web-app-to-run-powershell-commands-on-a-computer-from-anywhere
https://github.com/antonioCoco/RemotePotato0
https://www.techradar.com/news/windows-10-now-offers-another-way-to-uninstall-unwanted-software
https://medium.com/codex/raspberry-pi-zero-password-thief-cb2bea8d6dc0