<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-2877885580260568072</id><updated>2009-10-13T15:32:24.769-07:00</updated><title type='text'>Network technologies by Kaiming Liao</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://kmlstudy.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default?start-index=26&amp;max-results=25'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>295</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-3064372509333281220</id><published>2009-01-16T13:05:00.000-08:00</published><updated>2009-05-12T09:12:32.640-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>Install Deadline in Fedora</title><summary type='text'>Refer www.1ask2.comAllow regular user to run it.After you install the deadline package, you must do the following:mkdir /mnt/renderchmod a+rwx /mnt/renderRepository mount:/etc/profilemount -t cifs -o username=aRender,password=vanarts //renderserver/DeadlineRepository /mnt/renderchmod -R a+rwx /etc/deadline</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/3064372509333281220'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/3064372509333281220'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2009/01/install-deadline-in-fedora.html' title='Install Deadline in Fedora'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-5516687943610168495</id><published>2009-01-15T11:46:00.000-08:00</published><updated>2009-05-12T09:12:47.106-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>Mount a windows share automatically</title><summary type='text'>Refer www.1ask2.comWindows computer name: renderserverWindows share folder name: DeadlineRepositoryLinux computer:mkdir /mnt/render/etc/profileadd the following line:mount -t cifs -o username=Arender, password=vanarts //renderserver/DeadlineRepository /mnt/render</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/5516687943610168495'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/5516687943610168495'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2009/01/mount-windows-share-automatically.html' title='Mount a windows share automatically'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-5155541136724843910</id><published>2008-12-04T13:01:00.000-08:00</published><updated>2009-05-12T09:13:04.142-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>Install Java in Fedora</title><summary type='text'>Refer www.1ask2.comDownload the java package and install it.cd /usr/lib/mozilla/pluginsln -s /usr/java/jre1.6.0_11/plugin/i386/ns7/libjavaplugin_oji.so</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/5155541136724843910'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/5155541136724843910'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/12/install-java-in-fedora.html' title='Install Java in Fedora'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-9045838332296770336</id><published>2008-12-04T09:38:00.000-08:00</published><updated>2009-05-12T09:13:22.360-07:00</updated><title type='text'>DirectoryName or FileName with a space at end</title><summary type='text'>Refer www.1ask2.comCannot delete files or directories when there are spaces at end of the name. How do you create a file name with a space at the end?C:\&gt;mkdir c:\testC:\&gt;cd testC:\test&gt;copy con "file://?/c:/test/my.txt "HelloHello^Z 1 file(s) copied.C:\test&gt;dir How to delete it?Could Not Find C:\test\my.txtC:\test&gt;del "file://?/c:/test/my.txt "C:\test&gt;</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/9045838332296770336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/9045838332296770336'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/12/directoryname-or-filename-with-space-at.html' title='DirectoryName or FileName with a space at end'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_Hkm6tw7xx6k/STgW3fT_QWI/AAAAAAAACEA/Bgk1GggVcdw/s72-c/screen.bmp' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-2945870444247257048</id><published>2008-11-11T06:10:00.000-08:00</published><updated>2008-11-11T06:15:09.874-08:00</updated><title type='text'>SideBySide</title><summary type='text'>Dependent Assembly Microsoft.VC80.MFCLOC could not be foundResolve Partial Assembly failed for Microsoft.VC80.MFCLOC. Reference error message: The referenced assembly is not installed on your system.Generate Activation Context failed for C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFC_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_3BF8FA05\MFC80.DLL. Reference error message: The referenced assembly is not </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/2945870444247257048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/2945870444247257048'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/11/sidebyside.html' title='SideBySide'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_Hkm6tw7xx6k/SRmTWOG9taI/AAAAAAAACD4/ALCe9yMGXTU/s72-c/side.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-9105470044955515569</id><published>2008-10-28T13:29:00.000-07:00</published><updated>2008-10-28T13:56:44.810-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Server 2003'/><title type='text'>win32time error</title><summary type='text'>The time provider NtpClient is configured to acquire time from one or more time sources, however none of the sources are currently accessible. No attempt to contact a source will be made for 15 minutes. NtpClient has no source of accurate time.Firewall configuration:New Traffic policy:Source: AnyDestination: Time.Windows.ComService: NTPAction: permitTranslation: NAT PDC Emulator Role:Net Time /</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/9105470044955515569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/9105470044955515569'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/10/win32time-error.html' title='win32time error'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_Hkm6tw7xx6k/SQd3flD3HfI/AAAAAAAACDo/GJu4NJaZq3E/s72-c/network.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-8331576513004096000</id><published>2008-10-27T16:01:00.000-07:00</published><updated>2009-05-12T09:13:41.446-07:00</updated><title type='text'>Exchange 2003/2007 Multiple hosting with multiple GALs applied</title><summary type='text'>Refer www.1ask2.com</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/8331576513004096000'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/8331576513004096000'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/10/exchange-20032007-multiple-hosting-with.html' title='Exchange 2003/2007 Multiple hosting with multiple GALs applied'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-2553576937670905109</id><published>2008-10-25T17:47:00.000-07:00</published><updated>2009-05-13T16:02:42.933-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Server 2003'/><title type='text'>DSACLS.exe to restore permissions for Default global address list</title><summary type='text'>www.1ask2.comYou must have the Windows Support Tools installed.ADSIEDIT.MSC consoleDeny READ Permission for Authenticated Users.You cannot modify the permissions of Default Global Address List.You cannot create new outlook profiles.C:\Program Files\Support Tools&gt;dsacls.exe "CN=Default Global Address List,CN=All Global Address Lists,CN=Address Lists Container,CN=Workopera,CN=Microsoft Exchange,CN=</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/2553576937670905109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/2553576937670905109'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/10/dsaclsexe-to-restore-permissions-for.html' title='DSACLS.exe to restore permissions for Default global address list'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_Hkm6tw7xx6k/SQO_3NxThXI/AAAAAAAACDY/eAbmMxO-CxU/s72-c/Deny.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-5434274411797897729</id><published>2008-10-19T15:29:00.000-07:00</published><updated>2008-10-19T18:00:14.799-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Server 2007'/><title type='text'>Task "Microsoft Exchange server' reported error (0x8004010F): 'The operation failed. An object could not be found'</title><summary type='text'> On EX20071 exchange 2007 server, create a new offline address list:</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/5434274411797897729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/5434274411797897729'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/10/task-microsoft-exchange-server-reported.html' title='Task &quot;Microsoft Exchange server&apos; reported error (0x8004010F): &apos;The operation failed. An object could not be found&apos;'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_Hkm6tw7xx6k/SPu1SkfXn1I/AAAAAAAACCw/0G99bf-MVdw/s72-c/offline.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-5320581030596704783</id><published>2008-10-10T15:08:00.000-07:00</published><updated>2008-10-10T15:14:33.366-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server 2005'/><title type='text'>Windows Internal Database (Microsoft##SSEE)</title><summary type='text'>How to connect to Microsoft##SSEE instance by named pipe protocol?np:\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/5320581030596704783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/5320581030596704783'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/10/windows-internal-database-microsoftssee.html' title='Windows Internal Database (Microsoft##SSEE)'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-6815571098030853246</id><published>2008-09-20T17:10:00.000-07:00</published><updated>2009-05-12T09:14:01.961-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Server 2007'/><title type='text'>Exchange2007:Safe Recipients</title><summary type='text'>Refer www.1ask2.comIn outlook 2003 or later, I understand the Safe Senders list without problem. However, I puzzle at Safe Recipients List.One thing is for sure, which is you should not put your own e-mail address under the Safe Recipients list. If you do, all mail including junk mail goes to your inbox.Another thing is for you to understand the distribution group or distribution list. If you are</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/6815571098030853246'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/6815571098030853246'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/09/exchange2007safe-recipients.html' title='Exchange2007:Safe Recipients'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-6469156328079297235</id><published>2008-09-10T13:49:00.000-07:00</published><updated>2008-09-10T14:03:17.828-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cisco'/><title type='text'>CISCO router 1811: one LAN with two WANs</title><summary type='text'>Complete the NAT configuration with WAN 1.</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/6469156328079297235'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/6469156328079297235'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/09/cisco-router-1811-one-lan-with-two-wans.html' title='CISCO router 1811: one LAN with two WANs'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_Hkm6tw7xx6k/SMg0mKKIBgI/AAAAAAAABes/nve5f6FZ7Jw/s72-c/wan.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-329530952366420625</id><published>2008-09-10T11:45:00.000-07:00</published><updated>2008-09-10T11:54:34.699-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cisco'/><title type='text'>Cisco router 1811: Port forwarding with NAT</title><summary type='text'>After you set up NAT, how do you configure port forwarding?The example shows the remote desktop forwarding. </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/329530952366420625'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/329530952366420625'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/09/cisco-router-1811-port-forwarding-with.html' title='Cisco router 1811: Port forwarding with NAT'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_Hkm6tw7xx6k/SMgWZxi-rHI/AAAAAAAABd0/s2Ld3gMrisA/s72-c/port.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-7730362765778000900</id><published>2008-09-10T11:33:00.000-07:00</published><updated>2008-09-10T15:09:48.015-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cisco'/><title type='text'>Cisco router 1811: NAT configuration</title><summary type='text'> Cisco Router and Security Device Manager ===============If WAN uses the dynamic configuration, the IP, default gateway, and dns may change. How do you define the default route? ip route 0.0.0.0 0.0.0.0 DHCP </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/7730362765778000900'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/7730362765778000900'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/09/cisco-router-1811-nat-configuration.html' title='Cisco router 1811: NAT configuration'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_Hkm6tw7xx6k/SMgTlPZ6AaI/AAAAAAAABdU/3F2ML94hFSc/s72-c/NAT.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-1105821585396546005</id><published>2008-08-30T08:21:00.000-07:00</published><updated>2008-08-30T08:41:37.936-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Server 2007'/><title type='text'>Exchange:Import customized Contacts Item folder</title><summary type='text'>Scenario:Outlook was set up with POP3 account. My Contacts have Contacts and Test Contacts 2008 folders.Export the whole personal folder to a pst file;Create a new outlook profile with Exchange Server setup;After importing the pst file to the Exchange server profile, the Test Contacts 2008 folder shows when you click Contacts in Outlook. But the Test Contacts 2008 does not show in Address Book:</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/1105821585396546005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/1105821585396546005'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/08/exchangeimport-customized-contacts-item.html' title='Exchange:Import customized Contacts Item folder'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_Hkm6tw7xx6k/SLll44RLYFI/AAAAAAAABcs/baMfg-Da3eQ/s72-c/contacts.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-5691965069854974843</id><published>2008-08-08T15:51:00.000-07:00</published><updated>2009-05-13T16:03:21.351-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Server 2007'/><title type='text'>Exchange2007:Export-Mailbox -DeleteContent</title><summary type='text'>www.1ask2.comA virus message was delivered to all mailboxes in server1. The subject is "I Love You!"How can you delete it from the Exchange management shell?get-mailbox -Server tlc25 I Add-MailboxPermission -AccessRights 'FullAccess' -User Administrator -confirm $falseNew-Mailbox -Name 'Temp1' -Alias 'Temp1' -UserPrincipalName 'Temp2@TLCTest.local' -SamAccountName 'Temp1' -FirstName 'Temp1' -</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/5691965069854974843'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/5691965069854974843'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/08/exchange2007export-mailbox.html' title='Exchange2007:Export-Mailbox -DeleteContent'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-6183614063311402299</id><published>2008-08-08T08:36:00.000-07:00</published><updated>2009-05-13T16:03:55.216-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Server 2007'/><title type='text'>Exchange2007:RemoteDomain and OOF (Out-of-Office)</title><summary type='text'>www.1ask2.comFor most, we must understand "An Out-of-Office message is set on the clients (Outlook and OWA) but is sent by Exchange server."How many types of clients do we have?Outlook 2007Outlook 2003 or earlierOWA 2007OWA 2003 or earlierIn Exchange Management Console, the remote domain property has the following settings:Allow none ----I know it means no OOF sends to remote domain.Allow </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/6183614063311402299'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/6183614063311402299'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/08/exchange2007remotedomain-and-oof-out-of.html' title='Exchange2007:RemoteDomain and OOF (Out-of-Office)'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_Hkm6tw7xx6k/SJxo4TGIuxI/AAAAAAAABck/8Segb_GjApc/s72-c/OOF.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-8680580284072889456</id><published>2008-08-06T14:17:00.001-07:00</published><updated>2009-05-13T16:04:34.249-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Server 2007'/><title type='text'>Exchange2007:Hub Site</title><summary type='text'>www.1ask2.comLeast cost pathSite A to Site D has two paths.Site A+Site B+Site D (cost=5+15)Site A+Site C+Site D (cost=5+5)The path A+C+D is chosen. How do you understand the direct delivery?After the least cost path is selected, Hub transport server in Site A will directly deliver messages to the Hub Transport server in Site D. The Hub Transport server in Site C does not process the messages at </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/8680580284072889456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/8680580284072889456'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/08/exchange2007hub-site.html' title='Exchange2007:Hub Site'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_Hkm6tw7xx6k/SJoU-P7jNMI/AAAAAAAABcc/k3fN2WeIrDU/s72-c/HUBSITE.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-4286769197447429121</id><published>2008-08-06T13:46:00.000-07:00</published><updated>2008-08-06T14:02:50.947-07:00</updated><title type='text'>Exchange2007:3-way that messages go into the Transport Server</title><summary type='text'>Store driver to Transport server is using MAPI over RPC.Transport to Transport server is using Kerberos and TLS. </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/4286769197447429121'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/4286769197447429121'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/08/exchange20073-way-that-messages-go-into.html' title='Exchange2007:3-way that messages go into the Transport Server'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_Hkm6tw7xx6k/SJoN9yattUI/AAAAAAAABcU/AeaEuZDyZ_I/s72-c/messages.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-2609356465036819233</id><published>2008-08-06T11:07:00.000-07:00</published><updated>2008-08-06T11:21:17.437-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Server 2007'/><title type='text'>Exchange2007:RBL configuration</title><summary type='text'>I don't get the following settings.Match to specific mask and responses. What is the mask? What is the response?Examples of return status code:127.0.0.1 – Blocklist127.0.0.2 – Known Open Relay127.0.0.4 – DialUp IP AddressMask for matching:Binary for last byte of IP version 40000 0001 – Blocklist --127.0.0.1,127.1.0.1,etc.0000 0010 – Open Relay --127.0.0.2, 127.1.0.2, etc0000 0011 – Open relay or </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/2609356465036819233'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/2609356465036819233'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/08/exchange2007rbl-configuration.html' title='Exchange2007:RBL configuration'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_Hkm6tw7xx6k/SJnpCbM_LPI/AAAAAAAABcM/n54nebpcXWA/s72-c/rbl.GIF' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-8178734782560389532</id><published>2008-08-06T09:34:00.001-07:00</published><updated>2008-08-06T10:15:31.761-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Server 2007'/><title type='text'>Exchange2007:Message Size Limit</title><summary type='text'>Default settingsOrganization LevelGet-TransportConfig  fl max*MaxDumpsterSizePerStorageGroup : 18MBMaxDumpsterTime: 7.00:00:00MaxReceiveSize: 10MBMaxRecipientEnvelopeLimit : 5000MaxSendSize : 10MBMailboxes: Simon and Tam('simon','tam')  get-mailbox  fl name,max*Name              : simonMaxSafeSenders    :MaxBlockedSenders :MaxSendSize       : unlimitedMaxReceiveSize    : unlimitedName</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/8178734782560389532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/8178734782560389532'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/08/exchange2007message-size-limit.html' title='Exchange2007:Message Size Limit'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-5524798720179767260</id><published>2008-08-03T19:10:00.000-07:00</published><updated>2009-05-13T16:05:03.042-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Server 2007'/><title type='text'>Exchange2007:one certificate for multiple domain names</title><summary type='text'>www.1ask2.comways to access web server: https://usa/https://usa.terrace.com/https://mail.terrace.com/https://autodiscover.terrace.com/New-ExchangeCertificate -generaterequest -subjectname "dc=com,dc=terrace,o=terrace Corporation,cn=usa.terrace.com" -domainname usa.terrace.com, USA,mail.terrace.com, autodiscover.terrace.com -PrivateKeyExportable $true -path c:\certrequest.txtOpen c:\</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/5524798720179767260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/5524798720179767260'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/08/exchange2007one-certificate-for.html' title='Exchange2007:one certificate for multiple domain names'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_Hkm6tw7xx6k/SJZnDhW0RAI/AAAAAAAABb8/KkVQvUlA370/s72-c/web.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-6140628624144452234</id><published>2008-08-01T08:08:00.000-07:00</published><updated>2009-05-13T16:05:24.792-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Server 2007'/><title type='text'>Exchange2007:Free/Busy-Availability-Calendar</title><summary type='text'>www.1ask2.comFree/Busy --availabilityClients: Microsoft Outlook client,Outlook Web Access and Outlook Mobile AccessIt refers to the Calendar folder of a mailbox.The free/busy data is used extensively when scheduling meetings.Outlook 2003 clientThe Free/busy data is stored as messages in a dedicated system public folder. Each administrative group in the Exchange organization includes a Free/Busy </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/6140628624144452234'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/6140628624144452234'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/08/exchange2007freebusy-availability.html' title='Exchange2007:Free/Busy-Availability-Calendar'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_Hkm6tw7xx6k/SJN9KInncrI/AAAAAAAABbc/k40esGTITyw/s72-c/owa.JPG' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-2772279422658423568</id><published>2008-07-29T09:34:00.001-07:00</published><updated>2009-05-13T16:06:19.897-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Server 2007'/><title type='text'>Exchange2007:Message Routing in a Coexistence Environment</title><summary type='text'>www.1ask2.comExchange 2003 organizationYou should install the first Exchange 2007 server in VANCOUVER Site.All Exchange 2007 servers belong to Exchange Routing Group (DWBGZMFD01QNBJR). When you install the first Exchange 2007 in VANCOUVER SITE, the routing group connector (two-way) between Exchange Routing Group (DWBGZMFD01QNBJR) and VANCOUVER routing group is created.All messages that are </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/2772279422658423568'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/2772279422658423568'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/07/exchange2007message-routing-in.html' title='Exchange2007:Message Routing in a Coexistence Environment'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_Hkm6tw7xx6k/SI9GrhDliLI/AAAAAAAABZ0/H1Enjas4lA4/s72-c/HubSpoke.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2877885580260568072.post-1486073648230788247</id><published>2008-07-28T15:13:00.000-07:00</published><updated>2009-05-13T16:06:49.047-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Server 2007'/><title type='text'>Exchange2007:Internal And External delivery of System Messages</title><summary type='text'>www.1ask2.comPre-Exchange 2007, when exchange generates DSN messages, the sender is "System Administrator".In Exchange 2007, system-generated internal messages (DSN messages, Journal reports, Quota messages, Agent-generated messages) are sent out by Microsoft Exchange Recipient object. From the outlook, you should see the sender from Microsoft Exchange.Get-OrganizationConfig format-list *</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/1486073648230788247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2877885580260568072/posts/default/1486073648230788247'/><link rel='alternate' type='text/html' href='http://kmlstudy.blogspot.com/2008/07/exchange2007internal-and-external.html' title='Exchange2007:Internal And External delivery of System Messages'/><author><name>MyWorks</name><uri>http://www.blogger.com/profile/02512094662199746839</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07662898743769028469'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_Hkm6tw7xx6k/SI5HDi6xN2I/AAAAAAAABZs/9QeVZ61QmI4/s72-c/had.GIF' height='72' width='72'/></entry></feed>