🚀 PSADT v3 to v4: A Game-Changing Update for IT Pros! 🚀
We’ve been exploring the latest updates to PSADT v4, and trust us, it’s a significant step up from v3! Whether you’re already familiar with the older version or just diving in,
Dan Cunningham has written a fantastic blog post that covers all the new features, improvements, and why it’s worth the upgrade. 🎉
From a cleaner interface to faster deployment workflows, v4 has so much to offer. We’ve broken down the key differences in a fun and insightful way—complete with visuals to highlight the transition.
👨💻 Check out Dan’s blog at @PatchMyPC and see how PSADT v4 can simplify your software deployment and boost efficiency.
https://t.co/aQlpCWxyem
#intune #msintune #windows #patchmypc #powershell #psadt #window11
I’m a big fan of WinGet, and the software available in their ecosystem is growing daily. In this blog post, I will show you an easy way of retrieving its installer data 🙂
https://t.co/UA8Fh0jPMJ
#PowerShell#WinGet#Query
Another exciting announcement for Microsoft Intune! Next month, we will expand our OEM integration by adding Dell Management Portal to our Intune dashboard. https://t.co/IpnqTgZloO
Oh, and yes, it will be available for all Intune Plan 1 (core) users
#MSintune#DELL
The redirect isn't in the portal yet, but you can link your #Intune to https://t.co/jnvSJpNCrW now!
You can get visibility of your #Dell devices, push Dell apps, and even view BIOS passwords!
Just, uh, maybe read the docs on the BIOS management first...
https://t.co/c4Y4bdw7wQ
It was probably about 10 years ago that I really first paid attention to #MSIntune. We were sitting in a room on campus at the MVP Summit talking about it and I said, "but I really need query-based collections" So, I finally built the solution myself. Now I have query-based device collections in the cloud.
The IT community is the backbone of our digital world, especially during these challenging times. Take a well-deserved break, enjoy a coffee on us, and know that we are grateful for everything you do. 💙
IT professionals—drop a comment and we will reach out to give you your free coffee! ☕️
[Urgent] If you are using the Microsoft Intune PowerShell app registration in #Entra with applicationId d1ddf0e4-d672-4dae-b554-9d5bdfd93547, you will need to update your code before April 1, 2024.
More info here: https://t.co/9NFxhe7ASB
#MVPBuzz#MSIntune#Microsoft #MVPSummit #Intune #ConfigMgr #Windows #EUC #PowerShell
Please spread the word.
Just love the #Community https://t.co/PjPUX70ZLA
forked in the morning & merged in the afternoon 👉 v4.0.11 - Added cert based MsGraph connection Thanks Andrew #windowsautopilotinfocommunity#MSIntune
Hey #powershell and #defender#mde folks, ever looked for tools in PowerShell to interact with the security center API for things like alert handling or Advanced Hunting Queries and been disappointed?
Fret no more:
https://t.co/2oxnnDzZqY
Mapping the securitycenter API and more😎
New Blog Series!
Here is Part 1 in the series I’m writing about getting #Intune data into #PowerBI.
Please give it a like and a share!
https://t.co/VlcfNulP4Z
A better way of presenting the data to help you see the most frequent events in a particular event log
get-winevent -FilterHashtable @{ Logname = 'Security' ; StartTime = [datetime]::Today.AddDays( -1 ) } | group id|sort count -desc|select -first 10 -property Count,@{n='Id';e={$_.Name}},@{n='Provider';e={$_.group[0].ProviderName}},@{n='Message';e={$_.Group[0].Message}}
Invoke-Command alternative for Intune-managed Windows devices
Read if you want to have the ability to run PowerShell code (similar to Invoke-Command) against your Windows Intune-managed clients in a nearly real-time fashion and get the results back 😎
https://t.co/rSbMNtmI9y