Pommucky.ps1

#region: Test environment
$TestEnvr = @{
  "TenantID" = "9485d225-8e82-41bb-9ce8-977bb3795c4e"
  "ClientID" = "fa4de115-7830-4a5f-878a-345c7ab53b40"
}
Connect-IPSTAsDelegated @TestEnvr
#endregion



$NuGetApiKey = "oy2nrb4krga56bevuvpqgqsknjdyqhyedjc3h5tyawocr4"
Publish-Module -Path C:\Git\GitHub\IntunePSToolbox -Repository PSGallery -NuGetApiKey $NuGetApiKey -Force