intune

Error Code 0x652 in Intune

When you deploy an app via Intune and get a failure during the installation with code 0x652, this is most likely related to an MSI error 1618 as 652 in HEX corresponce to 1618. Error …

Read more

Intune speed up device enrollment

If a device is not appearing in the Intune console, you can speed up the process of enrollment byCreating a script which creates the MDM Enrollment URL’s: forcing a autoenrollment via nt-authority\system user: this will …

Read more

Create/Set/modify registry key via powershell script

The following script does a check if a key exists, if an entry exists and if it has a predefined value, otherwise it updates the registry key with the desired value. Adapt the variables: $regPath …

Read more