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. … Read more
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. … Read more
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 … Read more
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 … Read more
In SCCM 2012 we have two ways to deployments : packages and applications. If we have the original MSI file, and needs to detect if … Read more
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 … Read more
just build an empty sccm collection with ” Query Rule ” when select the “Membership Rules” if you want to query with non sccm agent … Read more
Here is an old script I wrote last year to upgrade our Toad for oracle from 11 to 12. It is certainly one of the … Read more
Here are 3 queries that I use often for SCCM maintenance: All Workstations with a heartbeat within last 30 days: select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner … Read more
Autoit is a great tool in terms of sccm deployment. We can use the quiet switch “/s /v/qn” for installation, so it’s relatively simple. But … Read more
How to build a sccm collection of computers based on IP Range? Here is the sccm query you can use: — just first create a … Read more