SCCM – PowerShell – Return Domain using ResourceID
Template Example Production Example
Lab Core | The Lab of MrNetTek
A blog about IT, technical solutions, and code.
Template Example Production Example
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 …
You have deployed an application from SCCM, and notice that the application has installed successfully, but fails with return code 0x87D00324(-2016410844). This means that the detection rule is not right, most likely an invalid path, file, or GUID. Fix the Detection Method in SCCM 1 – Navigate to: Software Library > Overview > Application Read More …
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 …
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 …
Deploying the Firefox browser using SCCM is easy, but it isn’t without its caveats. I ran into one snag, and I thought I’d detail the fix. Walk-through First, before you begin in the Configuration Manager console, copy the Firefox MSI to your file repository. In the example below, it is \\sccm\Mozilla\app\Firefox_72.0\ Now, in the Configuration Read More …
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 …
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 …