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
-
Jul 23, 2015
Avaya One-X Communicator SCCM Application Package
It was such a pain to pack Avaya One X Communicator SCCM Application Package! It is using InstallShield, but it is not a typical installation package. When I was reading the admin manual, I can use...
-
Jul 6, 2015
Using SCCM to Auto Install IP Printer According to Location
Imagine a user travels a lot for different locations in a same location, what if every time his laptop log on the local branch office network, and SCCM can auto install the local network printer...
-
Jul 6, 2015
Mac SCCM 2012 R2 Auto Enrollment
We need to get all the Mac managed by SCCM, but we don't want people manually type their username and password to enroll. so I have to work a quite script to let mac enroll automatically. I got the...
-
Jul 6, 2015
ESET Mac SCCM Custom Installer Package
We have ESET 5 for Mac in our environment, we can use ESET Remote Install on all the macs, but since we have SCCM and planning to use it manage macs, I decided to create a custom ESET install package...
-
Jul 6, 2015
Mac Deployment One Click Script
We don't have Casper in our environment, so everything is still quite manual when deploying a mac. One day I was so tired of endless click to join a mac to AD. then I start working on mac deployment....
-
Jul 5, 2015
Get IP Addresses from a List of Machines
I need to get IP addresses from a list of machines, so I googled it...needs to use test connection command, and here is the full script: Get IP Addresses from a List of Machine Name 07052015 $pcs =...
-
Jul 5, 2015
Mysql2::Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
Yesterday I was using Migration Assistant to move my data from my old Macbook Air to my new Macbook Pro. I assumed Migration Assistant can do a perfect job. However when I ran my rails server, it...
-
Jul 3, 2015
How to Create An Application in SCCM 2012 and Publish in Application Catalog
In SCCM 2012 we have two ways to deployments : packages and applications. If we have the original MSI file, and needs to detect if the application has been installed already, application is the best...
-
Jul 3, 2015
How to Create Custom Java MSI Installer with Auto Update Disabed for SCCM
Here is the simple guide on how to create custom java msi installer for SCCM with auto update disabled. 1. Go to www.java.com/en/download/manual.jsp to download the windows offline version installer....