Guide on how to install Google Chrome ADMX template and fix...
Continue reading...January 2020
Intune enrollment error 0x80190194
Scenario: All devices are showing in Azure AD as intune managed...
Continue reading...Active Directory Script – update all AD names to match DisplayName
Get-ADUser -Filter * -searchbase “OU LOCATION” -Property DisplayName | %{ $_...
Continue reading...Active Directory Script – update object name or displayname
Get-Content .\usersToUpdate.txt | Get-ADUser -Properties middleName | ForEach { # The...
Continue reading...