Category: Intunes

Mastering Firewalls for Intunes and Autopilot Success, FQDN, IP, CRL to get Intunes running

Mastering Firewalls for Intunes and Autopilot Success In the realm of IT, especially with the advent of cloud-based systems like M365 and Intune, managing firewalls has evolved into a complex challenge. Gone are the days of a handful of external ports; now, it’s like navigating a digital maze of ports and IP ranges. Enter the […]

Intunes / M365, Deploy Company portal in 2023 via APPX and Line of Business (0x87D1041C)

Microsoft Intune Company Portal for Windows, APPX Version via Intune and Line of Business App (Avoid 0x87D1041C if you deploy the APP Store version) Problem: Intune users (customers) report that they encounter an issue: the application was not detected after a successful installation (0x87D1041C). You see success rated of 75-80%. That is simply not usable […]

IE11 GPO Settings, PROXY Explained F5-F8, Proxy settings still used in 2023 by system account

This may be useful in 2023 because SYSTEM (The PC itself) still often uses PROXY and IE Settings. Often on New environment and DC or GPO Console you can’t see those old settings but sometimes they are still affective. Check out our other IE11 LINKS: https://www.butsch.ch/post/ie11-ieak-11-setup-9-pre-deployment-patches-2b-1-hotfix/ htps://www.butsch.ch/post/internet-explorer-9-11-gpo-old-ie9-not-visible-wmi-checks/ IE11 GPO Settings, PROXY Explained F5-F8 IE11 has […]

W10 _German_Deutsch WIN 10 ENT how to add English as display language with DISM

Enhance your W10 or W11 migration experience with this insightful solution. When transitioning from Windows 7 to Windows 10, especially in non-international companies within the DACH region, having a W10 Admin machine becomes essential, especially if your domain controllers are still operating on 2012R2. Encounter an issue where, on a German Windows 10 system, RSAT […]

NIC Intel(R) Ethernet Connection I217-LM Deployment Driver

Intel(R) Ethernet Connection I217-LM Deployment problems HP Zbook, Probook 650G1 (See below for full range info)   OS Deployment problems with Intel NIC i217-V (I217V) under Windows 7 64BIT and different Deployment Software Like Frontrange-Enteo, SCCM, Symantec and also with Windows Deployment. Main problem is that the Windows PE 3.X that most Deployment solutions use […]

Deployment: Find GUID to Uninstall Software Silent W7/8 32/64BIT

Go through these Key Recursive and check for the value “UninstallString” under the GUID’s. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall MsiExec.exe /I{2F72F540-1F60-4266-9506-952B21D6640D} So Uninstall Silent of possible would be: MsiExec.exe /x{2F72F540-1F60-4266-9506-952B21D6640D } /qn REBOOT=ReallySuppress If the Uninstall works depends on the software and if the, as example, MSI Source file is STILL under The location mentioned in key: “InstallSource” […]

ODBCCONF.exe command line tool for generating ODBC Entry

ODBCCONF.exe is a command-line tool that allows you to configure ODBC drivers and data source names. http://msdn.microsoft.com/en-us/library/ee388579(VS.85).aspx ODBCConf ConfigSysDSN “SQL Server” “DSN=LocalODBCConnection|SERVER=(local)” for MySQLODBCConf ConfigSysDSN “MySQL” “DSN=LocalODBCConnection|SERVER=MySQL_ServerName” To get the correct Connection String for your DB reference this site: http://www.connectionstrings.com/ Do understand the difference between SYSTEM and USER DNS: http://digital.ni.com/public.nsf/allkb/852559036FB6447380256ADF007C3964 You cant’ give over username and password for […]