Yep, when you run the GitHub action itβll have you choose where you want to promote to. Unless you turn on the cron job, itβll only do that step.
Iβve got a few updates to it in working on the next few weeks to make it more modular and dynamic.
20.02.2026 17:30
π 1
π 0
π¬ 0
π 0
PSADT with the Win32 App PowerShell Script Installer
An invesitigation on how you can leverage the PowerShell Script Installer option for Win32 apps in Microsoft Intune with PSAppDeployToolkit (PSADT).
πAnother New Blog Postπ»
PSADT with the Win32 App PowerShell Script Installer
This got asked in the PSADT subreddit on if it is possible. I was curious too and figured I'd give it a try.
Does anyone else have idea's on PSADT with the script installer?
michaeltheadmin.com/posts/2026/0...
06.02.2026 19:14
π 3
π 2
π¬ 0
π 0
*inspo from @coryknox.dev
04.02.2026 22:41
π 1
π 0
π¬ 0
π 0
You can now add βprophetβ to your βabout meβ @powers-hell.com
04.02.2026 20:57
π 7
π 3
π¬ 2
π 0
I was so frustrated that I just ditched the Graph modules all together and started doing Invoke-RestMethod for just about everything.
31.01.2026 07:49
π 1
π 0
π¬ 1
π 0
The one that I ran into frequently, where I pretty much don't use these modules together anymore, are the Graph modules and the Azure modules.
Eg using Azure Automation and managing Entra users or Intune devices.
30.01.2026 23:22
π 5
π 0
π¬ 1
π 0
@allwayshype.com will be on stage for #PSConfEU 2026 in #Wiesbaden (1-4 June)!
ποΈ From ConfigMgr to Manager of Configs
ποΈ IntuneStack - a CI/CD PowerShell workflow for managing Intune policy
ποΈ Tickets: psconf.eu
#automation #IT #PowerShell #Conference #Europe #Germany
30.01.2026 11:30
π 13
π 6
π¬ 0
π 0
Home | PowerShell + DevOps Global Summit
PowerShell + DevOps Global Summit is the gathering of PowerShell and DevOps professionals and enthusiasts. Join us for North America's only PowerShell Conference.
What really sets #PSHSummit26 apart isnβt just the sessions.
Itβs the people.
Honest conversations, shared wins (and challenges), and a community that actually shows up for each other. Thatβs what makes the experience last.
ποΈ Tickets available
π powershellsummit.org
20.01.2026 01:06
π 4
π 5
π¬ 0
π 0
πI've written a #Blog Article how to Query #Azure #LogAnalytics Workspace with #PowerShell.
bit.ly/4r0jTH5
20.01.2026 06:35
π 2
π 1
π¬ 0
π 0
function Restore-EnvPath {
$env:PATH = ('Machine', 'User', 'Process' | ForEach-Object {
[environment]::GetEnvironmentVariable('PATH', $_)
} | Where-Object { $_ }) -join [io.path]::PathSeparator
}
I wrote a #powershell function to rebuild the PATH env var because I was annoyed after installing a new CLI tool that it wasn't immediately available.
This cross-platform function will update PATH with the machine/user/process-scoped vars.
And now this is where you tell me there's a better way π
15.01.2026 22:44
π 11
π 2
π¬ 2
π 1
Excited to welcome @allwayshype.com, #Azure & #Intune MVP, as a featured speaker at #PSConfEU 2026 in #Wiesbaden!
Modern management, #automation, and #cloud engineering at scale.
ποΈ #PSConfEU Tickets β psconf.eu
#EndpointManagement #ModernManagement #PowerShell
05.12.2025 11:20
π 8
π 4
π¬ 0
π 0
Advent of Code 2025 in PowerShell LIVE
YouTube video by Joshua J
I'm gonna take a crack at solving some Advent of Code puzzles live using #PowerShell on Tuesday evening, 7pm Pacific.
Please do come by and laugh at how long I scratch my head wondering why my code works fine on the sample input and not the real input like I do every year π
02.12.2025 09:26
π 10
π 3
π¬ 3
π 0
Weβre kicking off our new series with none other than @jsnover.com , the inventor of PowerShell and keynote speaker at MEM Summit 2026.
Watch the episode via below URL
#MEMSummit #PowerShell
www.linkedin.com/feed/update/...
24.11.2025 15:54
π 5
π 3
π¬ 1
π 0
Fill in the blank:
"I should automate this⦠but I still haven't because ______."
25.11.2025 11:17
π 3
π 1
π¬ 0
π 0
Screenshot of VSCode showing 46 changes in a repo. Except I didn't make any changes. All I did was a build. Cloning main and performing a build should never result in 46 changes to the repo. If it does, it means you are either not using .gitignore properly and/or your build artifacts aren't targetting a proper "output" directory.
When you perform a build, any files created or modified during that build should be considered "artifacts" and those artifacts should never be committed to the repo IMO. There are always exceptions such as when a build also generates or updates documentation that you commit and maintain as a part of the repo rather than an artifact. There are mixed opinions on that practice.
A plea to junior and senior developers alike - when someone does a build from main, please ensure that git doesn't report 46 changed files.
Generally speaking, any files created or updated during a build should be considered "artifacts" and artifacts should be .gitignored.
25.11.2025 16:35
π 6
π 2
π¬ 2
π 0
*young me, developing a strong sense of justice*
This is gonna be great, what an asset, this will never drive me insane
08.08.2025 20:28
π 10795
π 2758
π¬ 82
π 82
Get ready, folks. π
Youβre about to witness ONE. BIG. BEAUTIFUL. ABSURDLY. EPIC. THREAD. π§΅π₯
Some say this might be the MOST EPIC and MOST RIDICULOUSLY LONG identity thread ever written
π Bookmark this
Honestly⦠the cover image alone deserves a like + retweet
DO IT π
19.11.2025 15:20
π 14
π 7
π¬ 1
π 0
Screenshot from the MilestonePSTools home page with the text:
Manage XProtect at ANY scale
Configure. Automate. Report. You decide what is possible on the Open Platform.
Compatible with all supported versions of XProtect.
I had the absolute joy and indescribable terror of emailing 1200 of my closest coworkers to announce we would be making the GitHub repo for our PowerShell module public tomorrow. I set my alarm for 11pm to flip the switch at 8am CET. It is done!
Link to GitHub in the docs: www.milestonepstools.com
19.11.2025 08:01
π 9
π 3
π¬ 1
π 0
Amen and amen π
19.11.2025 18:24
π 0
π 0
π¬ 0
π 0
PowerShell Script Support Added for Win32 Intune App Deployment
PowerShell script support has been added directly to the Intune app deployment Wizard. Learn why this is a great improvement.
#Intune finally supports native PowerShell scripts for Win32 app installs. No more wrapping scripts inside .intunewin files. You can update scripts without repackaging and choose 32 or 64 bit. Way cleaner and easier to manage.
17.11.2025 09:29
π 7
π 2
π¬ 1
π 1
something something [powershell.joke]::new()
17.11.2025 21:54
π 2
π 1
π¬ 0
π 0
Sadly, a little harder to than it seems π
but really stoked for broader coverage!
13.11.2025 20:38
π 0
π 0
π¬ 0
π 0
The part that hit hardest: it explains why Intune has always felt unpredictable or as though management was harder than it needed to be. While improvement has been significant year over year, the underlying model couldnβt guarantee convergence.
This shift fixes that class of problems entirely.
13.11.2025 19:52
π 2
π 0
π¬ 1
π 0
The cliffnotes: desired state lets you define the end state and the device handles the path. Thatβs the same pattern we trust everywhere else in modern config management. Itβs testable, repeatable, and something you can actually build pipelines around.
13.11.2025 19:52
π 2
π 0
π¬ 1
π 0
The quickest promotion in IT?
Be the person who automates pain.
If a process annoys everyone, script it once.
PowerShell, Python, or Bash doesnβt matter.
Efficiency is currency.
12.11.2025 08:44
π 7
π 3
π¬ 0
π 0
Wow - that was quite an excellent post!
12.11.2025 19:25
π 5
π 1
π¬ 0
π 0
Tonightβs mentorship session is all about growth β helping new voices shape their ideas and prepare great sessions for #PSConfEU 2026. A fresh wave of talent, creativity, and community energy is on the rise. π‘π€
With @gaelcolas.bsky.social & @thorstenbutz.twit.social.ap.brid.gy on stage!
12.11.2025 19:33
π 6
π 2
π¬ 0
π 0
Thank you for posting! It's so hard to keep up with all the great things that everyone does, so while it maybe feels like self-promo, the rest of us read it as "oh hey that's so cool! Thanks for sharing!" π
12.11.2025 20:13
π 2
π 0
π¬ 2
π 0