<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Creating the ConfigMgr “System Management” Container with PowerShell</title><link>http://blogs.technet.com/b/mniehaus/archive/2012/01/05/creating-the-configmgr-system-management-container-with-powershell.aspx</link><description>One of the steps in the Configuration Manager installation process is to manually create the &amp;ldquo;System Management&amp;rdquo; container in Active Directory, then give the ConfigMgr computer account the ability to create objects in it. Yes, even with Configuration</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Creating the ConfigMgr “System Management” Container with PowerShell</title><link>http://blogs.technet.com/b/mniehaus/archive/2012/01/05/creating-the-configmgr-system-management-container-with-powershell.aspx#3540781</link><pubDate>Thu, 13 Dec 2012 22:57:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3540781</guid><dc:creator>Olaf Gradin</dc:creator><description>&lt;p&gt;Doing this on Server Core 2012 in preparation for SCVMM 2012 SP1 (clustered instance), I found that I had to be more specific with the class constructor to ActiveDirectoryAccessRule:&lt;/p&gt;
&lt;p&gt;$identity = [System.Security.Principal.IdentityReference] $svcacct.SID&lt;/p&gt;
&lt;p&gt;$adRights = [System.DirectoryServices.ActiveDirectoryRights] &amp;quot;GenericAll&amp;quot;&lt;/p&gt;
&lt;p&gt;$type = [System.Security.AccessControl.AccessControlType] &amp;quot;Allow&amp;quot;&lt;/p&gt;
&lt;p&gt;$inheritanceType = [System.DirectoryServices.ActiveDirectorySecurityInheritance] &amp;quot;All&amp;quot;&lt;/p&gt;
&lt;p&gt;$ace = New-Object System.DirectoryServices.ActiveDirectoryAccessRule $identity,$adRights,$type,$inheritanceType&lt;/p&gt;
&lt;p&gt;Before this, I couldn&amp;#39;t get over the &amp;quot;Cannot find an overload for...&amp;quot; error. I don&amp;#39;t know if this is a change in the .NET 4.5 class, or if this is related to .NET classes taking named parameters now.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3540781" width="1" height="1"&gt;</description></item><item><title>re: Creating the ConfigMgr “System Management” Container with PowerShell</title><link>http://blogs.technet.com/b/mniehaus/archive/2012/01/05/creating-the-configmgr-system-management-container-with-powershell.aspx#3534597</link><pubDate>Mon, 26 Nov 2012 08:03:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3534597</guid><dc:creator>Stefan Schipper</dc:creator><description>&lt;p&gt;Hi Michael, thanks for that great script. I would like to initiate this script from my SCCM 2012 Server (during MDT deployment). Is this possible or does the Server need to be a DC in order to have the Active Directory Powershell Module available?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3534597" width="1" height="1"&gt;</description></item><item><title>re: Creating the ConfigMgr “System Management” Container with PowerShell</title><link>http://blogs.technet.com/b/mniehaus/archive/2012/01/05/creating-the-configmgr-system-management-container-with-powershell.aspx#3498501</link><pubDate>Thu, 17 May 2012 16:27:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3498501</guid><dc:creator>Mike Crowley</dc:creator><description>&lt;p&gt;Here is a 1-liner for firewall pre-reqs: &lt;/p&gt;
&lt;p&gt;netsh advfirewall firewall add rule name=&amp;quot;SQL / SQL Replication&amp;quot; dir=in protocol=tcp localport=&amp;quot;1433,4022&amp;quot; &amp;nbsp;action=Allow&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3498501" width="1" height="1"&gt;</description></item><item><title>re: Creating the ConfigMgr “System Management” Container with PowerShell</title><link>http://blogs.technet.com/b/mniehaus/archive/2012/01/05/creating-the-configmgr-system-management-container-with-powershell.aspx#3498500</link><pubDate>Thu, 17 May 2012 16:25:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3498500</guid><dc:creator>Mike Crowley</dc:creator><description>&lt;p&gt;Celeber, the SCCM PG didn&amp;#39;t have time to add this script into their code, because they were too busy making sure the product shipped on time... err, I mean, they were working on an OS prerequsite installer... err, I mean SCCM cmdlets... err, I mean ensuring they wouldn&amp;#39;t need a hotfix within 1 week of launch... err I mean...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3498500" width="1" height="1"&gt;</description></item><item><title>re: Creating the ConfigMgr “System Management” Container with PowerShell</title><link>http://blogs.technet.com/b/mniehaus/archive/2012/01/05/creating-the-configmgr-system-management-container-with-powershell.aspx#3474353</link><pubDate>Sat, 07 Jan 2012 02:53:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3474353</guid><dc:creator>Cleber Marques MSFT</dc:creator><description>&lt;p&gt;Nice one! This is the best alternative I saw until now, thanks. But I think: Why the Product Team don&amp;#39;t put something like that on Installation Wizard? Then, this is a mistery :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3474353" width="1" height="1"&gt;</description></item><item><title>re: Creating the ConfigMgr “System Management” Container with PowerShell</title><link>http://blogs.technet.com/b/mniehaus/archive/2012/01/05/creating-the-configmgr-system-management-container-with-powershell.aspx#3474136</link><pubDate>Thu, 05 Jan 2012 20:08:46 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3474136</guid><dc:creator>Peter Daalmans</dc:creator><description>&lt;p&gt;Nice script! Very handy!&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3474136" width="1" height="1"&gt;</description></item></channel></rss>