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

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