top of page


(184) Microsoft Intune - Removing Dell Bloatware and Dell Apps
One of our customers listed me a detail list of Dell vulernable apps within their tenant. I tried to re-invent the wheel by using my HP Bloatware removal remediation script which did partial removing these bloatware apps. I ended up using Andrew Taylor's script with some modifications in place by removing all the unwanted bloatware lines he has added, and only focusing on Dell bloatware and Dell installed apps. Install.ps 1 #################################################
Nov 711 min read
Â


(180) Microsoft Intune - Company Portal Shortcut
A few months ago before I went on annual leave, a customer wanted to deploy Company Portal as a shortctut on the desktop for end users. The easiest way I could figure out looks like this: Install.ps 1 will do the following: [CmdletBinding()] Param ( [Parameter(Mandatory=$false)] [String]$ShortcutTargetPath, [Parameter(Mandatory=$false)] [String]$ShortcutDisplayName, [Parameter(Mandatory=$false)] [Switch]$PinToStart=$false, [Parameter(Mandatory=$false)] [String]$IconFile=$n
Oct 161 min read
Â


(172) Microsoft Intune - Set Default Language to en-AU during Autopilot
This issue has been daunting on for quite some time now, I was thinking this post I mentioned would work: https://soeintunedevice.wixsite...
Jul 33 min read
Â
bottom of page