#SCCM
-
Jun 22, 2015
SCCM Toad 12 Upgrade Package with AutoIt Script
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 most complex package I pushed. When you download the original Toad for oracle package,...
-
Jun 22, 2015
SCCM Maintenance Queries
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\...
-
Jun 22, 2015
Deploy Apttus in SCCM with Autoit
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 as this is a Word plugin, we want to make it effective...
-
Jun 22, 2015
SCCM Collection by IP Range
How to build a sccm collection of computers based on IP Range? Here is the sccm query you can use: just first create a collection, and choose " query rule " in "Membership Rules". change the IP range...