joshooaj
Follow
PowerShell and .NET enthusiast, principal engineer @milestonesys, and enthusiastic and inventive problem solver.
- Oregon, United States
- https://joshooaj.com
- @joshooaj
Highlights
- Pro
Pinned Loading
-
PSPushover
PSPushover PublicSend push notifications anywhere for any reason using the Pushover.net service
PowerShell 10
-
Compare images using the dHash algor...
Compare images using the dHash algorithm 1function ConvertFrom-HexString {
2[CmdletBinding()]
3param (
4[Parameter(Mandatory, Position = 0, ValueFromPipeline)]
5[string]
-
Automate Let's Encrypt certificate m...
Automate Let's Encrypt certificate management for Milestone XProtect Mobile Server using Posh-ACME with Dynu DNS. 1<#
2.SYNOPSIS
3Request and install a publicly signed certificate from Let's Encrypt for your Milestone XProtect Mobile Server.
45.DESCRIPTION
-
Validate HTTPS Certificates
Validate HTTPS Certificates 1function Test-WebCertificate {
2<#
3.SYNOPSIS
4Test whether the SSL/TLS certificate is valid/trusted.
5 -
Generate a markdown table from any P...
Generate a markdown table from any PowerShell collection 1function ConvertTo-MarkdownTable {
2<#
3.SYNOPSIS
4Converts a collection of objects into a markdown-formatted table.
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.