All posts
- SCCM 132
- Casper 32
- PowerShell 22
- 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
-
Feb 2, 2023
Some Simple Shell Scripts to Install Mac Apps for Intune
Here are some typical shell script codes for mac application installation
-
Feb 2, 2023
Shell Script to Install Cisco Anyconnect VPN via Intune
There is an excellent article talks about how to deploy the Cisco Anyconnect VPN client via Intune: <https://maclovin.org/blog native/2021/cge1p5lkn8xdyxz8bgcumg61u7davp Basically : 1. Add Cisco Team...
-
Jan 6, 2023
Cannot Login Windows with AAD Joined Devices via Okta Federation
If your Azure is federated to Okta, your windows 10 devices may not able to log in to Windows with just a purely Azure AD joined environment. The error message will tell you that you have the wrong...
-
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...