ADFS Service not starting After reboot

The Federation Service configuration could not be loaded correctly from the AD FS configuration database. Additional DataError:ADMIN0012: OperationFault There was an error in enabling endpoints of Federation […]

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