Skip to content

Instantly share code, notes, and snippets.

View nathanverrilli's full-sized avatar

Nathan Verrilli nathanverrilli

View GitHub Profile
import requests
import base64
import json
flagDebug = True
cloudflareEmail = 'fearlessleader@pottsylvania.gov'
bucketSourceId = 'cdb0bd378798e11f6427041b'
bucketFilenamePrefix = ''
@nathanverrilli
nathanverrilli / InstallConsoleFont.ps1
Last active January 26, 2024 15:43
Add a font to the list of permissible console fonts for windows powershell terminal // painlessly edit the relevant registry key
param (
[string]$FontName,
[string]$FontFile,
[switch]$Help
);
function isAdminMode() {
return ([Security.Principal.WindowsPrincipal] `
[Security.Principal.WindowsIdentity]::GetCurrent() `
@nathanverrilli
nathanverrilli / instbbc.ps1
Last active August 18, 2022 21:40
Powershell Script to Install the Backblaze Client
<#
powershell script to install backblaze backup client
-groupID <groupID>
-groupToken <groupToken>
-userEmail <userEmail>c
-password <password>
-sso
-adfs
-csvMapfile <mapfile>