All posts
- SCCM 132
- Casper 32
- PowerShell 24
- OSD 11
- PowershellUniversal 9
- Mac 8
- Preventative SCCM Monitor and Troubleshoot Website 8
- Shell Script 7
- Active Directory 5
- sql 5
- wsus 5
- Azure Automation 4
- sccm cmg 4
- Tools 4
- 802.1x 3
- AutoIt 3
-
Sep 1, 2021
How to find Network Connection Profile via SCCM
If you need to find out the "domain/public/private" network connection profile on each machine, you need to set a custom hardware inventory class from SCCM. This class is called MSFT\...
-
Jul 21, 2021
Powershell Script to Auto Upload and Process Autopilot 4k Hardware Info
It was quite a journey setting up autopilot, and I have wrote a powershell script to get the autopilot 4k hardware info from the user machine, upload to Azure blob storage, and then using runbook to...
-
Jun 17, 2021
How to setup Azure LDAP via Azure AD Domain Services
We have an application sits in our DMZ zone, and we are planning to let our vendors to authenticate from our internal AD. So I have set up a LDAP service using Azure AD Domain Services. Basically I...
-
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...