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 ->
WP-CLI lets you manage WordPress from the command line. On Windows, it is useful for checking a site, listing posts, reviewing plugins, importing media,…
Read article ->
When WordPress articles are written outside the block editor, a repeatable sync process keeps the source files, release notes, and published posts aligned. This…
Read article ->