Turning Our Atlanta Vacation Photos into a Video with PowerShell
Over the July 4th holiday, my family and I took a trip to Atlanta. It was one of those vacations that had a little…
Read article ->Archive
Over the July 4th holiday, my family and I took a trip to Atlanta. It was one of those vacations that had a little…
Read article ->
Cloudflare Origin CA certificates are useful when your origin server only receives traffic through proxied Cloudflare records. They encrypt traffic between Cloudflare and your…
Read article ->
When you are automating Cloudflare tasks, it is useful to confirm that your credentials work before running a larger script. This small PowerShell script…
Read article ->
Moving files between Amazon S3 buckets is usually simple when the same AWS account owns everything. It gets a little more annoying when the…
Read article ->
Large PDF files are common when a document was scanned, exported with high-resolution images, or saved with settings that prioritize quality over file size….
Read article ->
This PowerShell script builds a large PowerPoint .pptx file from scratch by writing the Open XML presentation package directly into a ZIP archive. It…
Read article ->
This PowerShell script connects to Microsoft Graph, resolves a SharePoint PowerPoint file from a sharing URL, reads the file's version history, and repeatedly restores…
Read article ->
Windows can block PowerShell scripts depending on the current execution policy. If you download or create a .ps1 file and PowerShell refuses to run…
Read article ->
Testing Environment Information: Windows 10 Enterprise: Version 1909 (OS Build 18396.535) (Type winver or systeminfo at a Command Prompt) PowerShell Version: 5.1.18362.145 (Type “HOST”…
Read article ->
DynDNS.org, the awesome service that lets you access your home computers from anywhere, recently announced that it’s getting rid of its free accounts. The…
Read article ->