#SCCM
121 posts
-
Apr 26, 2023
Automated Intune Devices Report via Azure Automation with Managed Identity
Before I was using Niel's guide to set up the monthly Intune devices report via Azure Automation. Since Microsoft is retiring "run as " account in September this year, I have to switch to managed...
-
Sep 1, 2022
Fix CMG Conversion Failed from Classic to VM Scale Set
I am trying to convert our CMG from classic to virtual machine scale set for the MECM infrastructure upgrade and it failed. From the SCCM console itself, the CMG was in error state, and if I check...
-
Sep 1, 2022
How to check who make changes in MECM/SCCM Infrastructure?
Sometimes things just broke, and after hours of troubleshooting, you realize that someone made some changes to the SCCM infrastructure, and you want to find out who made the changes. How? Under the...
-
Apr 24, 2022
Some typical issues with internet only mode(CMG) SCCM clients
1. Cannot install SCCM agent via CMG MP Recently I found out that I cannot install sccm agents on our DMZ zone, when I checked the ccmsetup.log, it showed that it is trying to grab the SCCM MP from...
-
Jan 18, 2022
Use Powershell to check Website Connectivity
We have some issues that some systems cannot reach our MECM server, and that was due to the new network changes. I wrote this script to find out which machines cannot reach our MECM server. Here is...
-
Sep 3, 2021
Detailed SCCM Patching Report via Powershell Universal & HTML
This interactive Powershell SCCM Patching Report will show the overall compliance rate in a bar graphic, and then list the all non compliance machine with detailed failure reasons. '$Session:value
-
Sep 3, 2021
Diskspace Checker via Powershell Universal and HTML
This online tool will show the diskspace of a computer you specified. It is using PowerShell Universal as web server and HTML code to show the graphic bar. It has the disk capacity, free space and...
-
Sep 3, 2021
SCCM Clients Cleanup
I run this monthly to clean up staled sccm clients. There are 3 parts: Computer Objects no longer in AD but still in SCCM; Inactive clients ( over 30 days, defined inside SCCM collection query);...
-
Sep 3, 2021
Powershell Script Running Result Log Viewer
I have lots of scheduled PowerShell script running regularly. This code will show all the Powershell running result log via webpage online.