Advertisement Β· 728 Γ— 90

Posts by Jeff Brown Tech

Preview
GitHub - devops-collective-inc/pshsummit26 Contribute to devops-collective-inc/pshsummit26 development by creating an account on GitHub.

My #PowerShell #PSHSummit 2026 slides and references (as well as many others!) are available on the official Repo. Thanks to everyone who came! I hope these are useful.

3 days ago 16 7 0 0

This was a great session and gave me lots of ideas on how to improve my modules.

3 days ago 1 0 0 0

Quit πŸ‘ putting πŸ‘ your πŸ‘ app πŸ‘ icon πŸ‘ on πŸ‘ my πŸ‘ clean πŸ‘ desktop.

3 weeks ago 0 0 0 0
Terraform for Beginners | State File Management
Terraform for Beginners | State File Management YouTube video by Jeff Brown Tech

☁️ New Video ☁️

Master Terraform state like a pro! πŸš€ Learn CLI commands to view, move, import & remove resources, plus the modern declarative approach using moved, import & removed blocks.

youtu.be/y-B7WaEz3qc

1 month ago 1 1 1 0
Terraform for Beginners | Functions, Lifecycle Management, & Conditional Expressions,
Terraform for Beginners | Functions, Lifecycle Management, & Conditional Expressions, YouTube video by Jeff Brown Tech

πŸ“’ New YouTube Video πŸ“’

Want more control over your Terraform deployments? πŸ‘‰ This video walks through conditional expressions, powerful built-in functions, and lifecycle management using ignore_changes so you can write more flexible infrastructure code.

youtu.be/JU05K2xfwMs

1 month ago 0 0 0 0
Terraform for Beginners | Count and For_Each
Terraform for Beginners | Count and For_Each YouTube video by Jeff Brown Tech

🚨 New YouTube Video 🚨

🚫 DRY or Don't Repeat Yourself! 🚫 Learn how to use count and for_each in Terraform to create multiple resources with a single definition.

youtu.be/Wjy--Syqm0Q

2 months ago 0 0 0 0
Terraform for Beginners | Variables
Terraform for Beginners | Variables YouTube video by Jeff Brown Tech

πŸ“£ New YouTube Video πŸ“£

Get your variables here! πŸ‘‰ Learn how to define variables and provide values using the command line or with input files.

youtu.be/7IOhzF6Yti8

2 months ago 2 1 0 0
Terraform for Beginners | Additional Terraform Commands
Terraform for Beginners | Additional Terraform Commands YouTube video by Jeff Brown Tech

πŸ“£ New YouTube Video! πŸ“£

You've learned the basic Terraform workflow commands, but let's dive deeper into a few more. Learn how to use format and validate to test your code, then how to create plan files and auto-approve your deployments.

youtu.be/IzCr1BrU3xs

2 months ago 0 0 0 0
Terraform for Beginners | Providers & State File
Terraform for Beginners | Providers & State File Jeff Brown Tech

⭐ New YouTube Video ⭐

You wrote your first Terraform file, but what are all these other files? πŸ€” This video breaks down provider versioning, lock files, and the Terraform state file so you understand how Terraform tracks your infrastructure and keeps deployments consistent.

4 months ago 2 1 0 0
Preview
a man with a mustache says but why in yellow letters ALT: a man with a mustache says but why in yellow letters

I have 4 Edge browser tabs open and 26 msedge.exe processes running.

4 months ago 0 0 0 0
Advertisement
Terraform for Beginners | Easy Tutorial to Get Started
Terraform for Beginners | Easy Tutorial to Get Started Jeff Brown Tech

πŸ‘€ New YouTube Video πŸ‘€

Learn Terraform from scratch! ➑️ This video covers installation, creating a project, and deploying simple local resources while understanding the basics of configuration files, workflow, and providers.

5 months ago 0 0 0 0

I've got a $100 gift card and 50% off any course or certification from @linuxfoundation.org to use. I've completed CKA/CKAD and am working on CKS. Any suggestions from the community? I'm primarily interested in courses, not necessarily certifications.

#kubernetes @cncf.bsky.social #linux

6 months ago 1 0 0 0
Career Chat: Keep Learning New Things
Career Chat: Keep Learning New Things Jeff Brown Tech

πŸŽ‰ New YouTube Video πŸŽ‰

Working in IT requires learning new skills all the time. In this video, I reflect on the times learning something outside my current role paid off later.

7 months ago 0 0 0 0

I'm studying for the Certified #Kubernetes Security exam. What are your recommendations for study materials besides the Killer Shell course on YouTube?

#CKS

7 months ago 1 0 0 0
PowerShell Command Line to Scripting | Course Introduction
PowerShell Command Line to Scripting | Course Introduction YouTube video by Jeff Brown Tech

This week I posted the last video in the #PowerShell Command Line to Scripting mini-course.

If you've watched any of the videos, I'd love to hear your feedback if it helped you!

youtu.be/bYAAj1mqzDw?...

7 months ago 1 0 0 0
PowerShell Command Line to Scripting | Art of Scripting
PowerShell Command Line to Scripting | Art of Scripting Jeff Brown Tech

πŸ“£ New YouTube Video πŸ“£

🧠 Write better PowerShell scripts! This video covers learning how to plan your scripts with pseudocode and following best practices for clean, reliable code using naming conventions, formatting, comments, and more.

7 months ago 1 0 0 0
Move Terraform State to Azure Storage Account Jeff Brown Tech

πŸ‘€[Throwback Thursday]πŸ‘€

Working on a project locally and need to move your Terraform state to an Azure storage account? Learn how in this tutorial!

7 months ago 0 0 0 0
PowerShell Command Line to Scripting | External Data
PowerShell Command Line to Scripting | External Data Jeff Brown Tech

πŸ”” New YouTube Video πŸ””

Learn how to work with external data in PowerShell! πŸ’‘ This module shows you how to read and write CSV, JSON, and XML files, import/export structured data, and call web APIs using `Invoke-RestMethod`. Perfect for real-world automation!

7 months ago 1 0 0 0
Mastering PowerShell Dynamic Arrays Jeff Brown Tech

πŸ‘€[Throwback Thursday]πŸ‘€

Learn how to create and manage dynamic arrays inside PowerShell using this tutorial!

7 months ago 0 0 0 0
Comparing Azure Availability Zones & Availability Sets Jeff Brown Tech

πŸ”₯[Throwback Thursday]πŸ”₯

Learn more about the different Azure high availability options from this tutorial!

8 months ago 0 0 0 0
Advertisement
PowerShell Command Line to Scripting | Error Handling
PowerShell Command Line to Scripting | Error Handling Jeff Brown Tech

🚨 New YouTube Video 🚨

Take control of errors in PowerShell! ⚠️ This module covers try/catch/finally, ErrorAction, throw, and Get-Error to handle problems gracefully and keep your scripts running smoothly.

8 months ago 0 0 0 0
PowerShell Command Line to Scripting | Functions
PowerShell Command Line to Scripting | Functions Jeff Brown Tech

πŸ’― New YouTube Video πŸ’―

Learn how to write reusable PowerShell functions! ➑️ This video covers function basics, parameters, return values, variable scope, adding help, and advanced function features like CmdletBinding. Perfect for beginners writing scripts.

8 months ago 4 0 0 0
Utilizing Terraform Resource Dependencies with Azure Examples Jeff Brown Tech

☁️[Throwback Thursday]☁️

Learn how to use resource dependencies (correctly!) in Terraform with some Azure examples!

8 months ago 0 0 0 0
PowerShell: Command Line to Scripting | Parameters
PowerShell: Command Line to Scripting | Parameters Jeff Brown Tech

⬇️ New YouTube Video ⬇️

Learn to make your PowerShell scripts more dynamic and reusable with parameters! πŸš€ We'll cover defining parameters, setting data types, and validationβ€”then wrap up with a fun refactoring challenge.

8 months ago 0 0 0 0
Configure Terraform for Multiple Azure Subscriptions Jeff Brown Tech

πŸ’―[Throwback Thursday]πŸ’―

Did you know you can configure Terraform to deploy to multiple Azure subscriptions? Learn how in this tutorial!

8 months ago 0 0 0 0
Avoid Terraform and Azure Function Application Settings Drift Jeff Brown Tech

πŸ‘€[Throwback Thursday]πŸ‘€

8 months ago 0 0 0 0
PowerShell: Command Line to Scripting | Logic and Loops
PowerShell: Command Line to Scripting | Logic and Loops YouTube video by Jeff Brown Tech

Build on your PowerShell scripting skills by learning how to make decisions in your code. In this video, we’ll cover if statements, for and while loops, and switch statements. Then, put everything into practice by building a fun number guessing game from scratch.

youtu.be/zphDREshbYk

8 months ago 0 0 0 0
Grant Graph API Permissions to Managed Identity Jeff Brown Tech

πŸ”₯[Throwback Thursday]πŸ”₯

8 months ago 0 0 0 0
Preview
Jeff Brown Tech Tutorial videos covering PowerShell, Azure, DevOps, Office 365 and more!

Last year I decided to dive into developing my YouTube channel. Today I hit 1,000 subscribers! Pretty exciting. I focus on a lot of PowerShell, but moving forward I am focusing on Azure and other cloud-related technologies.

www.youtube.com/@jeffbrowntech

#powershell #azure #youtube #cloud

8 months ago 8 3 0 0
PowerShell: Command Line to Scripting | Variables & Data Types
PowerShell: Command Line to Scripting | Variables & Data Types Jeff Brown Tech

⭐ New YouTube Video ⭐

This first module covers variables, data types, operators, and methods. The module concludes with your first challenges in writing a sentence analyzer script and a temperature converter.

9 months ago 0 0 0 0
Advertisement