Category: Research
Research Undertaken
Intune Proactive remediations – Clear Old WDAC Policy
How to clear old WDAC policy when new policy not deploying
Proactive remediations of Deploying Sidecar Intune Managed Installer
Powershell to force remove webroot
If you boot into Safe mode or boot the disk into another device you can delete the below folders “%ProgramData%\WRData”, “%ProgramData%\WRCore”, Which will let you run the […]
Can only see Spoof intelligence in 365 Anti Phishing Policy
Trying to open a 365 Anti Phishing Policy in a GDAP Clients Page and the only item I could see is Spoof intelligence in Protection Settings with […]
Defender for Identity Service Not Starting
Make sure you have a $ in the account for the group managed sevice account in Defender for Identity and you can run this on the server
How to automatically upgrade Out of Date VPN clients in Intune
Palo Alto Networks GlobalProtect App | endoflife.date Download and install FortiClient VPN with winget Cisco AnyConnect Cisco AnyConnect Secure Mobility Client Software for Windows and Cisco Secure […]
Cloudflare workers to Disable Unsecure TLS Ciphers
Cloudflare workers to Enable A+ for Security Headers on https://securityheaders.com/
Package Intune app with Powershell as .intunewin file
Install-Module -Name IntuneWin32App $SourceFolder = “C:\Users\pwell\Downloads\DetectAndRemm\Powershell”$SetupFile = “InstallTeamviewer.ps1”$OutputFolder = “C:\Users\pwell\Downloads\DetectAndRemm”New-IntuneWin32AppPackage -SourceFolder $SourceFolder -SetupFile $SetupFile -OutputFolder $OutputFolder -Verbose