<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>System-Center-Configuration-Manager on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/tags/system-center-configuration-manager/</link>
    <description>Recent content in System-Center-Configuration-Manager on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 20 Oct 2017 09:49:46 +0000</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/tags/system-center-configuration-manager/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Configuration Manager - Configure requirement rules for deployment types with PowerShell</title>
      <link>https://janikvonrotz.ch/2017/10/20/configuration-manager-configure-requirement-rules-for-deployment-types-with-powershell/</link>
      <pubDate>Fri, 20 Oct 2017 09:49:46 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2017/10/20/configuration-manager-configure-requirement-rules-for-deployment-types-with-powershell/</guid>
      <description>&lt;p&gt;Configuration Manager applications can be equipped with powerful requirement rules. For example an application must be installed only if there is enough disk space on the target device or only if the device is the users primary device. The second example is an important requirement rule when working with &lt;a href=&#34;https://docs.microsoft.com/en-us/sccm/apps/deploy-use/link-users-and-devices-with-user-device-affinity&#34;&gt;user device affinity&lt;/a&gt;. Configuring this kind of rule is done in a few seconds using the management console. However, scripting the rule with PowerShell is much more difficult. As of today the cmdlets provided by Microsoft for automating Configuration Manager assets do not support building requirement rules for deployment types. But as always there is a workaround. In my case I&amp;rsquo;ve decided to create an application template containing all requirement rules and copy specific rules from there to other applications.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SCCM 1702 increase client log size and retention</title>
      <link>https://janikvonrotz.ch/2017/10/17/sccm-1702-increase-client-log-size-and-retention/</link>
      <pubDate>Tue, 17 Oct 2017 13:46:41 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2017/10/17/sccm-1702-increase-client-log-size-and-retention/</guid>
      <description>&lt;p&gt;With additional steps in an image deployment task sequence the log files will grow quite big. By default the Configuration Manager client keeps a log history of 0 and a size limit of 2 MB for each log file. In result you&amp;rsquo;ll find yourself missing important details when trying to debug a failed operating system deployment. At some point the log files will be cut off. In order to increase the log size and retention, parameters must be configured in two places.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Remove provisioned appx packages from Windows image for operating system deployment</title>
      <link>https://janikvonrotz.ch/2017/09/18/remove-provisioned-appx-packages-from-windows-image-for-operating-system-deployment/</link>
      <pubDate>Mon, 18 Sep 2017 09:51:20 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2017/09/18/remove-provisioned-appx-packages-from-windows-image-for-operating-system-deployment/</guid>
      <description>&lt;p&gt;While preparing a Windows image for SCCM deployment I looked for a viable solution to remove Windows apps from the image. SCCM offers a lot options  to execute this kind of action such as running a task sequence or install an application. But none of the options worked out for me. Either they were too complicated to configure or simply didn&amp;rsquo;t work as expected. Today I&amp;rsquo;ve found a &lt;a href=&#34;https://gallery.technet.microsoft.com/Removing-Built-in-apps-65dc387b&#34;&gt;script on TechNet&lt;/a&gt; seemed to a good solution. This script showed me how easy it is to mount a windows image and remove the app packages directory from it. However, the script was outdated and didn&amp;rsquo;t offer the option to remove only selected apps. That&amp;rsquo;s why I&amp;rsquo;ve created my own remix of the script.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Manage the life cycle of your SCCM applications with PowerShell - Part 4 Remove Applications</title>
      <link>https://janikvonrotz.ch/2017/09/05/manage-the-life-cycle-of-your-sccm-applications-with-powershell-part-4-remove-applications/</link>
      <pubDate>Tue, 05 Sep 2017 08:32:11 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2017/09/05/manage-the-life-cycle-of-your-sccm-applications-with-powershell-part-4-remove-applications/</guid>
      <description>&lt;p&gt;&amp;ldquo;Manage the life cycle of your SCCM applications with PowerShell&amp;rdquo; is a short post series where I share my PowerShell experience with System Center Configuration Manager. In &lt;a href=&#34;https://janikvonrotz.ch/2017/09/01/manage-the-life-cycle-of-your-sccm-applications-with-powershell-part-3-deploy-applications/&#34;&gt;my last post&lt;/a&gt; I&amp;rsquo;ve shown you a script to distribute application content and deploy an application to its collections. In my final post I&amp;rsquo;ll show you the last part of the app life cycle - the termination.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Manage the life cycle of your SCCM applications with PowerShell - Part 3 Deploy Applications</title>
      <link>https://janikvonrotz.ch/2017/09/01/manage-the-life-cycle-of-your-sccm-applications-with-powershell-part-3-deploy-applications/</link>
      <pubDate>Fri, 01 Sep 2017 09:00:58 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2017/09/01/manage-the-life-cycle-of-your-sccm-applications-with-powershell-part-3-deploy-applications/</guid>
      <description>&lt;p&gt;&amp;ldquo;Manage the life cycle of your SCCM applications with PowerShell&amp;rdquo; is a short post series where I share my PowerShell experience with System Center Configuration Manager. In &lt;a href=&#34;https://janikvonrotz.ch/2017/08/29/manage-the-life-cycle-of-your-sccm-applications-with-powershell-part-2-create-applications&#34;&gt;my last post&lt;/a&gt; I&amp;rsquo;ve shown you a script that creates applications and all assets required to deploy it. This time I have a script to distribute the application content and deploy the application to its collections.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Manage the life cycle of your SCCM applications with PowerShell - Part 2 Create Applications</title>
      <link>https://janikvonrotz.ch/2017/08/29/manage-the-life-cycle-of-your-sccm-applications-with-powershell-part-2-create-applications/</link>
      <pubDate>Tue, 29 Aug 2017 15:07:47 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2017/08/29/manage-the-life-cycle-of-your-sccm-applications-with-powershell-part-2-create-applications/</guid>
      <description>&lt;p&gt;&amp;ldquo;Manage the life cycle of your SCCM applications with PowerShell&amp;rdquo; is a short post series where I share my PowerShell experience with System Center Configuration Manager. In &lt;a href=&#34;https://janikvonrotz.ch/2017/08/29/manage-the-life-cycle-of-your-sccm-applications-with-powershell-part-1-service-accounts-and-package-source/&#34;&gt;my last post&lt;/a&gt; I&amp;rsquo;ve showed you a script that creates the package source folder structure and another that adds the service users for SCCM. As mentioned these scripts have only been published for a better understanding of the follow-up scripts.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Manage the life cycle of your SCCM applications with PowerShell - Part 1 Service Accounts and Package Source</title>
      <link>https://janikvonrotz.ch/2017/08/29/manage-the-life-cycle-of-your-sccm-applications-with-powershell-part-1-service-accounts-and-package-source/</link>
      <pubDate>Tue, 29 Aug 2017 12:19:29 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2017/08/29/manage-the-life-cycle-of-your-sccm-applications-with-powershell-part-1-service-accounts-and-package-source/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m currently planning and building a System Center Configuration Manager (SCCM) infrastructure for a local hospital. SCCM is a complex system composed of various components to make the client and software life cycle management feasible. While configuring SCCM is a tedious job which is done once, managing applications is a recurring process. That&amp;rsquo;s why the application life cycle is the perfect candidate for scripted automation. With the most recent SCCM release Microsoft made it a lot easier to use the power of PowerShell. I&amp;rsquo;ve developed a few scripts which help creating, deploying and deleting SCCM applications. Configuring applications manually can be very bothersome and is always at risk for misconfiguration. The benefit for automation is huge.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
