#SCCM
-
Aug 6, 2015
How to Setup PXE Server for SCCM OSD
Here are some notes from our Microsoft SCCM trainer a few months ago, really helpful on setting up PXE Server. How to set up Option 66 & Option 67 on the DHCP Server Open DHCP management console...
-
Aug 5, 2015
How to Deploy MSU file in SCCM?
wusa.exe xxx.msu /quiet /norestart
-
Aug 5, 2015
SCCM OSD Gets 401 unsuccessful with anonymous access error message
When I was doing SCCM OSD, it was successful on my SF location, but it failed in the east coast. It seems it was downloading image at first, then it failed at applying image with error code...
-
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 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....
-
Jun 30, 2015
Collection Query for clients without SCCM Agent Installed
just build an empty sccm collection with " Query Rule " when select the "Membership Rules" if you want to query with non sccm agent machines. select SMS\ R\ SYSTEM.ResourceID,SMS\ R\...