<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://itbloggen.se/cs/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>binnum</title><link>http://itbloggen.se/cs/blogs/binnum/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>Changing Home Folders with vbs logging old path abnd new one to file</title><link>http://itbloggen.se/cs/blogs/binnum/archive/2010/03/26/changing-home-folders-with-vbs-logging-old-path-abnd-new-one-to-file.aspx</link><pubDate>Fri, 26 Mar 2010 13:51:00 GMT</pubDate><guid isPermaLink="false">c4d5937e-68fd-46bf-8592-cdf35d8a73c1:698267</guid><dc:creator>binnum</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://itbloggen.se/cs/blogs/binnum/rsscomments.aspx?PostID=698267</wfw:commentRss><comments>http://itbloggen.se/cs/blogs/binnum/archive/2010/03/26/changing-home-folders-with-vbs-logging-old-path-abnd-new-one-to-file.aspx#comments</comments><description>&lt;p&gt;Const ForAppending=8&lt;br /&gt;Set objFSO=CreateObject(&amp;quot;Scripting.FileSystemObject&amp;quot;)&lt;br /&gt;Set objTextFile=objFSO.OpenTextFile _&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;quot;.\HomeFolderChange.html&amp;quot;, ForAppending, True)&lt;br /&gt;call WriteHTML(&amp;quot;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;Home Catalog Changes&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;table border=solid&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Username&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Current Home catalog&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;New Home Catalog&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;quot;)&lt;/p&gt;
&lt;p&gt;Set objDomain = GetObject(&amp;quot;WinNT://domain.com&amp;quot;)&lt;br /&gt;objDomain.Filter = Array(&amp;quot;user&amp;quot;)&lt;br /&gt;For Each objUser In objDomain&lt;br /&gt;&amp;nbsp;call WriteHTML(&amp;quot;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;quot; &amp;amp; objUser.Name &amp;amp; &amp;quot;&amp;lt;/td&amp;gt;&amp;quot;)&lt;br /&gt;&amp;nbsp;if (objUser.HomeDirectory &amp;lt;&amp;gt; &amp;quot;&amp;quot;) then&lt;br /&gt;&amp;nbsp; call WriteHTML(&amp;quot;&amp;lt;td&amp;gt;&amp;quot; &amp;amp; objUser.HomeDirectory &amp;amp; &amp;quot;&amp;lt;/td&amp;gt;&amp;quot;)&lt;br /&gt;&amp;nbsp; NewHomePath=&amp;quot;&lt;a&gt;\\Fileserver\Share\&lt;/a&gt;&amp;quot; &amp;amp; objUser.Name&lt;br /&gt;&amp;nbsp; call WriteHTML(&amp;quot;&amp;lt;td&amp;gt;&amp;quot; &amp;amp; NewHomePath &amp;amp; &amp;quot;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp; objUser.Put &amp;quot;homeDirectory&amp;quot;, &amp;quot;&lt;a&gt;\\Fileserver\Share\&lt;/a&gt;&amp;quot; + un&lt;br /&gt;&amp;nbsp;&amp;nbsp; objUser.Put &amp;quot;homeDrive&amp;quot;, &amp;quot;H:&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp; objUser.SetInfo&lt;br /&gt;&amp;nbsp;else&lt;br /&gt;&amp;nbsp; call WriteHTML(&amp;quot;&amp;lt;td&amp;gt; Home Directory Not Set&amp;lt;/td&amp;gt;&amp;quot;)&lt;br /&gt;&amp;nbsp; call WriteHTML(&amp;quot;&amp;lt;td&amp;gt;New Home Directory Will not be set&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;quot;)&lt;br /&gt;&amp;nbsp;end if&lt;br /&gt;Next&lt;/p&gt;
&lt;p&gt;sub WriteHTML(line)&lt;br /&gt;&amp;nbsp;objTextFile.WriteLine(line)&lt;br /&gt;end sub&lt;/p&gt;
&lt;p&gt;call WriteHTML(&amp;quot;&amp;lt;/table&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;)&lt;br /&gt;objTextFile.Close&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://itbloggen.se/cs/aggbug.aspx?PostID=698267" width="1" height="1"&gt;</description><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/vbs/default.aspx">vbs</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Home+Catalog/default.aspx">Home Catalog</category></item><item><title>Active Directory Certificate Services Event ID 100, cannot start Certificate Services</title><link>http://itbloggen.se/cs/blogs/binnum/archive/2010/03/26/active-directory-certificate-services-event-id-100-cannot-start-certificate-services.aspx</link><pubDate>Fri, 26 Mar 2010 08:48:00 GMT</pubDate><guid isPermaLink="false">c4d5937e-68fd-46bf-8592-cdf35d8a73c1:698227</guid><dc:creator>binnum</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://itbloggen.se/cs/blogs/binnum/rsscomments.aspx?PostID=698227</wfw:commentRss><comments>http://itbloggen.se/cs/blogs/binnum/archive/2010/03/26/active-directory-certificate-services-event-id-100-cannot-start-certificate-services.aspx#comments</comments><description>&lt;p&gt;If you get the error:&amp;nbsp; The revocation function was unable to check revocation because the revocation server was offline. 0x80092013 (-2146885613) eiht the event ID 100 run this command to be able to start it up again&lt;/p&gt;
&lt;p&gt;certutil &amp;ndash;setreg ca\CRLFlags +CRLF_REVCHECK_IGNORE_OFFLINE&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://itbloggen.se/cs/aggbug.aspx?PostID=698227" width="1" height="1"&gt;</description><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Server+2008+R2/default.aspx">Server 2008 R2</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/OCSP/default.aspx">OCSP</category></item><item><title>Protect OU's from accidental Deletion using Powershell</title><link>http://itbloggen.se/cs/blogs/binnum/archive/2010/02/26/protect-ou-s-from-accidental-deletion-using-powershell.aspx</link><pubDate>Fri, 26 Feb 2010 13:18:00 GMT</pubDate><guid isPermaLink="false">c4d5937e-68fd-46bf-8592-cdf35d8a73c1:694653</guid><dc:creator>binnum</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://itbloggen.se/cs/blogs/binnum/rsscomments.aspx?PostID=694653</wfw:commentRss><comments>http://itbloggen.se/cs/blogs/binnum/archive/2010/02/26/protect-ou-s-from-accidental-deletion-using-powershell.aspx#comments</comments><description>&lt;p&gt;&lt;span style="color:#000000;"&gt;
&lt;h4&gt;&lt;span lang="EN-US" style="font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#eeece1;font-size:9pt;mso-themecolor:background2;mso-style-textfill-fill-color:#EEECE1;mso-style-textfill-fill-themecolor:background2;mso-style-textfill-fill-alpha:100.0%;mso-ansi-language:EN-US;"&gt;After migrating from eg. AD 2003 R2 to 2008 R2 you may want to use the feature to protect all OU&amp;#39;s from accidental deletion.&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#eeece1;font-size:9pt;mso-themecolor:background2;mso-style-textfill-fill-color:#EEECE1;mso-style-textfill-fill-themecolor:background2;mso-style-textfill-fill-alpha:100.0%;mso-ansi-language:EN-US;"&gt;You probably don&amp;#39;t want to do it the manual way, right click - checkbox - ok for every OU. Instead use Powershell to do it.&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#eeece1;font-size:9pt;mso-themecolor:background2;mso-style-textfill-fill-color:#EEECE1;mso-style-textfill-fill-themecolor:background2;mso-style-textfill-fill-alpha:100.0%;mso-ansi-language:EN-US;"&gt;Start Active Directory Module for Windows Powershell (under Administrative tools)&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#eeece1;font-size:9pt;mso-themecolor:background2;mso-style-textfill-fill-color:#EEECE1;mso-style-textfill-fill-themecolor:background2;mso-style-textfill-fill-alpha:100.0%;mso-ansi-language:EN-US;"&gt;Then run this single line (piping the result from Get-ADO.... to Set-ADO....)&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#eeece1;font-size:9pt;mso-themecolor:background2;mso-style-textfill-fill-color:#EEECE1;mso-style-textfill-fill-themecolor:background2;mso-style-textfill-fill-alpha:100.0%;mso-ansi-language:EN-US;"&gt;Get-ADOrganizationalUnit -filter * | Set-ADOrganizationalUnit -ProtectedFromAccidentalDeletion $true&lt;/span&gt;&lt;span lang="EN-US" style="font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#eeece1;font-size:9pt;mso-themecolor:background2;mso-style-textfill-fill-color:#EEECE1;mso-style-textfill-fill-themecolor:background2;mso-style-textfill-fill-alpha:100.0%;mso-ansi-language:EN-US;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#eeece1;font-size:9pt;mso-themecolor:background2;mso-style-textfill-fill-color:#EEECE1;mso-style-textfill-fill-themecolor:background2;mso-style-textfill-fill-alpha:100.0%;mso-ansi-language:EN-US;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;span&gt;Found it on this great &lt;/span&gt;&lt;span style="line-height:115%;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#eeece1;font-size:9pt;mso-themecolor:background2;mso-style-textfill-fill-color:#EEECE1;mso-style-textfill-fill-themecolor:background2;mso-style-textfill-fill-alpha:100.0%;mso-ansi-language:SV;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;a href="http://blogs.msdn.com/adpowershell/archive/2009/02/25/ad-powershell-quick-start-guide.aspx" title="Blog"&gt;&lt;span lang="EN-US" style="color:windowtext;mso-ansi-language:EN-US;"&gt;&lt;span style="color:windowtext;"&gt;blog&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#eeece1;font-size:9pt;mso-themecolor:background2;mso-style-textfill-fill-color:#EEECE1;mso-style-textfill-fill-themecolor:background2;mso-style-textfill-fill-alpha:100.0%;mso-ansi-language:EN-US;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://itbloggen.se/cs/aggbug.aspx?PostID=694653" width="1" height="1"&gt;</description><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Powershell/default.aspx">Powershell</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Protect+OU_2700_s+from+Accidental+deletion/default.aspx">Protect OU's from Accidental deletion</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Active+Directory+2008+R2/default.aspx">Active Directory 2008 R2</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/AD/default.aspx">AD</category></item><item><title>System manager for Exchange 2003 on Windows 7</title><link>http://itbloggen.se/cs/blogs/binnum/archive/2010/02/02/system-manager-for-exchange-2003-on-windows-7.aspx</link><pubDate>Tue, 02 Feb 2010 12:19:00 GMT</pubDate><guid isPermaLink="false">c4d5937e-68fd-46bf-8592-cdf35d8a73c1:693783</guid><dc:creator>binnum</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://itbloggen.se/cs/blogs/binnum/rsscomments.aspx?PostID=693783</wfw:commentRss><comments>http://itbloggen.se/cs/blogs/binnum/archive/2010/02/02/system-manager-for-exchange-2003-on-windows-7.aspx#comments</comments><description>&lt;p&gt;Have gotten some questions of how to get the Exchange 2003 tools working on Windows 7, mainly the Exchange tabs of ADUC. Some have tried modifying the ESM for Vista &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=3403d74e-8942-421b-8738-b3664559e46f&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=3403d74e-8942-421b-8738-b3664559e46f&amp;amp;displaylang=en&lt;/a&gt;&amp;nbsp;and then installing it on Windows 7 RC, with mixed result.&lt;/p&gt;
&lt;p&gt;What have worked best for me is to install&amp;nbsp;XP-mode &lt;a href="http://www.microsoft.com/windows/virtual-pc/download.aspx"&gt;http://www.microsoft.com/windows/virtual-pc/download.aspx&lt;/a&gt;, then install adminpak.msi &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c16ae515-c8f4-47ef-a1e4-a8dcbacff8e3&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=c16ae515-c8f4-47ef-a1e4-a8dcbacff8e3&amp;amp;displaylang=en&lt;/a&gt;, and then the exchange management tools from exchange 2003 CD/DVD.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://itbloggen.se/cs/aggbug.aspx?PostID=693783" width="1" height="1"&gt;</description><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/ADUC/default.aspx">ADUC</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Exchange+tabs/default.aspx">Exchange tabs</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Exchange+2003/default.aspx">Exchange 2003</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/ESM/default.aspx">ESM</category></item><item><title>Donate for haiti</title><link>http://itbloggen.se/cs/blogs/binnum/archive/2010/02/02/donate-for-haiti.aspx</link><pubDate>Tue, 02 Feb 2010 12:17:00 GMT</pubDate><guid isPermaLink="false">c4d5937e-68fd-46bf-8592-cdf35d8a73c1:693782</guid><dc:creator>binnum</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://itbloggen.se/cs/blogs/binnum/rsscomments.aspx?PostID=693782</wfw:commentRss><comments>http://itbloggen.se/cs/blogs/binnum/archive/2010/02/02/donate-for-haiti.aspx#comments</comments><description>&lt;p&gt;Great initiative, please donate:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.nullsession.com/2010/01/21/it-pro-challenge-for-haiti/"&gt;http://www.nullsession.com/2010/01/21/it-pro-challenge-for-haiti/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://itbloggen.se/cs/aggbug.aspx?PostID=693782" width="1" height="1"&gt;</description></item><item><title>God Mode...if not seen yet</title><link>http://itbloggen.se/cs/blogs/binnum/archive/2010/01/11/god-mode-if-not-seen-yet.aspx</link><pubDate>Mon, 11 Jan 2010 14:22:00 GMT</pubDate><guid isPermaLink="false">c4d5937e-68fd-46bf-8592-cdf35d8a73c1:693037</guid><dc:creator>binnum</dc:creator><slash:comments>96</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://itbloggen.se/cs/blogs/binnum/rsscomments.aspx?PostID=693037</wfw:commentRss><comments>http://itbloggen.se/cs/blogs/binnum/archive/2010/01/11/god-mode-if-not-seen-yet.aspx#comments</comments><description>&lt;div class="CommonMessageHeader"&gt;Create a new folder, name it: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;Works on Windows 7&amp;nbsp;/ Server 2008 R2&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://itbloggen.se/cs/aggbug.aspx?PostID=693037" width="1" height="1"&gt;</description><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Windows+Server+2008+R2/default.aspx">Windows Server 2008 R2</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/God+Mode/default.aspx">God Mode</category></item><item><title>Changing the DNS server IP Adress settings on AD computers with DNS server adresses specified on each computer </title><link>http://itbloggen.se/cs/blogs/binnum/archive/2009/10/23/changing-the-dns-server-ip-adress-settings-on-ad-computers-with-dns-server-adresses-specified-on-each-computer.aspx</link><pubDate>Fri, 23 Oct 2009 08:47:00 GMT</pubDate><guid isPermaLink="false">c4d5937e-68fd-46bf-8592-cdf35d8a73c1:686651</guid><dc:creator>binnum</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://itbloggen.se/cs/blogs/binnum/rsscomments.aspx?PostID=686651</wfw:commentRss><comments>http://itbloggen.se/cs/blogs/binnum/archive/2009/10/23/changing-the-dns-server-ip-adress-settings-on-ad-computers-with-dns-server-adresses-specified-on-each-computer.aspx#comments</comments><description>&lt;p&gt;If you replace your old DNS servers with new ones (if you upgrade to Server 2008 R2 perhaps) and have a bunch of computers/servers that don&amp;#39;t use DHCP, where DNS servers are specified locally on each computer, this script could be useful.&lt;/p&gt;
&lt;p&gt;What it does:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Retrieves all computers-names from the specified OU&lt;/li&gt;
&lt;li&gt;Loops through the names and for each name...&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;Retrieves the current DNS Server IP adress settings for all adapters&amp;nbsp;on the computer and writes them to a file named: &amp;quot;DNSsettingsBefore.txt&amp;quot;&lt;/li&gt;
&lt;li&gt;Changes the DNS Server IP Adresses to the ones specified in the script&lt;/li&gt;
&lt;li&gt;Retrieves the current DNS Server IP adress settings for all adapters&amp;nbsp;on the computer and writes them to a file named: &amp;quot;DNSsettingsAfter.txt&amp;quot;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Use this script at your own risk, please test it in a lab environment before moving to production&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://itbloggen.se/cs/aggbug.aspx?PostID=686651" width="1" height="1"&gt;</description><enclosure url="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.68.66.51/changeDNS.txt" length="3079" type="text/plain" /><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Server+2008+core+R2/default.aspx">Server 2008 core R2</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/scripts/default.aspx">scripts</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/DNS+Server/default.aspx">DNS Server</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/DNS/default.aspx">DNS</category></item><item><title>Hyper-v gadget</title><link>http://itbloggen.se/cs/blogs/binnum/archive/2009/09/24/hyper-v-gadget.aspx</link><pubDate>Thu, 24 Sep 2009 14:19:00 GMT</pubDate><guid isPermaLink="false">c4d5937e-68fd-46bf-8592-cdf35d8a73c1:680714</guid><dc:creator>binnum</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://itbloggen.se/cs/blogs/binnum/rsscomments.aspx?PostID=680714</wfw:commentRss><comments>http://itbloggen.se/cs/blogs/binnum/archive/2009/09/24/hyper-v-gadget.aspx#comments</comments><description>&lt;p&gt;Not news, but if you have missed this one, try it, I&amp;#39;m loving it:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mindre.net/post/Hyper-V-Monitor-Gadget-for-Windows-Sidebar.aspx"&gt;http://mindre.net/post/Hyper-V-Monitor-Gadget-for-Windows-Sidebar.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://itbloggen.se/cs/aggbug.aspx?PostID=680714" width="1" height="1"&gt;</description><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Hyper-V/default.aspx">Hyper-V</category><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/gadget/default.aspx">gadget</category></item><item><title>Get rid of the quick launch bar in Sharepoint 2003</title><link>http://itbloggen.se/cs/blogs/binnum/archive/2009/09/24/get-rid-of-the-quick-launch-bar-in-sharepoint-2003.aspx</link><pubDate>Thu, 24 Sep 2009 14:10:00 GMT</pubDate><guid isPermaLink="false">c4d5937e-68fd-46bf-8592-cdf35d8a73c1:680712</guid><dc:creator>binnum</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://itbloggen.se/cs/blogs/binnum/rsscomments.aspx?PostID=680712</wfw:commentRss><comments>http://itbloggen.se/cs/blogs/binnum/archive/2009/09/24/get-rid-of-the-quick-launch-bar-in-sharepoint-2003.aspx#comments</comments><description>&lt;p&gt;Old post, but&amp;nbsp;useful&amp;nbsp; when you want to get rid of it&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mindsharpblogs.com/todd/archive/2005/10/25/801.aspx"&gt;http://mindsharpblogs.com/todd/archive/2005/10/25/801.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://itbloggen.se/cs/aggbug.aspx?PostID=680712" width="1" height="1"&gt;</description><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Sharepoint+2003/default.aspx">Sharepoint 2003</category></item><item><title>Extend the trial period</title><link>http://itbloggen.se/cs/blogs/binnum/archive/2009/09/24/extend-the-trial-period.aspx</link><pubDate>Thu, 24 Sep 2009 14:06:00 GMT</pubDate><guid isPermaLink="false">c4d5937e-68fd-46bf-8592-cdf35d8a73c1:680709</guid><dc:creator>binnum</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://itbloggen.se/cs/blogs/binnum/rsscomments.aspx?PostID=680709</wfw:commentRss><comments>http://itbloggen.se/cs/blogs/binnum/archive/2009/09/24/extend-the-trial-period.aspx#comments</comments><description>&lt;p&gt;To extend the period for testing etc.&amp;nbsp;great !&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ba571339-5436-4cf5-9c37-6ed7dab6f781&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=ba571339-5436-4cf5-9c37-6ed7dab6f781&amp;amp;displaylang=en&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to manually rearm the 10 day activation grace period&lt;/strong&gt; &lt;br /&gt;When the initial 10-day activation period nears its end, you can run the Slmgr.vbs script to reset it back to 10 days. To do this, follow these steps:&lt;/p&gt;
&lt;li&gt;1. Click &lt;b&gt;Start&lt;/b&gt;, and then click &lt;b&gt;Command Prompt&lt;/b&gt;. &lt;/li&gt;
&lt;li&gt;2. Type &lt;b&gt;slmgr.vbs -dli&lt;/b&gt;, and then press ENTER to check the current status of your activation period. &lt;/li&gt;
&lt;li&gt;3. To reset the activation period, type &lt;b&gt;slmgr.vbs &amp;ndash;rearm&lt;/b&gt;, and then press ENTER. &lt;/li&gt;
&lt;li&gt;4. Restart the computer.&lt;br /&gt;&lt;br /&gt;This resets the activation period to 10 days, and can be used up to five times. After this you will need to either activate or reinstall the evaluation.&lt;/li&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://itbloggen.se/cs/aggbug.aspx?PostID=680709" width="1" height="1"&gt;</description><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Server+2008+core+R2/default.aspx">Server 2008 core R2</category></item><item><title>Scripts for useraccounts</title><link>http://itbloggen.se/cs/blogs/binnum/archive/2009/09/24/scripts-for-useraccounts.aspx</link><pubDate>Thu, 24 Sep 2009 12:37:00 GMT</pubDate><guid isPermaLink="false">c4d5937e-68fd-46bf-8592-cdf35d8a73c1:680697</guid><dc:creator>binnum</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://itbloggen.se/cs/blogs/binnum/rsscomments.aspx?PostID=680697</wfw:commentRss><comments>http://itbloggen.se/cs/blogs/binnum/archive/2009/09/24/scripts-for-useraccounts.aspx#comments</comments><description>&lt;p&gt;Some scripts for user account management (tested in AD 2003 / Exchange 2003 environment):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Create user, random password, generate username...&lt;/li&gt;
&lt;li&gt;List all users who have their mail forwarded&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://itbloggen.se/cs/aggbug.aspx?PostID=680697" width="1" height="1"&gt;</description><enclosure url="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.68.06.97/user.txt" length="4122" type="text/plain" /><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/scripts/default.aspx">scripts</category></item><item><title>Scripts for Groups</title><link>http://itbloggen.se/cs/blogs/binnum/archive/2009/09/24/scripts-for-groups.aspx</link><pubDate>Thu, 24 Sep 2009 11:53:00 GMT</pubDate><guid isPermaLink="false">c4d5937e-68fd-46bf-8592-cdf35d8a73c1:680693</guid><dc:creator>binnum</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://itbloggen.se/cs/blogs/binnum/rsscomments.aspx?PostID=680693</wfw:commentRss><comments>http://itbloggen.se/cs/blogs/binnum/archive/2009/09/24/scripts-for-groups.aspx#comments</comments><description>&lt;p&gt;Some scripts for groups - simple really but sometimes useful:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add users to a groups&lt;/li&gt;
&lt;li&gt;List all memebrs of a group&lt;/li&gt;
&lt;li&gt;List all groups in the domain and all the users in each group&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://itbloggen.se/cs/aggbug.aspx?PostID=680693" width="1" height="1"&gt;</description><enclosure url="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.68.06.93/groups.txt" length="1775" type="text/plain" /><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/scripts/default.aspx">scripts</category></item><item><title>Some useful Server 2008 Core Commands</title><link>http://itbloggen.se/cs/blogs/binnum/archive/2009/09/23/some-useful-server-2008-core-commands.aspx</link><pubDate>Wed, 23 Sep 2009 07:41:00 GMT</pubDate><guid isPermaLink="false">c4d5937e-68fd-46bf-8592-cdf35d8a73c1:680446</guid><dc:creator>binnum</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://itbloggen.se/cs/blogs/binnum/rsscomments.aspx?PostID=680446</wfw:commentRss><comments>http://itbloggen.se/cs/blogs/binnum/archive/2009/09/23/some-useful-server-2008-core-commands.aspx#comments</comments><description>&lt;p&gt;// Show ip4 interface config&lt;br /&gt;netsh interface ipv4 show config&lt;/p&gt;
&lt;p&gt;// Set static IP-adress &amp;amp; Properties&lt;br /&gt;netsh interface ipv4 set address name =&amp;lt;interface name&amp;gt; source static address=&amp;lt;ip-adress&amp;gt; mask=&amp;lt;subnet mask&amp;gt; gateway=&amp;lt;gateway adress&amp;gt;&lt;/p&gt;
&lt;p&gt;// Add DNS Server&lt;br /&gt;netsh interface ipv4 add dnsserver name=&amp;lt;interface name&amp;gt; address=&amp;lt;dns-server-ip&amp;gt; index=1/2 (For 1st/2nd DNS)&lt;/p&gt;
&lt;p&gt;// Rename server&lt;br /&gt;netdom renamecomputer &amp;lt;old-server-name&amp;gt; /NewName:&amp;lt;new-server-name&amp;gt;&lt;/p&gt;
&lt;p&gt;// Join server to domain&lt;br /&gt;netdom join &amp;lt;server-name&amp;gt; /domain:domain.local /userd:* /passwordd:*&lt;/p&gt;
&lt;p&gt;//&lt;br /&gt;c:\Windows\System32\cscript scregedit.wsf /AR 0&lt;/p&gt;
&lt;p&gt;// Activate Windows&lt;br /&gt;c:\Windows\system32\cscript slmgr.vbs -ato&lt;/p&gt;
&lt;p&gt;// Install prodkey&lt;br /&gt;c:\Windows\system32\cscript slmgr.vbs -ipk &lt;/p&gt;
&lt;p&gt;// UnInstall prodkey&lt;br /&gt;c:\Windows\system32\cscript slmgr.vbs -upk &lt;/p&gt;
&lt;p&gt;// Enable Remote Desktop in Windows Firewall&lt;br /&gt;netsh advfirewall Firewall set rule group=&amp;quot;Remote Administration&amp;quot; new enable=yes&lt;/p&gt;
&lt;p&gt;// Activate Automatic Updates&lt;br /&gt;cscript \windows\system32\scregedit.wsf /au 4&lt;br /&gt;net stop wuauserv&lt;br /&gt;net start wuauserv&lt;br /&gt;wuauclt /detectnow&lt;/p&gt;
&lt;p&gt;// Change Display settings&lt;br /&gt;Control desk.cpl&lt;/p&gt;
&lt;p&gt;// Set language, keyboard etc.&lt;br /&gt;Control intl.cpl&lt;/p&gt;
&lt;p&gt;// Change System Properties&lt;br /&gt;Control sysdm.cpl - View or set system properties.&lt;/p&gt;
&lt;p&gt;// Set date &amp;amp; Time&lt;br /&gt;Control timedate.cpl&lt;/p&gt;
&lt;p&gt;// Enable Windows Remoteshell&lt;br /&gt;WinRM quickconfig&lt;/p&gt;
&lt;p&gt;// Apply security update/fix&lt;br /&gt;wusa.exe patchname.msu /quiet&lt;/p&gt;
&lt;p&gt;// List installed/not installed server roles &lt;br /&gt;OCList.exe&lt;/p&gt;
&lt;p&gt;// Add or remove server roles / features&lt;br /&gt;OCSetup.exe&lt;/p&gt;
&lt;p&gt;// List a lot of commands you can run to configure OS&lt;br /&gt;cscript C:\Widnows\System32\Scregedit.wsf /cli&lt;/p&gt;
&lt;p&gt;// Lsita system info&lt;br /&gt;SystemInfo&lt;/p&gt;
&lt;p&gt;// Handle eventlog&lt;br /&gt;wevtutil.exe&lt;/p&gt;
&lt;p&gt;// List installed updates&lt;br /&gt;Wmic qfe list&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://itbloggen.se/cs/aggbug.aspx?PostID=680446" width="1" height="1"&gt;</description><category domain="http://itbloggen.se/cs/blogs/binnum/archive/tags/Server+2008+core+R2/default.aspx">Server 2008 core R2</category></item></channel></rss>