(No Ratings Yet)
(No Ratings Yet)
(No Ratings Yet)

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 […]

(No Ratings Yet)
(No Ratings Yet)
(No Ratings Yet)
(No Ratings Yet)
(No Ratings Yet)
(No Ratings Yet)

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

(No Ratings Yet)

Mac Essential 8 Intune Policies

Application Control Configuration settings Edit Gatekeeper Allow apps downloaded from these locations Mac App Store Do not allow user to override Gatekeeper Yes User Application Hardening Chrome […]

(No Ratings Yet)

Disable MDM from mac

Go to https://skipmdm.com Run the below in recovery mode You can verify the contents with curl https://raw.githubusercontent.com/skipmdm-phoenixbot/skipmdm.com/main/Autobypass-mdm.sh | cat For my Ventura Mac , I have to use Disk […]

(No Ratings Yet)