Free 🛠️ Happy IT, Happy Life

Your AI IT Sidekick

How to use AI to figure out what's wrong before you even pick up the phone.

Published January 13, 2026

Your AI IT Sidekick

You’re not a hacker, but with a little AI help, you can look like one (in a good way). IT professionals use a tool called PowerShell to talk directly to the computer. It’s powerful, but it can look scary.

Safety First: The Scanner Game 🛡️

Before you copy-paste anything an AI gives you into a terminal, you need to know The Rule of Verbs.

  • Get: Safe. Just looking.
  • Set/Remove/Stop: Dangerous. Changes things.

Drag the commands below into the scanner to test your gut instinct:

🛡️ PowerShell Safety Scanner

Drag commands into the scanner to test if they are safe to run.

Command Deck

Get-Process Lists running apps
Stop-Process Kills an app
Get-Service Check status
Remove-Item Deletes files
Test-Connection Pings a server
Restart-Computer Reboots PC
Drop Command Here

Asking AI for a “Health Check”

Now that you know how to spot a safe command, you can ask AI to write one for you.

Prompt for ChatGPT/Claude:

“I’m on a Windows laptop and my internet is slow. Write a safe, read-only PowerShell script to check my IP address and Gateway status. Do not include any commands that change settings.”

Windows PowerShell - AI Assisted
# Prompt AI: "Write a PowerShell script to check why my internet is slow"
PS C:\Users\Expert>

How to help IT: Instead of saying "Websites won't load," you can send them the output of these commands. They'll know exactly which server is acting up before they even touch your desk.

Key Takeaways

  • PowerShell is just a way to ask the computer questions directly.
  • Always check for 'Get-' vs 'Remove-' before hitting Enter.
  • Sending script results to IT earns you massive respect.

Quick poll

What brought you to this free lesson?

Lesson: Your AI IT Sidekick