lib/poshy-ecks.0.5.22/lib/poshy-env-var.0.5.24/lib/poshy-lucidity.0.3.15/src/Test-Elevation.ps1

#!/usr/bin/env pwsh
$ErrorActionPreference = "Stop"
Set-StrictMode -Version Latest


function Test-Elevation() {
    return [bool](([System.Security.Principal.WindowsIdentity]::GetCurrent()).groups -match "S-1-5-32-544")
}