Skip to content

Instantly share code, notes, and snippets.

View contactbrenton's full-sized avatar
Found on Linkedin "Brenton Johnson"

Brenton Johnson contactbrenton

Found on Linkedin "Brenton Johnson"
  • Uptake Digital
  • Australia
View GitHub Profile

Prompt: Convert technical training meeting into high-context SOP documents (AI-ready)

Act as an operations and technical documentation specialist for Uptake Digital.

You are converting a Microsoft Teams technical training session into one or more high-quality Standard Operating Procedure (SOP) documents.

This output will be fed into additional AI systems for refinement and expansion, so depth, clarity, and context are critical. Do not optimise for brevity. Optimise for completeness and accuracy.

Do not produce a meeting recap.

@contactbrenton
contactbrenton / force-geo-en-au.ps1
Created January 5, 2026 06:54
An aggressive, new-device (Autopilot / first-boot) AU standardisation script.
#Requires -RunAsAdministrator
$ErrorActionPreference = "Stop"
Write-Output "Starting aggressive Australian language and regional configuration..."
# --- SYSTEM LEVEL ---
Write-Output "Setting system locale to English (Australia)..."
Set-WinSystemLocale -SystemLocale en-AU
Write-Output "System locale set to en-AU (reboot required)."
@contactbrenton
contactbrenton / set-geo-to-en-au.ps1
Last active January 5, 2026 06:54
EXISTING DEVICES: Standardise Windows regional behaviour to English (Australia) with minimal impact.
#Requires -RunAsAdministrator
<#
Purpose:
Standardise Windows regional behaviour to English (Australia) with minimal impact.
Key Commands
Set-WinSystemLocale -SystemLocale en-AU
Set-Culture -CultureInfo en-AU
Set-WinHomeLocation -GeoId 12
@contactbrenton
contactbrenton / dropbox-coauthoring.ps1
Last active December 29, 2025 05:36
How to auto-provision Dropbox as a Place for your team - Source: https://help.dropbox.com/view-edit/admin-guide-co-authoring#Windows.
<#
.SYNOPSIS
Provision (register) Dropbox for Teams as an Office "Place" / storage provider in Microsoft 365 desktop apps for the currently logged-on user.
.MICROSOFT INTUNE DEPLOYMENT SETTINGS
------------------------------------
When deploying this script via Microsoft Intune (Devices > Scripts), configure the following options:
- Platform: Windows
- Target OS versions: Windows 10 and Windows 11
@contactbrenton
contactbrenton / UninstallClassicTeams.ps1
Created June 18, 2025 07:47
Copyright (c) 2024 Microsoft and Contributors
################################################################################
# MIT License
#
# Copyright (c) 2024 Microsoft and Contributors
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
@contactbrenton
contactbrenton / DetectAndUninstallTMA.ps1
Last active June 18, 2025 07:48
Copyright (c) 2024 Microsoft and Contributors
################################################################################
# MIT License
#
# Copyright (c) 2024 Microsoft and Contributors
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
<#
===============================================================
Wi-Fi Profile Manager Script (Windows, PowerShell)
===============================================================
WHAT THIS SCRIPT DOES:
1. Lists all saved Wi-Fi profiles on the system.
2. Prompts the user (y/n) to delete each one individually.
3. Displays a list of the remaining profiles.
<#
.SYNOPSIS
Applies Adobe Acrobat DC FeatureLockdown registry keys via Intune.
.DESCRIPTION
This script configures specific FeatureLockdown registry settings to optimise Adobe Acrobat DC
for enterprise deployment using the Universal Installer.
It:
- Enforces Enhanced Security (Reduced Mode)
<#
.SYNOPSIS
This script manages DNS records for specified domains on Cloudflare.
.DESCRIPTION
The script performs the following tasks:
- Retrieves the Zone ID for each domain using Cloudflare’s API.
- Deletes all existing DNS records for each domain.
- Adds a predefined set of DNS records (A, TXT, and DKIM) to each domain.
@contactbrenton
contactbrenton / reboot-2am.ps1
Last active September 20, 2024 00:13
Powershell script to reboot windows between 1am and 3am system time. Logic put in as a safeguard to protect against queued events.
# Restart-ComputerWithTimeCheck.ps1
# Description: This script will restart the computer using the /g option,
# but only if the current system time is between 1:00 AM and 3:00 AM.
# List of Logged-in Users and Sessions
Write-Host "======================================" -ForegroundColor Yellow
Write-Host "Logged-in Users:" -ForegroundColor White
Write-Host "--------------------------------------" -ForegroundColor Yellow
query user