<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>King Computer Sydney Network Engineers IT Blog &#187; System Administration</title>
	<atom:link href="http://technicians-blog.kingcomputer.com.au/index.php/category/system-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://technicians-blog.kingcomputer.com.au</link>
	<description>Tech tips, news and interesting stuff</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:34:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Script to reset all active directory users passwords in an organizational unit OU</title>
		<link>http://technicians-blog.kingcomputer.com.au/script-to-reset-all-active-directory-users-passwords-in-an-organizational-unit-ou/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/script-to-reset-all-active-directory-users-passwords-in-an-organizational-unit-ou/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 06:57:52 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[all]]></category>
		<category><![CDATA[organizational unit]]></category>
		<category><![CDATA[OU]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1864</guid>
		<description><![CDATA[This will replace all the users passwords in UserOU with Newpassword!
Update the italicised items to suit you domain
Option Explicit
Dim objOU, objUser
Dim strPassword
Dim intCounter, intAccValue, intPwdValue
&#8216;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
strPassword = &#8220;Newpassword!&#8221;
intAccValue = 544
intCounter = 0
set objOU =GetObject(&#8220;LDAP://OU=UserOU,OU=MyCompanyOU,C=MyDomain,DC=LOCAL&#8220;)
For each objUser in objOU
If objUser.class=&#8221;user&#8221; then
objUser.SetPassword strPassword
objUser.SetInfo
objUser.Put &#8220;userAccountControl&#8221;, intAccValue
objUser.SetInfo
intCounter = intCounter +1
End if
next
WScript.Echo strPassword &#38; &#8221; is Password. UserAccountValue = &#8221; _
&#38; [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/script-to-reset-all-active-directory-users-passwords-in-an-organizational-unit-ou/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vodafone Blackberry website</title>
		<link>http://technicians-blog.kingcomputer.com.au/vodafone-blackberry-website/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/vodafone-blackberry-website/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 07:02:36 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[Vodafone]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1856</guid>
		<description><![CDATA[In order to configure your Blackberry to pick up e-mail from your server  you need to go to this website
https://bis.ap.blackberry.com/html?brand=vodaau
you will need your login username and password. Contact Vodafone on 1300 30 10 30 for assistance on getting usernames and passwords. Generally they will be able to configure the settings for you.
You will need to [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/vodafone-blackberry-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL High Memory usage SBS 2003</title>
		<link>http://technicians-blog.kingcomputer.com.au/sql-high-memory-usage-sbs-2003/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/sql-high-memory-usage-sbs-2003/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 02:48:57 +0000</pubDate>
		<dc:creator>Peter Fertykowski</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1849</guid>
		<description><![CDATA[How to cut down SBS monitoring memory usage on SBS 2003.]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/sql-high-memory-usage-sbs-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free utility to restore overwritten or deleted partition table testdisk</title>
		<link>http://technicians-blog.kingcomputer.com.au/free-utility-to-restore-overwritten-or-deleted-partition-table-testdisk/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/free-utility-to-restore-overwritten-or-deleted-partition-table-testdisk/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 00:12:20 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[deleted]]></category>
		<category><![CDATA[overwritten]]></category>
		<category><![CDATA[partition table]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[testdisk]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1823</guid>
		<description><![CDATA[This  one is a keeper http://www.cgsecurity.org/wiki/TestDisk
I  accidentally tried to install Ubuntu over my 500gb data disk. It deleted the  NFTS partition then wrote its own ext4 file systems to the disk. Fortunately it  died with an error then I realised my mistake.
The lovely folk over at expert  sexchange referred me [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/free-utility-to-restore-overwritten-or-deleted-partition-table-testdisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 or Windows 2008 add quicklaunch toolbar</title>
		<link>http://technicians-blog.kingcomputer.com.au/windows-7-or-windows-2008-add-quicklaunch-toolbar/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/windows-7-or-windows-2008-add-quicklaunch-toolbar/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 23:17:15 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Brendan King]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[quick launch]]></category>
		<category><![CDATA[quicklaunch]]></category>
		<category><![CDATA[toolbar]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1715</guid>
		<description><![CDATA[
By default Windows 7 and 2008 no longer display the quick launch toolbar. Some users prefer this to the new taskbar method of pinning programs. The problem with pinning is you cannot create distinct shortcuts to particular files, you can only group like files on the program that executes it.

To add the quick launch toolbar [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/windows-7-or-windows-2008-add-quicklaunch-toolbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to create a signature file from Active Directory field entries</title>
		<link>http://technicians-blog.kingcomputer.com.au/script-to-create-a-signature-file-from-active-directory-field-entries/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/script-to-create-a-signature-file-from-active-directory-field-entries/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 01:59:26 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Brendan King]]></category>
		<category><![CDATA[create signature]]></category>
		<category><![CDATA[fields]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[vbs]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1649</guid>
		<description><![CDATA[Do save having to manually edit and create uniform signature files for users, you can implement this VBS script which gathers information from Active directory about the user and inserts it into the appropriate signature folder on their system. At the bottom you will find the signature.htm and signature.txt files to edit and save
 *****************************
&#8216;Modify Reg [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/script-to-create-a-signature-file-from-active-directory-field-entries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE Automatically detect settings not working due to WPAD alias DNS entry not responding</title>
		<link>http://technicians-blog.kingcomputer.com.au/ie-automatically-detect-settings-not-working-due-to-wpad-alias-dns-entry-not-responding/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/ie-automatically-detect-settings-not-working-due-to-wpad-alias-dns-entry-not-responding/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 00:28:25 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[GlobalQueryBlockList]]></category>
		<category><![CDATA[not responding]]></category>
		<category><![CDATA[Ping request]]></category>
		<category><![CDATA[WPAD]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1514</guid>
		<description><![CDATA[If you follow this article http://support.microsoft.com/kb/309814 to configure automatically detect settings in Internet explorer and have set up a WPAD alias on your DNS server, you may find the autodiscovery is not working.
If you try to ping wpad or wpad.domainname.local you get a response Ping request could not find host wpad. Please check the name [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/ie-automatically-detect-settings-not-working-due-to-wpad-alias-dns-entry-not-responding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free 2CX terminal server client for managing RDP remote desktops</title>
		<link>http://technicians-blog.kingcomputer.com.au/free-2cx-terminal-server-client-for-managing-rdp-remote-desktops/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/free-2cx-terminal-server-client-for-managing-rdp-remote-desktops/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 23:12:01 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[2CX]]></category>
		<category><![CDATA[Brendan King]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[remote desktops]]></category>
		<category><![CDATA[terminal server]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1285</guid>
		<description><![CDATA[I&#8217;m at 2cx training which is a terminal server add on for publishing applications and load balancing terminal servers.
If you manage hundreds of systems using remote desktop like we do, managing all the connections can get messy. 2cx provide a free terminal server client which allows you to add all the connections within the client, and to [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/free-2cx-terminal-server-client-for-managing-rdp-remote-desktops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Distribution group security tab missing for domain admin</title>
		<link>http://technicians-blog.kingcomputer.com.au/distribution-group-security-tab-missing-for-domain-admin/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/distribution-group-security-tab-missing-for-domain-admin/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 00:22:50 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Distribution Group]]></category>
		<category><![CDATA[domain admin]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[security tab]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1163</guid>
		<description><![CDATA[If you need to set send as permissions for a distribution group, you may find that when you go to the properties for the group you are missing the required security tab

In order to see the security group tab you need to enable Advanced Features from the view menu in active directory

Now when you go [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/distribution-group-security-tab-missing-for-domain-admin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show system information on the desktop using bginfo</title>
		<link>http://technicians-blog.kingcomputer.com.au/show-system-information-on-the-desktop-using-bginfo/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/show-system-information-on-the-desktop-using-bginfo/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 00:18:49 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[bginfo]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[system information]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1125</guid>
		<description><![CDATA[Often when supporting a customer talking them through getting system information such as its name, IP address, or operating system version can be time consuming and frustrating.
BGInfo automatically displays relevant information about a Windows computer on the desktop&#8217;s background, such as the computer name, IP address, service pack version, and more.
You can edit any field [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/show-system-information-on-the-desktop-using-bginfo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
