Tag: sysctr

  • Setting the Client Status Settings for Client Activity based on AD logon

    Setting the Client Status Settings for Client Activity based on AD logon

    SCCM will mark a computer inactive if none of the activity checks happen Client policy request Heartbeat discovery Hardware Inventory Software Inventory Status messages sent See technet The default settings are 7 days for each of these settings which can be fine for a lot of businesses. If there are many devices that don’t often…

  • SCCM Component Manager

    SCCM Component Manager

      SCCM Component manager is a quick way to start/stop/pause SCCM components that you would normally control using the Service Manager. The reason the Service manager is so slow is because it has to connect to every site system’s registry and gather information. SCCM Component manager only connects to the server that you select so…

  • Set the computer name using the BIOS Asset Tag

    Set the computer name using the BIOS Asset Tag

    If you are setting the Asset Tag the same name that the computer is, it makes sense to only have to input it once. I created a powershell script that will do the following: If VM or Mac: Exit 0 If  computer exists in SCCM: Exit 0 If AssetTag Exists/Not empty: Set OSDComputerName to AssetTag,…

  • Creating Collections to deploy ConfigMgr client updates (the easy way)

    Get the Servicing Exstension from Microsoft NOW as it does all the work!!! http://blogs.technet.com/b/configmgrteam/archive/2014/12/09/now-available-microsoft-system-center-2012-configuration-manager-servicing-extension.aspx Once you have this, in the Admin node, there’s a site servicing section -> client targeting. You click ‘Create Query’ and it makes a nice query for your collections. Then you go about creating your collection. click next. Select Add Rule -> Query Rule…

  • How To: Create Automatic Deployment Rules for Patch Tuesday Software Updates

    How To: Create Automatic Deployment Rules for Patch Tuesday Software Updates

    Automatic deployment of updates is one of the best features of SCCM. Automation in general is awesome. The best way to use Automatic deployment rules (ADR) is to have them run on Patch Tuesday which is the second Tuesday of the month when Microsoft releases their updates generally before 11:00 PST/PDT (I am Australian based so…

  • Optimize the ‘build and capture’ time and size (SCCM Build)

      Inspired by Johan’s post http://www.deploymentresearch.com/Research/tabid/62/EntryId/174/Building-reference-images-like-a-boss.aspx I am probably one of the few that uses SCCM to capture base images. I use it because I create a thick image and it keeps the history of packages that it has installed meaning that newly imaged machines will know that they have already installed software x when…

  • Fix for customized Adobe CC Acrobat in base image not activated

      If you put Adobe Acrobat in the base image using the steps from http://helpx.adobe.com/creative-cloud/packager/deploying-acrobat.html Install Customization Wizard XI msi + mst then Install CC package msi and mst you may find it not activated. To fix this during the OS Deployment add a run command line step to reinstall the CC package mst and mst.  …

  • KB: PXE boots using the wrong wim file.

    If you happen to change the source name of a boot wim the pxe point may boot using the old file. To fix rename <Drive Letter>RemoteInstallSMSImages<WIMPkgID>oldbootname.wim to oldbootname.wim.old Next PXE boot it will then use the new boot.wim file.  

  • Application Catalog logs

    There are 2 operational logs for the App Catalog server side. <Drive Letter>SMS_CCMCMApplicationCatalogLogsServicePortalWebSite.log <Drive Letter>SMS_CCMCMApplicationCatalogSvcLogsServicePortalWebService.log   Troubleshooting If the App catalog has an error message “Cannot Connect to the Application Server” this is referring the to the ServicePortalWebService.log. So far I have only seen the error: error: WriteHeadersCallback(WebExceptionStatus errorStatus, ConnectStream stream, Boolean async) in the…

  • Versioning and naming your base SOE .wim during OSD

    If you replace the base wim (via build and capture) frequently it can be good to set versions and date the wim file that you import. It makes it easy to revert back if a change didn’t go so well. Below are the steps in my build and capture to do versioning and work around…