DeAcTv8 ⚡️ CmdShiftLearn
@DeAcTv8
Followers
145
Following
3K
Media
53
Statuses
672
🧠 Building @cmdshiftlearn 🎮 Gamified PowerShell mastery 📓 Logging the dev journey at CmdShiftLogs 🧑🏾💻 Black tech, no gatekeeping.
Nashville, TN
Joined September 2012
Don't forget to update your PowerShell modules regularly 😁 Wrote a blog post about it back in 2022, I made a script that will update them and remove older versions in the process to keep everything nice and clean 👌 #PowerShell #Update #Modules
https://t.co/Hw2LWmFQGH
powershellisfun.com
You installed a PowerShell module on your machine and used it for a long time, and suddenly… It no longer connects and shows warnings that some commands are deprecated. And now what?! In this…
0
14
101
HOLY SH*T… Look at this. STEAL this AI Agent that clones VIRAL TikToks & posts them on 9-platforms using n8n: – Scrapes VIRAL TikToks
– Rewrites scripts with GPT-4o
– Auto-generates avatar videos
– Captions, overlays, & edits
– Posts to IG, YT, X, TikTok, FB, LinkedIn &
2K
976
3K
Microsoft just turned Windows into an AI platform. AI Agents are now live inside your OS. Here’s the wildest stuff they announced on Microsoft Build Day 1 👇
58
332
3K
🚨 BREAKING: Microsoft just dropped an 18-episode series called "Generative AI for Beginners". Ideal for beginners, developers, and AI enthusiasts looking to build a solid foundation. Here’s a breakdown (Save this👇):🧵
215
2K
12K
I’m moving most of my day-to-day tips and comics to Bluesky — it’s just way more interactive and fun for the kind of stuff I’m doing. Still posting weekly recaps here though.
0
0
0
ACTIVE DIRECTORY: GROUP POLICY ADMINISTRATIVE TEMPLATES FOR WINDOWS AND WINDOWS SERVER CENTRAL STORE All of them. In one spot. Well, almost. Here's a link to a Microsoft property with a current list: https://t.co/cAikHZKwy5 A Central Store is mandatory IMO. Enable it. To
learn.microsoft.com
Discusses how to create a Central Store on a domain controller to store and replicate registry-based policies for Windows.
2
38
176
Restarted CmdShiftLearn from scratch — and we’re back on track. ✅ Auth working ✅ User profiles + XP fields set ❌ XP system not fully wired yet (no gain on login or events… yet) Next up: XP progression, daily rewards, full challenge loop. #PowerShell #IndieDev #aiDev
0
0
0
I’ve been fighting this authentication bug for 3 days. No frontend. No backend. Nothing worked. Today I ran a test… And it worked. CmdShiftLearn is real. (Full demo below — 1:56)
0
0
0
🔄 Still using Set-MsolUser? It's time to move on! Microsoft is deprecating MSOnline — make the switch to Update-MgUser with this simple migration guide. ✅ Code comparisons ✅ Future-proof scripts 📖 Read now 👉 https://t.co/Ve96v8CAS4
#M365 #PowerShell #GraphAPI #SysAdmin
0
1
1
🚀 Agentic #PowerShell: MCP Exec Server is Here! 🎉 Built an MCP PowerShell Exec Server for VS @Code, enabling GitHub Copilot to: ⚡ Execute PowerShell dynamically 🤖 Enhance AI-assisted automation #PSHSummit #PSHSummit25 Try it: 🔗 https://t.co/VXxSbhnRFT
0
9
22
🔥 PowerShell Productivity Boost 🔥 Find files modified in the last 30 days: Get-ChildItem -Recurse | Where-Object { $_.LastWriteTime -gt (Get-Date).AddDays(-30) } ✅ Fast file tracking for audits, cleanup, or troubleshooting. Learn more with CmdShiftLearn. #PowerShell
0
0
0
Ever feel lost trying to learn PowerShell? 🌪️😅 Here's a tip: Use Get-Help when you're stuck. The terminal's got your back!" 💡 What's the most confusing command you've ever encountered? Drop it below! #PowerShell #CmdShiftLearn #ITTraining
0
0
0
Our second annual "State of AI in the Cloud" report, refreshed with the latest data, includes: ✨ The latest stats on AI adoption across cloud environments ✨ Security risks we’ve uncovered in AI models like DeepSeek ✨ What security teams should focus on now
0
15
64
More PowerShell tips coming. No fluff. Just help. #PowerShell #SecOps #ITOps #CmdShiftLearn #LearnTech #Windows
0
0
0
⚠️ Don’t forget to run PowerShell as Administrator Or use -ErrorAction SilentlyContinue to skip permission errors from protected services.
1
0
0
✅ Shows every service that’s supposed to be running — but isn’t Great for: Agent troubleshooting (CrowdStrike, Defender) Pre-audit checks Compliance visibility
1
0
0