Guides

Add CMtrace to System32 Folder with SCCM

The Admin
This is the method i use to make sure every machine has Cmtrace. Cmtrace is a tool to read log files, very handy when troubleshooting SCCM logs, or any other logs for that matter. You can read more about CMtrace here: Configuration Manager Tools - CMTrace I use the application model to install during operating system deployment (OSD). And i also create a deployment to All workstations to make sure its installed incase a user removes it.

Feature Update Windows 10 Using SCCM Application Model

The Admin
This is not officially support by Microsoft Your probably wondering, why would you deploy windows 10 using the application model? why not use the feature update in SCCM? Well that would worked for still in service versions of windows 10 however if you are running an older version of windows 10, and deploy this feature update, SCCM can mark it as compliant and never install the Feature update. like wise why not use the upgrade task sequence?

How to Install Font Files With SCCM and Command Line

The Admin
Scenario I was tasked with remoting installing a font on thousands on endpoints. I thought this should be easy, as surly their is a command line way to do this. I was wrong…. There was a command line tool to install font files from the command however it was deprecated and removed. However you are not stuck with making API calls in user context to get the Font file installed.

How to Truly Speed Up Windows Login Time with one Registry entry

The Admin
This was discovered when i was looking for a way to speed up login times for windows 10. We already looked removing the universal apps that ship with windows 10, and a few other tricks here or there to get log in time to down from 1:20 to 30 - 50 seconds. still that is good from what i have read online. however while we was implementing VMware Horizon i wondered if the log in time could be decreased even further.

How to Update Dell Drivers and BIOS During SCCM OSD

The Admin
Download Dell command update & XML file & create Packages: Download Dell Command Update Do not download the Universal Windows Platform version Copy it to your SCCM Source content along with the below XML file. Keep in mind this file may need to be regenerated if its too old. You will need to create an Application for Dell Command Update. You can ether import the .exe you get from dell or extract the .

SCCM - Create Device Collection From Active Directory OU

The Admin
This is one is easy, Create a Device Collection in SCCM. Add A Query Rule using the below. select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System Where SMS_R_System.SystemOUName like '%Company.ORG/Company Computers/AnotherOU/NORTH%'

SCCM - Use SCCM & Application Model to Copy Files to an Endpoint

The Admin
Lets say you need to copy files to a location on the endpoint. that can be done using the SCCM application model in SCCM. this way you can confirm that the file and/or folders are on the endpoint at the end. One can do this Via PowerShell or batch file. I like to run the below command from a batch file, In the application i added the Batch file to the installation Program, this way i can add more commands to the process is needed.

SCCM - Use SCCM Baselines to Detect Office Installation Version and Bitness

The Admin
Scenario You have a mix bag of Office 2019 and Office 2016 installs some are 32 or 64bit. You need to create a Device collections in SCCM that reflects what machines have which office version installed and what bitness as well. What i tried: My first instinct was to create a device collection using a combination of the below queries: select distinct SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.Client from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.