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
-
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...
-
Feb 28, 2023
Use Microsoft Graph API to upload files to Sharepoint
I am trying to get autopilot 4k hardware hash info from each machine and manually upload to Intune, thus I use some online scripts and get them all together to make this PowerShell script to run from...
-
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...