#powershell search results

Remember #PowerShell DSC? It’s been completely rebuilt - not updated. Meet DSC v3, written in Rust and built for CI/CD. ✅ Cross-platform ✅ YAML/JSON configs ✅ No background agent But MOF isn’t gone. #Intune still uses it. Full breakdown from @powers_hell ➡️…

PatchMyPC's tweet image. Remember #PowerShell DSC? It’s been completely rebuilt - not updated.

Meet DSC v3, written in Rust and built for CI/CD.
✅ Cross-platform
✅ YAML/JSON configs
✅ No background agent

But MOF isn’t gone. #Intune still uses it.
Full breakdown from @powers_hell ➡️…

The Call for Papers for the ~#PowerShell #Conference Europe 2026 in #Wiesbaden is now officially open. You have until 14 December 2025 to submit your session. → sessionize.com/psconfeu26 #PSConfEU #IT #automation #Germany #Europe

PSConfEU's tweet image. The Call for Papers for the ~#PowerShell #Conference Europe 2026 in #Wiesbaden is now officially open.
 You have until 14 December 2025 to submit your session.
 → sessionize.com/psconfeu26
 #PSConfEU #IT #automation #Germany #Europe

KEYNOTE ANNOUNCEMENT We’re honored to announce @jsnover the creator of #PowerShell, as the keynote speaker of the upcoming #MEMSummit. His work has reshaped how engineers, IT admins and enterprises automate and manage systems. Jeffrey will deliver a master session in Paris!


⏳ Starting in 30 min! The Agent Factory — live demo on AI teams that plan, act & review. Join now → meetup.com/nycpowershellm… #AI #Agents #PowerShell

dfinke's tweet image. ⏳ Starting in 30 min!

The Agent Factory — live demo on AI teams that plan, act & review.

Join now → meetup.com/nycpowershellm…
#AI #Agents #PowerShell

🚀 It’s today! The Agent Factory: Building AI Teams from the CLI — live @ 1:30 PM ET Come see what happens when your terminal becomes an AI workspace. 🔗meetup.com/nycpowershellm… #AI #Agents #PowerShell

dfinke's tweet image. 🚀 It’s today!

The Agent Factory: Building AI Teams from the CLI — live @ 1:30 PM ET

Come see what happens when your terminal becomes an AI workspace.

🔗meetup.com/nycpowershellm…
#AI #Agents #PowerShell

Normally I use patch_review.py for my monthly reporting on patch Tuesday patches. @KevTheHermit did an amazing job with it. But since I'm more of a PowerShell guy, I finally came around and moved the codebase to ps1. If you like #PowerShell feel free: github.com/f-bader/MSRC-P…

fabian_bader's tweet image. Normally I use patch_review.py for my monthly reporting on patch Tuesday patches. @KevTheHermit did an amazing job with it.

But since I'm more of a PowerShell guy, I finally came around and moved the codebase to ps1.

If you like #PowerShell feel free:

github.com/f-bader/MSRC-P…

The future of PowerShell just got a new skill ⚙️ PoC for #PowerShell Skills using `New-Agent` in PSAI. Turns out the pieces were already there — PSAI (a port of the OpenAI SDK) had the primitives. 📦Install-Module PSAI Anthropic just articulated them with Claude Skills 🧠👇

dfinke's tweet image. The future of PowerShell just got a new skill ⚙️

PoC for #PowerShell Skills using `New-Agent` in PSAI.

Turns out the pieces were already there — PSAI (a port of the OpenAI SDK) had the primitives.

📦Install-Module PSAI

Anthropic just articulated them with Claude Skills 🧠👇

Want to automate some tasks in #SCCM with #PowerShell? We have some scripts for you: systemcenterdudes.com/sccm-powershel… #ConfigMgr #MSIntune #Windows #Security

scdudes's tweet image. Want to automate some tasks in #SCCM with #PowerShell? 
We have some scripts for you:
systemcenterdudes.com/sccm-powershel… 

#ConfigMgr #MSIntune #Windows #Security

Missed the DuPSUG session? I turned plain #PowerShell functions into AI tools—live. Recording’s up now 👇 youtu.be/KwOW_5srblg

dfinke's tweet image. Missed the DuPSUG session?
I turned plain #PowerShell functions into AI tools—live.

Recording’s up now 👇
youtu.be/KwOW_5srblg

⚡ See you tomorrow! Watch AI agents team up, reason, and execute from the CLI. The Agent Factory — Wed Oct 22 @ 1:30 PM ET RSVP → meetup.com/nycpowershellm… #AI #Agents #PowerShell

dfinke's tweet image. ⚡ See you tomorrow!

Watch AI agents team up, reason, and execute from the CLI.

The Agent Factory — Wed Oct 22 @ 1:30 PM ET
RSVP → meetup.com/nycpowershellm…
#AI #Agents #PowerShell

Here's a #PowerShell tip if you need an #sccm program to succeed 60% of the time: if ((get-random -minimum 0 -maximum 100) -le 60) {Exit 0} else {Exit 1} Here you can join our live @RecastSoftware Right Click Tools Release Show happening THIS FRIDAY: events.teams.microsoft.com/event/43baaf6a…


VSCode & GIT, everywhere! garytown.com/vscode-git-on-… I've moved to using VSCode, so I like it everywhere, so now with a simple #PowerShell Script, it downloads and installs latest version from cloud. Leveraged in #OSD & #Intune Remedition. #ConfigMgr #DeployR @2pintsoftware

gwblok's tweet image. VSCode & GIT, everywhere!
garytown.com/vscode-git-on-…

I've moved to using VSCode, so I like it everywhere, so now with a simple #PowerShell Script, it downloads and installs latest version from cloud.

Leveraged in #OSD & #Intune Remedition.

#ConfigMgr #DeployR @2pintsoftware
gwblok's tweet image. VSCode & GIT, everywhere!
garytown.com/vscode-git-on-…

I've moved to using VSCode, so I like it everywhere, so now with a simple #PowerShell Script, it downloads and installs latest version from cloud.

Leveraged in #OSD & #Intune Remedition.

#ConfigMgr #DeployR @2pintsoftware

PowerShell just got a new skill ⚙️ PoC for #PowerShell using `New-Agent` in PSAI Turns out, pieces were already there — PSAI (a port of the OpenAI SDK) had the primitives. 📦Install-Module PSAI Anthropic just articulated them with Claude Skills 👇 @dalehassinger @SQLvariant

dfinke's tweet image. PowerShell just got a new skill ⚙️

PoC for #PowerShell using `New-Agent` in PSAI

Turns out, pieces were already there — PSAI (a port of the OpenAI SDK) had the primitives.

📦Install-Module PSAI

Anthropic just articulated them with Claude Skills 👇
@dalehassinger @SQLvariant

🔍 Windows dispose nativement d’un mécanisme de traçabilité permettant de suivre ce type d’actions via l’Observateur d’événements ou #PowerShell 👉 Une fonctionnalité souvent méconnue, utile pour l’audit, le support ou la sécurité 🔗 it-connect.fr/windows-commen… #Windows #Sysadmin

ITConnect_fr's tweet image. 🔍 Windows dispose nativement d’un mécanisme de traçabilité permettant de suivre ce type d’actions via l’Observateur d’événements ou #PowerShell

👉 Une fonctionnalité souvent méconnue, utile pour l’audit, le support ou la sécurité

🔗 it-connect.fr/windows-commen…

#Windows #Sysadmin
ITConnect_fr's tweet image. 🔍 Windows dispose nativement d’un mécanisme de traçabilité permettant de suivre ce type d’actions via l’Observateur d’événements ou #PowerShell

👉 Une fonctionnalité souvent méconnue, utile pour l’audit, le support ou la sécurité

🔗 it-connect.fr/windows-commen…

#Windows #Sysadmin
ITConnect_fr's tweet image. 🔍 Windows dispose nativement d’un mécanisme de traçabilité permettant de suivre ce type d’actions via l’Observateur d’événements ou #PowerShell

👉 Une fonctionnalité souvent méconnue, utile pour l’audit, le support ou la sécurité

🔗 it-connect.fr/windows-commen…

#Windows #Sysadmin

One of the things I’ve been the most excited about this year. #PowerShellDSC #PowerShell #DSC

Remember #PowerShell DSC? It’s been completely rebuilt - not updated. Meet DSC v3, written in Rust and built for CI/CD. ✅ Cross-platform ✅ YAML/JSON configs ✅ No background agent But MOF isn’t gone. #Intune still uses it. Full breakdown from @powers_hell ➡️…

PatchMyPC's tweet image. Remember #PowerShell DSC? It’s been completely rebuilt - not updated.

Meet DSC v3, written in Rust and built for CI/CD.
✅ Cross-platform
✅ YAML/JSON configs
✅ No background agent

But MOF isn’t gone. #Intune still uses it.
Full breakdown from @powers_hell ➡️…


Here's a #PowerShell tip if you need an #sccm program to succeed 60% of the time: if ((get-random -minimum 0 -maximum 100) -le 60) {Exit 0} else {Exit 1} Here you can join our live @RecastSoftware Right Click Tools Release Show happening THIS FRIDAY: events.teams.microsoft.com/event/43baaf6a…


⏳ Starting in 30 min! The Agent Factory — live demo on AI teams that plan, act & review. Join now → meetup.com/nycpowershellm… #AI #Agents #PowerShell

dfinke's tweet image. ⏳ Starting in 30 min!

The Agent Factory — live demo on AI teams that plan, act & review.

Join now → meetup.com/nycpowershellm…
#AI #Agents #PowerShell

🌟New Guide🌟 | Learn how to enable management point status alerts 🚨 in #ConfigMgr. Configure alerts ⚙️for unhealthy management points 💻 using the #SCCM console or #PowerShell 🧑‍💻with useful guide. prajwaldesai.com/enable-managem…


The Call for Papers for the ~#PowerShell #Conference Europe 2026 in #Wiesbaden is now officially open. You have until 14 December 2025 to submit your session. → sessionize.com/psconfeu26 #PSConfEU #IT #automation #Germany #Europe

PSConfEU's tweet image. The Call for Papers for the ~#PowerShell #Conference Europe 2026 in #Wiesbaden is now officially open.
 You have until 14 December 2025 to submit your session.
 → sessionize.com/psconfeu26
 #PSConfEU #IT #automation #Germany #Europe

We're at 99 members on our brand new @DuPSUG @Meetup group, are you going to get us to 100? Join us, for our favorite price: Free, here: meetup.com/dutch-powershe… #PowerShell #DevOps


🚀 It’s today! The Agent Factory: Building AI Teams from the CLI — live @ 1:30 PM ET Come see what happens when your terminal becomes an AI workspace. 🔗meetup.com/nycpowershellm… #AI #Agents #PowerShell

dfinke's tweet image. 🚀 It’s today!

The Agent Factory: Building AI Teams from the CLI — live @ 1:30 PM ET

Come see what happens when your terminal becomes an AI workspace.

🔗meetup.com/nycpowershellm…
#AI #Agents #PowerShell

⏳ Starting in 30 min! The Agent Factory — live demo on AI teams that plan, act & review. Join now → meetup.com/nycpowershellm… #AI #Agents #PowerShell

dfinke's tweet image. ⏳ Starting in 30 min!

The Agent Factory — live demo on AI teams that plan, act & review.

Join now → meetup.com/nycpowershellm…
#AI #Agents #PowerShell

The Call for Papers for the ~#PowerShell #Conference Europe 2026 in #Wiesbaden is now officially open. You have until 14 December 2025 to submit your session. → sessionize.com/psconfeu26 #PSConfEU #IT #automation #Germany #Europe

PSConfEU's tweet image. The Call for Papers for the ~#PowerShell #Conference Europe 2026 in #Wiesbaden is now officially open.
 You have until 14 December 2025 to submit your session.
 → sessionize.com/psconfeu26
 #PSConfEU #IT #automation #Germany #Europe

🔍 Windows dispose nativement d’un mécanisme de traçabilité permettant de suivre ce type d’actions via l’Observateur d’événements ou #PowerShell 👉 Une fonctionnalité souvent méconnue, utile pour l’audit, le support ou la sécurité 🔗 it-connect.fr/windows-commen… #Windows #Sysadmin

ITConnect_fr's tweet image. 🔍 Windows dispose nativement d’un mécanisme de traçabilité permettant de suivre ce type d’actions via l’Observateur d’événements ou #PowerShell

👉 Une fonctionnalité souvent méconnue, utile pour l’audit, le support ou la sécurité

🔗 it-connect.fr/windows-commen…

#Windows #Sysadmin
ITConnect_fr's tweet image. 🔍 Windows dispose nativement d’un mécanisme de traçabilité permettant de suivre ce type d’actions via l’Observateur d’événements ou #PowerShell

👉 Une fonctionnalité souvent méconnue, utile pour l’audit, le support ou la sécurité

🔗 it-connect.fr/windows-commen…

#Windows #Sysadmin
ITConnect_fr's tweet image. 🔍 Windows dispose nativement d’un mécanisme de traçabilité permettant de suivre ce type d’actions via l’Observateur d’événements ou #PowerShell

👉 Une fonctionnalité souvent méconnue, utile pour l’audit, le support ou la sécurité

🔗 it-connect.fr/windows-commen…

#Windows #Sysadmin

#الأمن_السيبراني 🛡️ كيف يمكن لـ #PowerShell أن يحل محل 50% من برامج الحماية! 🤯.. #أمن_مجاني الموضوع أبسط مما تتخيل، الموضوع ليس سحراً، بل فهم كيف تعمل البرمجيات الخبيثة وكيف تستخدم أدوات النظام ضدها 👇

GREENARM0R's tweet image. #الأمن_السيبراني

🛡️ كيف يمكن لـ #PowerShell أن يحل محل 50% من برامج الحماية! 🤯..

#أمن_مجاني

الموضوع أبسط مما تتخيل، الموضوع ليس سحراً، بل فهم كيف تعمل البرمجيات الخبيثة وكيف تستخدم أدوات النظام ضدها 👇

Normally I use patch_review.py for my monthly reporting on patch Tuesday patches. @KevTheHermit did an amazing job with it. But since I'm more of a PowerShell guy, I finally came around and moved the codebase to ps1. If you like #PowerShell feel free: github.com/f-bader/MSRC-P…

fabian_bader's tweet image. Normally I use patch_review.py for my monthly reporting on patch Tuesday patches. @KevTheHermit did an amazing job with it.

But since I'm more of a PowerShell guy, I finally came around and moved the codebase to ps1.

If you like #PowerShell feel free:

github.com/f-bader/MSRC-P…

VSCode & GIT, everywhere! garytown.com/vscode-git-on-… I've moved to using VSCode, so I like it everywhere, so now with a simple #PowerShell Script, it downloads and installs latest version from cloud. Leveraged in #OSD & #Intune Remedition. #ConfigMgr #DeployR @2pintsoftware

gwblok's tweet image. VSCode & GIT, everywhere!
garytown.com/vscode-git-on-…

I've moved to using VSCode, so I like it everywhere, so now with a simple #PowerShell Script, it downloads and installs latest version from cloud.

Leveraged in #OSD & #Intune Remedition.

#ConfigMgr #DeployR @2pintsoftware
gwblok's tweet image. VSCode & GIT, everywhere!
garytown.com/vscode-git-on-…

I've moved to using VSCode, so I like it everywhere, so now with a simple #PowerShell Script, it downloads and installs latest version from cloud.

Leveraged in #OSD & #Intune Remedition.

#ConfigMgr #DeployR @2pintsoftware

The new version of #PSWriteHTML for #PowerShell fixes a long-standing issue where conditional highlighting wasn’t visible in responsive view. Update-Module PSWriteHTML for a fix

PrzemyslawKlys's tweet image. The new version of #PSWriteHTML for #PowerShell fixes a long-standing issue where conditional highlighting wasn’t visible in responsive view. Update-Module PSWriteHTML for a fix

Want to automate some tasks in #SCCM with #PowerShell? We have some scripts for you: systemcenterdudes.com/sccm-powershel… #ConfigMgr #MSIntune #Windows #Security

scdudes's tweet image. Want to automate some tasks in #SCCM with #PowerShell? 
We have some scripts for you:
systemcenterdudes.com/sccm-powershel… 

#ConfigMgr #MSIntune #Windows #Security

PowerShell Question / Quiz What is the output of the following #PowerShell code, and why? Comment your answers below! 👇🏻

dfinke's tweet image. PowerShell Question / Quiz

What is the output of the following #PowerShell code, and why?

Comment your answers below! 👇🏻

🚀 It’s today! The Agent Factory: Building AI Teams from the CLI — live @ 1:30 PM ET Come see what happens when your terminal becomes an AI workspace. 🔗meetup.com/nycpowershellm… #AI #Agents #PowerShell

dfinke's tweet image. 🚀 It’s today!

The Agent Factory: Building AI Teams from the CLI — live @ 1:30 PM ET

Come see what happens when your terminal becomes an AI workspace.

🔗meetup.com/nycpowershellm…
#AI #Agents #PowerShell

🎯 #Fileless malware attack leveraging #PowerShell#ExploreWithANYRUN ⚠️ The #loader, which we named #Psloramyra, employs a Living off the Land Attack for privilege escalation and defense #evasion 🔎 Using a #LoLBaS technique, it creates a file that triggers a chain of…

anyrun_app's tweet image. 🎯 #Fileless malware attack leveraging #PowerShell – #ExploreWithANYRUN
⚠️ The #loader, which we named #Psloramyra, employs a Living off the Land Attack for privilege escalation and defense #evasion

🔎 Using a #LoLBaS technique, it creates a file that triggers a chain of…
anyrun_app's tweet image. 🎯 #Fileless malware attack leveraging #PowerShell – #ExploreWithANYRUN
⚠️ The #loader, which we named #Psloramyra, employs a Living off the Land Attack for privilege escalation and defense #evasion

🔎 Using a #LoLBaS technique, it creates a file that triggers a chain of…

Blog post: A Mini Dive into the Microsoft Entra #PowerShell Module: An Intune Administrator’s Perspective msendpointmgr.com/2025/02/15/a-m… #MicrosoftGraph #AzureAD #GraphAPI

MSEndpointMgr's tweet image. Blog post:  A Mini Dive into the Microsoft Entra #PowerShell Module: An Intune Administrator’s Perspective msendpointmgr.com/2025/02/15/a-m… #MicrosoftGraph #AzureAD #GraphAPI

Loading...

Something went wrong.


Something went wrong.


United States Trends