Dave's Technology

DavesTechnology: Having worked in IT for many years I work with lots of customers and different technologies. Day to day it should be easy but there is always strange stuff that happens with both. Not often it just works. Let me tell you why... Dave's Technology DavesTechnology

Tuesday, March 04, 2025

Installing RSAT on the command line

›
 I bet I have written this up ten times, I am sick of needing to remember it.   Windows 10:   Get-WindowsCapability -Name RSAT* -Online | wh...

Microsoft Graph, Intune, All intune apps and who/what has them installed.

›
All Intune apps and who/what has them installed. This is much better, it is using the REST API so can get rate limited (HTTP 429), but inser...
Thursday, February 13, 2025

Microsot Graph, AppProfile, PowerShell, Dynamic Groups applied to OS version

›
 This is a quick and dirty to see why my groups are no longer applying to Windows 11       # You need an appProfile with intune permissions ...
Monday, February 10, 2025

Creating the AppProfile - App Registration for intune

›
App Registration for Microsoft Graph * Think Service Account, not user account * Permissions Requested Required API Permissions     Director...

Mircosoft Graph, AppProfile, Powershell, intune - export apps installed on computers

›
So I may be wrong, but I cant see the API allowing me to get the apps installed on the computer, I need to ask which are the computers this ...

Microsoft Graph, AppProfile, PowerShell, intune to get devices OS versions dump

›
    # You need an appProfile with intune permissions $tenantId = 'xxxxxxxxxxxx' # You Tenant ID $appId = 'xxxxxxxxxxxxx'  # ...

Microsoft Graph, AppProfile, PowerShell to dump list of devices and last sync to Intune

›
    # You need an appProfile with intune permissions $tenantId = 'xxxxxxxxxxxx' # You Tenant ID $appId = 'xxxxxxxxxxxxx'  # ...

Microsoft Graph, AppProfile, PowerShell, intune to export list of .EXE intune installed apps

›
 Base script # You need an appProfile with intune permissions $tenantId = 'xxxxxxxxxxxx' # You Tenant ID $appId = 'xxxxxxxxxxxxx...

Two simple PS scripts to track Windows 10 -> 11 upgrade removing applications

›
 TBH we have not found any yet, but as a part of a 4000 computer fleet we need to know if any are. So two simple scripts that show changes, ...
›
Home
View web version

About Me

DaveColvin
View my complete profile
Powered by Blogger.