#powershell

23 posts · Last used 10d

Back to Timeline
PSConfEU @psconf.eu@bsky.brid.gy · Aug 04, 2026

💡 Think you're getting the most out of #VSCode for #PowerShell?

@posh.guru@bsky.brid.gy showcases the latest improvements, from rename support and terminal IntelliSense to Spectre, Zed integration, and remote debugging with VS Code tunnels.

▶️ youtu.be/Lso0H9mcrkg?si=2W7...

#PSConfEU

  • YouTube
0
0
0
PSConfEU @psconf.eu@bsky.brid.gy · Aug 03, 2026

🤔 Why does #PowerShell behave the way it does?

@brucepayette.bsky.social@bsky.brid.gy, one of PowerShell's original architects, explains the design decisions behind pipelines, remoting, parameter binding, error handling, and more.

A fascinating look behind the curtain 👉 youtu.be/UhuBPRv5K0A?si=swn...

  • YouTube
0
0
0
PSConfEU @psconf.eu@bsky.brid.gy · Jul 31, 2026

Still managing Windows software manually?

At #PSConfEU, @steviecoaster.dev@bsky.brid.gy shows how #Chocolatey enables: ✅ Consistent software deployments ✅ Better visibility & auditing ✅ Scalable #automation

👉 youtu.be/ZKjactGk8ow?si=TYB...

#PowerShell #IT #DevOps #Windows #Conference

  • YouTube
0
0
0
PSConfEU @psconf.eu@bsky.brid.gy · Jul 31, 2026
☀️ End of the week. End of the month. Still summer. Need something refreshing? 🧊 All #PoShaKucha sessions from #PSConfEU are now available on YouTube! Short talks. Big ideas. Perfect for a sunny break. 😎 ▶️ Watch now and pick your favourite!  👉 youtube.com/playlist?list=P... #PowerShell
0
0
0
PSConfEU @psconf.eu@bsky.brid.gy · Jul 29, 2026

How do you explore your whole #Azure environment efficiently?

At #PSConfEU, @palmemanuel.bsky.social@bsky.brid.gy shows how Azure Resource Graph + VS Code enable: ✅ KQL queries at scale ✅ Better visibility ✅ Reusable insights

👉 youtu.be/xJ3OU7Rwq5k?si=ITE...

#PowerShell #automation #IT #DevOps #Conference

  • YouTube
0
0
0
PSConfEU @psconf.eu@bsky.brid.gy · Jul 27, 2026

Do we talk enough about mental health in #IT?

At #PSConfEU, @tracisewell.com@bsky.brid.gy shares: ✅ How to recognise when someone is struggling ✅ Why listening matters more than fixing ✅ The importance of open conversations

👉 youtu.be/qLZcoTOF514?si=FKx...

#PowerShell #Conference #Wellbeing

  • YouTube
0
0
0
PSConfEU @psconf.eu@bsky.brid.gy · Jul 24, 2026

How do you automate Zero Trust checks across a Microsoft tenant?

At #PSConfEU, @alexandair.bsky.social@bsky.brid.gy, @psfred.bsky.social@bsky.brid.gy & @gaelcolas.bsky.social@bsky.brid.gy show how #PowerShell can turn security guidance into automated tenant tests.

👉 youtu.be/Ew1-qYKjT_A?si=Amc...

#automation #IT #Security #Conference

  • YouTube
0
0
0
USB Type-Steve :verified: @USBTypeSteve@infosec.exchange · Jul 23, 2026
*checks Microsoft Docs for correct syntax/example of an MgGraph set command* ofc it doesn't actually work in a real setting #msgraph #powershell #azure
1
0
0
PSConfEU @psconf.eu@bsky.brid.gy · Jul 23, 2026

Are you getting the most out of #Pester?

At #PSConfEU, @jakubjares.com@bsky.brid.gy & @rprust.bsky.social@bsky.brid.gy show how to: ✅ Build data-driven tests ✅ Master mocking ✅ Improve CI/CD validation

👉 youtu.be/t5aK8XYcfOo?si=Bvw...

#PowerShell #automation #IT #DevOps #Conference

  • YouTube
0
0
0
PSConfEU @psconf.eu@bsky.brid.gy · Jul 21, 2026

Are your #PowerShell standards actually enforced?

At #PSConfEU, @hcritter.bsky.social@bsky.brid.gy shows how to: ✅ Build custom PSScriptAnalyzer rules ✅ Inspect code via AST ✅ Enforce checks in CI/CD

👉 youtu.be/7Hw7bvgj2hk?si=Hfj...

#automation #IT #DevOps #Conference

  • YouTube
0
0
0
Daniel Owen @daniel@infosec.exchange · Jul 20, 2026
I like a fresh lab. I do not like building one for the umpteenth time, especially when the build takes longer than the thing I actually wanted to test. build-lab is the final piece in a three-script set, and the one that ties the other two together. One command, an ISO, and roughly half an hour later you have a Windows Server 2025 domain controller. Log on once and the domain populates itself with a directory that looks lived in, nested groups and GPOs and an Enterprise CA included. No GUI, no answer file to hand-edit, no clicking Next. This is an orchestrator. It calls New-VMwareWorkstationVM to build and start the VM, pushes the new-AdDomain payload into the guest over vmrun, and kicks off the promotion. Still PowerShell 5.1, still nothing outside what Microsoft and VMware already ship. One thing is deliberately manual. Directory population runs from a scheduled task that fires at your first Administrator logon, so you do have to log into the console once. I could automate it by storing a domain Administrator password under a startup-triggered task. That's the one compromise I decided not to make, even in a lab, and I'm still not certain it was the right call. The interesting problem was verification. A successful AD promotion reboots Windows immediately, which tears down the vmrun guest-operations channel mid-call. A blocking call hung on that reboot and never came back. So the guest script gets launched fire-and-forget, which means there is no exit code to read. Just silence. Instead, build-lab confirms success by polling for ntds.dit in the guest, and pulls the guest's deployment logs back to the host either way, because the run you need logs from is the one that failed. https://github.com/0x44616e69656c/build-lab What's the step in your lab build that you've rebuilt by hand so many times you've stopped noticing it? #PowerShell #ActiveDirectory #WindowsServer #Automation #HomeLab #VMware #InfoSec
0
2
1
PSConfEU @psconf.eu@bsky.brid.gy · Jul 20, 2026

Do your #PowerShell scripts restart from scratch after failure?

At #PSConfEU, @dotdot.horse@bsky.brid.gy shows how Stepper enables: ✅ Resumable scripts ✅ Persistent state ✅ 🔁 Smart retries

👉 youtu.be/frucG2eXu9s?si=T8r...

#automation #IT #DevOps #Conference

  • YouTube
0
0
0
PSConfEU @psconf.eu@bsky.brid.gy · Jul 17, 2026

When your #PowerShell script breaks… how do you debug it?

At #PSConfEU, @schusterfredl.bsky.social@bsky.brid.gy shows: ✅ Breakpoints & step-through debugging ✅ Debugging services & Docker ✅ Post-mortem analysis with trap

👉 youtu.be/Rd7NRusRwyo?si=E2n...

#automation #IT #DevOps #Conference

  • YouTube
0
0
0
Daniel Owen @daniel@infosec.exchange · Jul 17, 2026
I really dislike sitting down to a lab environment that looks bare. Three users. A couple of empty OUs. Domain Admins with one lonely account. Nothing that feels real. It often doesn't matter, but it bugs me. I'm not going to hand craft hundreds or thousands of objects for a lab, but automation doesn't care. New-AdDomain takes a clean Windows Server 2025 machine and builds a realistic Active Directory forest. Proper OU structure, nested groups, computer and service accounts, GPOs, sites, an Enterprise Root CA, and enough lived-in state that security tools and attack simulations have something meaningful to work with. Pure PowerShell. No Ansible. No third-party dependencies. https://github.com/0x44616e69656c/new-AdDomain #PowerShell #ActiveDirectory #WindowsServer #HomeLab
0
1
0
PSConfEU @psconf.eu@bsky.brid.gy · Jul 16, 2026

Are your #Azure deployments manageable after they run?

At #PSConfEU, Dante Dalla Gasperina shows how Deployment Stacks: ✅ Add lifecycle control ✅ Improve What If clarity ✅ Fit into CI/CD

👉 youtu.be/e-6MncMEeWI?si=mUf...   #PowerShell #automation #IT #DevOps #Conference

  • YouTube
0
0
0
Daniel Owen @daniel@infosec.exchange · Jul 16, 2026
Got tired of clicking through Windows Server Setup for every disposable lab VM, so I automated it. New-VMwareWorkstationVM takes a Windows Server 2025 ISO and gives you back a running, network-reachable VM. It generates an autounattend.xml, builds a bootable ISO with IMAPI2, creates a sparse VMDK, writes the VMX, and drops everything into your Workstation library. MIT licensed. Requires VMware Workstation 17+ and a Windows Server 2025 ISO. Nothing else. https://github.com/0x44616e69656c/New-VMwareWorkstationVM #PowerShell #VMware #HomeLab
0
1
0
Andrew Pla Tech @AndrewPlaTech@techhub.social · Jul 15, 2026
What if you could put Active Directory into source control? Join Fred Weinmann and me today at 2 PM ET for a live ADMF demo. Come see this PowerShell-backed tool in action and bring your questions! https://www.youtube.com/watch?v=3lokn0WbPvs #PowerShell
1
0
0
Kyle Reddoch (CybersecKyle) @cyberseckyle@infosec.exchange · Jul 13, 2026
Don’t worry Kaseya, I’ll just have to do a few extra steps to make this workflow work because of your “security features”. LOL. #MSP #RMM #Workflows #Powershell #Kaseya
0
0
0
Marc-André Moreau @awakecoding.com@bsky.brid.gy · Jul 06, 2026
There's a new PowerShell SDK and CLI distribution in town, and it's from Devolutions! After speaking with @jsnover.com@bsky.brid.gy at #PSConfEU, I took the plunge and adapted #PowerShell to fit our needs. This is not a full fork, but it includes targeted improvements: github.com/Devolutions/...
0
0
0
PSConfEU @psconf.eu@bsky.brid.gy · Jun 30, 2026

Are your #PowerShell scripts reacting to system events?

At #PSConfEU, @jdhitsolutions.com@bsky.brid.gy shows how to use eventing: ✅ Monitor processes & services ✅ React in real time ✅ Build smarter #automation

Stop polling — start reacting.

👉 youtu.be/iAQOzb0Lpu8?si=Oiz...

#IT #DevOps #Conference

  • YouTube
0
0
0