All posts
- SCCM 132
- Casper 32
- Powershell 21
- OSD 11
- PowershellUniversal 9
- Mac 8
- Preventative SCCM Monitor and Troubleshoot Website 8
- Shell Script 7
- Active Directory 5
- sql 5
- wsus 5
- sccm cmg 4
- Tools 4
- 802.1x 3
- AutoIt 3
- azure 3
-
Apr 30, 2021
How to Create SCCM Application for Rapid7 Insight Agent
Rapid7 Insight agent is not an easy application to pack via SCCM :) For detection rule, I have tried a few times, and here is the working one: (If you tried to use file detection rule, even if...
-
Apr 29, 2021
SCCM Detection Rule for Google Drive File Stream
So it is a bit of mess for Google Drive File Stream as every time it does the self upgrade, it keeps the existing folder and create a new folder for each version. And SCCM doesn't like this at all....
-
Apr 26, 2021
Azure AD Connector 8344 Permission Issue
If you see some user has 8344 permission issues on your Azure AD Connector log, the fix is simple: https://powerscripter.wordpress.com/2015/02/25/enable ad inheritance on all users in an ou and all...
-
Apr 17, 2021
SCCM Client Network Tab has Wrong IBCM FQDN Address
I don't know what caused this issue, the only recent change was me upgrading our SCCM environment to 2010. Then I found out some of our internet only clients (SCCM CMG) cannot connect to our SCCM...
-
Mar 24, 2021
Setup NDES with Intune and SCCM
We are planning to issue certificate to clients over the Internet, thus we need to setup NDES Infrastructure. Steps to configurate NDES: 1. NDES Service Account(Just default regular account is fine)...
-
Dec 1, 2020
SCCM CMG Setup
A few months back I was setting up SCCM IBCM with AWS EC2s. However, as our management only wants one way communication from our corporate network to DMZ, and the SQL database push based replication...
-
Nov 23, 2020
Install SCCM Internet Only Client(CMG) via Group Policy and Powershell
We have a special domain that is only used for contractors, and they have strict network rules, so I set up SCCM internet only client by our CMG via Group Policy and Powershell. You may think that...
-
Oct 13, 2020
MP Control Manager detected DMP is not responding to HTTP requests
When I was setting up our DMZ SCCM Server, I came into this issue: MP Control Manager detected DMP is not responding to HTTP requests So I went ahead and check mpcontrol.log under C:\SMS\logs. I...
-
Oct 12, 2020
How to Configure Two-tier CA with High Availability
This is the gold guide I used for setting up my two tier CA in our DMZ environment: https://techblog.ptschumi.ch/windows server/install an offline root ca with an enterprise subordinate ca 2/ These...