Intune – SCCM – Change Time Zone

Various methods of changing the time zone. PowerShell and command methods can be used in SCCM and Intune. PowerShell Command tzutil /s “Eastern Standard Time” Intune – Custom Device Configuration Profile * requires 1903 and newer Microsoft Intune > Device configuration > Profiles > Create Profile > Windows 10 and later > Custom > click Read More …

SCCM – Hung or Frozen Configuration Manager Update

While using Updates and Servicing in the CM console, you notice that one of the upgrades or hotfixes is stuck at download, pre-req check, or installing. To reset the update manager, run the CMUpdateReset.exe tool, located here: C:\Program Files\Microsoft Configuration Manager\cd.latest\SMSSETUP\TOOLS\CMUpdateReset   From an admin prompt C:\Program Files\Microsoft Configuration Manager\cd.latest\SMSSETUP\TOOLS\CMUpdateReset\CMUpdateReset.exe -S sccm.homelab.com -D CM_YourSiteCode -P Read More …

Apple iTunes – 12.10.4.2

Description iTunes is a media player, media library, Internet radio broadcaster, and mobile device management application developed by Apple Inc. It was announced on January 9, 2001. It is used to play, download, and organize digital multimedia files, including music and video, on personal computers running the macOS and Windows operating systems. Content could be Read More …

Apple iTunes – 12.10.3.1

Description iTunes is a media player, media library, Internet radio broadcaster, and mobile device management application developed by Apple Inc. It was announced on January 9, 2001. It is used to play, download, and organize digital multimedia files, including music and video, on personal computers running the macOS and Windows operating systems. Content could be Read More …

SCCM – Agent Repair – Uninstall

Repair – Fix Locally “C:\Windows\ccm\ccmrepair.exe” Remotely psexec \\RemoteComputerName -u administrator -p PASSWORD cmd.exe /c c:\windows\ccm\ccmrepair.exe   PowerShell     Removal – Uninstall   Locally “C:\Windows\ccmsetup\CCMSetup.exe” /uninstall or Use the CCMClean Tool  |  2  |  3 Remotely psexec \\RemoteComputerName -u administrator -p PASSWORD cmd.exe /c c:\windows\ccmsetup\ccmsetup.exe /uninstall   Things to Check for During Removal * remove these items stop CCMExec Read More …