<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Configuration-Manager on Jon's Notes</title><link>https://4c4806b4.configjon-blog.pages.dev/category/configuration-manager/</link><description>Recent content in Configuration-Manager on Jon's Notes</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 18 Feb 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://4c4806b4.configjon-blog.pages.dev/category/configuration-manager/index.xml" rel="self" type="application/rss+xml"/><item><title>Configuration Manager Collection Creation Script</title><link>https://4c4806b4.configjon-blog.pages.dev/configuration-manager-collection-creation-script/</link><pubDate>Tue, 18 Feb 2020 00:00:00 +0000</pubDate><guid>https://4c4806b4.configjon-blog.pages.dev/configuration-manager-collection-creation-script/</guid><description>&lt;p&gt;I just finished updating the script I&amp;rsquo;ve been using to bulk create collections in Configuration Manager. I know there are already many different examples of this same type of script out there, but I figured I&amp;rsquo;d share my take on it.&lt;/p&gt;
&lt;p&gt;The script can be downloaded from my GitHub: &lt;a href="https://github.com/ConfigJon/ConfigMgr-Scripts/tree/master/Create-Collections"&gt;&lt;strong&gt;https://github.com/ConfigJon/ConfigMgr-Scripts/tree/master/Create-Collections&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="create_collectionsps1"&gt;Create_Collections.ps1&lt;/h3&gt;
&lt;p&gt;This script can be used to dynamically create user collections, device collections, and folder structure based on information in a CSV file. The script should be run as a user account with rights to connect to and create collections in Configuration Manager. The script should be run on a computer with the Configuration Manager Admin Console installed. The script will automatically search for the ConfigurationManager.psd1 file, attempt to import it, and connect to the specific site.&lt;/p&gt;</description></item><item><title>Management Point Root CA Trust Issue (HTTP 403)</title><link>https://4c4806b4.configjon-blog.pages.dev/management-point-root-ca-trust-issue-http-403/</link><pubDate>Sat, 06 Apr 2019 00:00:00 +0000</pubDate><guid>https://4c4806b4.configjon-blog.pages.dev/management-point-root-ca-trust-issue-http-403/</guid><description>&lt;p&gt;I was setting up a Configuration Manager environment in HTTPS mode and I was running into issues with the server selecting a client authentication certificate.&lt;/p&gt;
&lt;p&gt;I was seeing these messages in the &lt;strong&gt;MPControl.log&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" src="https://4c4806b4.configjon-blog.pages.dev/management-point-root-ca-trust-issue-http-403/images/Certificate_Error-1024x243.png"&gt;&lt;/p&gt;
&lt;p&gt;I was seeing this message in the &lt;strong&gt;IIS log&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" src="https://4c4806b4.configjon-blog.pages.dev/management-point-root-ca-trust-issue-http-403/images/IIS_Error-1.png"&gt;&lt;/p&gt;
&lt;p&gt;I was getting a &lt;strong&gt;2148204809&lt;/strong&gt; error which translates to &lt;strong&gt;A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.&lt;/strong&gt; That told me something was wrong with the root CA trust. Some searching online brought up a few useful posts on the subject.&lt;/p&gt;</description></item><item><title>Create Configuration Manager Antimalware Policies with PowerShell</title><link>https://4c4806b4.configjon-blog.pages.dev/create-configuration-manager-antimalware-policies-with-powershell/</link><pubDate>Sun, 24 Mar 2019 00:00:00 +0000</pubDate><guid>https://4c4806b4.configjon-blog.pages.dev/create-configuration-manager-antimalware-policies-with-powershell/</guid><description>&lt;p&gt;As I spend time working in many different Configuration Manager environments, I find myself regularly needing to create Antimalware Policies. Most of the settings in the antimalware policies can be configured quickly, however the setting that always takes me the most time is the Exclusion Settings.&lt;/p&gt;
&lt;p&gt;There needs to be different policies with different exclusion settings for different types of devices. Each of these separate policies have 3 different areas for adding file paths, file types, and processes. And for some reason, unknown to me, the dialog window for adding exclusions has a 260 character limit. This means that even if all the exclusion settings are in a list, you can&amp;rsquo;t just copy the whole list in at once. All this adds up to make this process time consuming and inconsistent.&lt;/p&gt;</description></item></channel></rss>