#powershell search results
🤖 Powershell For Hackers 🤖 Get: powershellforhackers.com #PowerShell #automation #GitHub #pentesting #Hacking #OWASP #onlinecourse #technology

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…

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!
More stuff! I wanted to gather #GPO, their settings locations, security and WMI filters. Got this #PowerShell script to do the job. github.com/kkaminsk/FindL…
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 🧠👇

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


New PowerShell PSAI build out. Next up: Claude Skills and Sourcegraph’s toolbox pattern, running natively in #PowerShell. The agents no longer wait for instructions. 👀 📦Install-Module PSAI 🔗github.com/dfinke/psai

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…
🚀 Updated PowerShell script for "Allow Logon Locally" with Intune! Now adds local WsiAccount, re-enables password & Windows Hello PIN reset. 🛠️ 👉 github.com/imabdk/Proacti… 📖 Original: imab.dk/configure-allo… #PowerShell #Intune #SysAdmin
⏳ Starting in 30 min! The Agent Factory — live demo on AI teams that plan, act & review. Join now → meetup.com/nycpowershellm… #AI #Agents #PowerShell

Excited to have @rexdekoning at our next DuPSUG event on Oct 30! He’ll tackle a big question: Azure Functions and network security… can it be done? Join us in Leusden at @rubicongroupnl for dinner, talks, and networking. @DuPSUG #PowerShell #MVPBuzz

Automate on-premises Windows Server from the cloud using Azure Arc ⚙️☁️ thomasmaurer.ch/2024/04/automa… #AzureArc #Azure #PowerShell #WinServ #WindowsServer

Claude Skills — #PowerShell edition. ⚙️ Interactive run with PSAI. 📦Install-Module PSAI Model reads skill.md, decides which to use, and runs the code — live. No narration, just reasoning. 🧠👇
I updated my PowerShell script which is able to configure the 'Allow logon locally' policy automatically and dynamically to also retrieve the SID of the MEM account used with EPM. #msintune #powershell #secpol Ping @Mister_MDM github.com/imabdk/Proacti…

Automating Microsoft 365 with PowerShell November 2025 Update office365itpros.com/2025/10/21/aut… #PowerShell #Microsoft365 #MVPBuzz
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

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

More stuff! I wanted to gather #GPO, their settings locations, security and WMI filters. Got this #PowerShell script to do the job. github.com/kkaminsk/FindL…
New PowerShell PSAI build out. Next up: Claude Skills and Sourcegraph’s toolbox pattern, running natively in #PowerShell. The agents no longer wait for instructions. 👀 📦Install-Module PSAI 🔗github.com/dfinke/psai

#PowerShell Where-Object Count [With Examples] powershellfaqs.com/powershell-whe…
Claude Skills — #PowerShell edition. ⚙️ Interactive run with PSAI. 📦Install-Module PSAI Model reads skill.md, decides which to use, and runs the code — live. No narration, just reasoning. 🧠👇
💻 PowerShell for BIOS & Firmware Inventory Automate device compliance by extracting BIOS & firmware versions, track changes, and prioritize patches across your endpoints. 🔗 ninjaone.com/blog/how-to-ex… #ITCompliance #PowerShell #FirmwareManagement #EndpointSecurity #TechPIO #RMM

How to Remove Whitespace from Strings in PowerShell? powershellfaqs.com/remove-whitesp… #PowerShell
Yes — you can extend your hotel stay! 🏨 The €1750 Early Bird Ticket already includes 3 hotel nights (Mon–Wed) + 4 full conference days (Mon–Thu) Extra nights can be booked directly with the hotel (details by mid-Feb). 🎟️ psconf.eu #PSConfEU #PowerShell #Germany

#PowerShell ForEach-Object [With Examples] powershellfaqs.com/powershell-for…
At our Oct 30 DuPSUG meetup, @autosysops will explore how to make your automations more sustainable. Join us at @rubicongroupnl HQ for a night of learning and community. #PowerShell #DevOps #MVPBuzz

How to Check if a Variable is an Array in #PowerShell powershellfaqs.com/check-if-a-var…
Interested in #automation? Learn the ABCs of #PowerShell from @raimundandree's session on 'From PowerShell one liners to functions to Modules' at PowerShell Day Switzerland youtu.be/ZLbJBhevov8?si…
youtube.com
YouTube
From PowerShell one liners to functions to Modules - Raimund Andree
How To Convert Byte Array To String In #PowerShell powershellfaqs.com/convert-byte-a…
How to Find HP Laptop Product Number Using #PowerShell or Command Prompt powershellfaqs.com/find-hp-laptop…
I updated my PowerShell script which is able to configure the 'Allow logon locally' policy automatically and dynamically to also retrieve the SID of the MEM account used with EPM. #msintune #powershell #secpol Ping @Mister_MDM github.com/imabdk/Proacti…

.@Office365 Updating the #EntraID password protection policy with #PowerShell (Microsoft Graph PowerShell SDK). You probably won't need to do this very often, but you never know when it might be necessary... office365itpros.com/2025/10/23/pas… #Microsoft365
Excited to have @rexdekoning at our next DuPSUG event on Oct 30! He’ll tackle a big question: Azure Functions and network security… can it be done? Join us in Leusden at @rubicongroupnl for dinner, talks, and networking. @DuPSUG #PowerShell #MVPBuzz

Expand Array in #PowerShell powershellfaqs.com/expand-array-i…
☀️ Good morning, IT Pros! 🚀 FEATURED: Intune Admin managing 50K+ devices shares insights & automation scripts 👉 thekingsmaker.org #Intune #PowerShell #DevOps
How to Replace Multiple Characters in a String in PowerShell? powershellfaqs.com/replace-multip… #PowerShell
How to Add Items to an Array in #PowerShell (5 Simple Methods) spguides.com/powershell-add…
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


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…

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

🤖 Powershell For Hackers 🤖 Get: powershellforhackers.com #PowerShell #automation #GitHub #pentesting #Hacking #OWASP #onlinecourse #technology

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

Excited to have @rexdekoning at our next DuPSUG event on Oct 30! He’ll tackle a big question: Azure Functions and network security… can it be done? Join us in Leusden at @rubicongroupnl for dinner, talks, and networking. @DuPSUG #PowerShell #MVPBuzz

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

#PowerShell Module #Microsoft.Online.SharePoint.PowerShell 16.0.26510.12000 released By @andresbohren blog.icewolf.ch/archive/2025/0…

#PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26017.12000 released by @andresbohren blog.icewolf.ch/archive/2025/0…

#PowerShell: Working with JSON & APIs Using Invoke-RestMethod By @rodtrent myitforum.substack.com/p/powershell-w…

Using the #Microsoft Artifact Registry (MAR) with #PowerShell By @SamErde day3bits.com/2025-06-20-usi…

#WhiteboardAdmin 1.13.6 #PowerShell Module released By @andresbohren blog.icewolf.ch/archive/2025/0…

Something went wrong.
Something went wrong.
United States Trends
- 1. Chauncey Billups 53.9K posts
- 2. Damon Jones 13.3K posts
- 3. #7_years_with_ATEEZ 56K posts
- 4. Mafia 93.6K posts
- 5. #에이티즈_7주년_항해는_계속된다 44.1K posts
- 6. #A_TO_Z 43.6K posts
- 7. Kash Patel 35.9K posts
- 8. 5sos 30.8K posts
- 9. Toronto Rangers 2,124 posts
- 10. Gilbert Arenas 4,899 posts
- 11. The FBI 141K posts
- 12. #FalloutDay 2,684 posts
- 13. Kirby Air Riders 7,194 posts
- 14. Adam Silver 4,250 posts
- 15. The NBA 188K posts
- 16. Changpeng Zhao 7,943 posts
- 17. Gambling 114K posts
- 18. La Cosa Nostra 4,839 posts
- 19. Sakurai 10.7K posts
- 20. Feds 22.4K posts