Skip to content

Instantly share code, notes, and snippets.

View PandieTech's full-sized avatar

Christopher Done PandieTech

View GitHub Profile
function Format-Query(
[Parameter(Mandatory)]
[hashtable]
$Table
) {
<#
.SYNOPSIS
Format URI query
.DESCRIPTION
Take a hashtable and format as a URI query string