<?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-11511865</id><updated>2009-10-19T18:41:41.822-07:00</updated><title type='text'>Mark's Blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default?start-index=26&amp;max-results=25'/><author><name>Mark</name><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>90</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-11511865.post-3308395357355955699</id><published>2009-08-23T19:28:00.000-07:00</published><updated>2009-08-23T19:32:27.930-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='powershell'/><title type='text'>Accessing MS Access from PowerShell</title><content type='html'>I was trying to modify some scripts on MS Technet Script Guy's blog for working with PowerShell and MS Access.&lt;br /&gt;&lt;br /&gt;Kept getting an error when trying to open the database, the example was using an .mdb file extension. I left my test file with the Office 2007 default of .accdb.&lt;br /&gt;&lt;br /&gt;The example had the filename and path in a variable thought that was the problem at first then realized the connection string seemed to be referring to version 4.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I found that the ADO string need to be "Microsoft.ACE.OLEDB.12.0" rather then "Microsoft.Jet.OLEDB.4.0"&lt;br /&gt;&lt;br /&gt;Example of the error&lt;br /&gt;***********************************&lt;br /&gt;PS C:\code\examples-powershell\msaccess&gt; $cn.Open("Provider = Microsoft.Jet.OLEDB.4.0;Data Source = C:\code\examples-pow&lt;br /&gt;ershell\msaccess\msaccessdatadb1.accdb")&lt;br /&gt;Exception calling "Open" with "1" argument(s): "Unrecognized database format 'C:\code\examples-powershell\msaccess\msac&lt;br /&gt;cessdatadb1.accdb'."&lt;br /&gt;At line:1 char:9&lt;br /&gt;+ $cn.Open &lt;&lt;&lt;&lt; ("Provider = Microsoft.Jet.OLEDB.4.0;Data Source = C:\code\examples-powershell\msaccess\msaccessdatadb1&lt;br /&gt;.accdb")&lt;br /&gt;    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException&lt;br /&gt;    + FullyQualifiedErrorId : ComMethodTargetInvocation&lt;br /&gt;&lt;br /&gt;PS C:\code\examples-powershell\msaccess&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;************************************&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2008 Winter Scripting Games - Event 9 - MS Access PowerShell&lt;br /&gt;&lt;a href="http://blogs.technet.com/heyscriptingguy/archive/2009/08/13/hey-scripting-guy-can-i-query-a-microsoft-access-database-with-a-windows-powershell-script.aspx"&gt;http://blogs.technet.com/heyscriptingguy/archive/2009/08/13/hey-scripting-guy-can-i-query-a-microsoft-access-database-with-a-windows-powershell-script.aspxhttp://blogs.technet.com/heyscriptingguy/archive/2009/08/13/hey-scripting-guy-can-i-query-a-microsoft-access-database-with-a-windows-powershell-script.aspx&lt;/a&gt;&lt;br /&gt;The file I was working with - ScriptingGamesBeginnerEvent4.ps1&lt;br /&gt;&lt;br /&gt;Other reference:&lt;br /&gt;How to find a record using ADO and Jet OLE DB provider&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/283874"&gt;http://support.microsoft.com/kb/283874&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-3308395357355955699?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/3308395357355955699/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=3308395357355955699' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/3308395357355955699'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/3308395357355955699'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/08/accessing-ms-access-from-powershell.html' title='Accessing MS Access from PowerShell'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-1243112315214873905</id><published>2009-07-28T19:44:00.000-07:00</published><updated>2009-07-28T19:46:11.655-07:00</updated><title type='text'>Bandwidth Availability</title><content type='html'>I typed in the address of an office I am working at to see what the results were:&lt;br /&gt;&lt;br /&gt;http://riveroffers.com/&lt;br /&gt;&lt;br /&gt;Carrier   Distance   Capability&lt;br /&gt;1  3.17 miles 10 mbps - 1 gbps&lt;br /&gt;2  4.16 miles 10 mbps - 1 gbps&lt;br /&gt;3  4.27 miles 10 mbps - 1 gbps&lt;br /&gt;4  4.49 miles 10 mbps - 1 gbps&lt;br /&gt;5  5.27 miles 10 mbps - 1 gbps&lt;br /&gt;6  5.49 miles 10 mbps - 1 gbps&lt;br /&gt;7  7.22 miles 10 mbps - 1 gbps&lt;br /&gt;8  7.94 miles 10 mbps - 1 gbps&lt;br /&gt;&lt;br /&gt;the web page then tells you that cost vary depending if fiber is already run to the building. Also they ask for contact information if you want to go forward.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-1243112315214873905?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/1243112315214873905/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=1243112315214873905' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/1243112315214873905'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/1243112315214873905'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/07/bandwidth-availability.html' title='Bandwidth Availability'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-7677871195607705611</id><published>2009-07-28T19:42:00.000-07:00</published><updated>2009-07-28T20:09:13.289-07:00</updated><title type='text'>Some notes about Exchange 2007</title><content type='html'>Documenting some notes on Microsoft Exchange 2007 High Availability &lt;br /&gt;1) single copy clusters (SCCs) - single data center - must meet clustering hardware specs&lt;br /&gt;2) cluster continuous replication (CCR) - uses MS Clustering and File Share Witness, can be done across data centers.&lt;br /&gt;3) Local Continuous Replication ( LCR ) - lets you make a copy of the Exchange Stores on separate storage (hard drives) attached to the same server.&lt;br /&gt;LCR does not protect against server failure.&lt;br /&gt;4) SCR (Standby Continuous Replication) - 2007 SP1 - uses SQL log shipping like CCR, however the nodes do not have to clustered.&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;http://en.wikipedia.org/wiki/Microsoft_Exchange_Server#Clustering_and_high_availability&lt;br /&gt;&lt;br /&gt;Another page that had lots of nice diags was:&lt;br /&gt;http://telnetport25.wordpress.com/2007/11/14/exchange-2007-database-clustering-and-high-availability-features/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Question came up today....&lt;br /&gt;Will Exchange 2010 support public folders....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;here is a link that has discussion threads from MS MVP's who say....&lt;br /&gt;http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/26d2c23d-136d-4814-b44d-0378a61f0d5c&lt;br /&gt;&lt;br /&gt;yes! in a fashion similar to Exchange 2007 SP1.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Exchange 2007 server roles information:&lt;br /&gt;# Edge Transport&lt;br /&gt;# Hub Transport&lt;br /&gt;# Client Access&lt;br /&gt;# Mailbox  - only role that can be used on SCC cluster.&lt;br /&gt;&lt;br /&gt;Resource - Server Roles&lt;br /&gt;Introduction to Exchange 2007 Server Roles&lt;br /&gt;http://www.msexchange.org/tutorials/Introduction-Exchange-2007-Server-Roles.html&lt;br /&gt;&lt;br /&gt;Getting Started with Exchange Server 2007: Server Roles&lt;br /&gt;http://technet.microsoft.com/en-us/library/aa996031(EXCHG.65).aspx&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Other Notes:&lt;br /&gt;MS Recommended DAS - direct attached storage, also stating to check with storage vendor, but RAID 10 is recommended, for performance and reliability.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-7677871195607705611?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/7677871195607705611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=7677871195607705611' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/7677871195607705611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/7677871195607705611'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/07/some-notes-about-exchange-2007.html' title='Some notes about Exchange 2007'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-4698237807065862338</id><published>2009-07-12T20:20:00.000-07:00</published><updated>2009-07-12T20:25:25.144-07:00</updated><title type='text'>Simple svn gui for Ubuntu</title><content type='html'>I looked at several pages and post to find a good answer.&lt;br /&gt;&lt;br /&gt;My first attempt was to install Eclipse with Subclipse, the plugin had problems installing. I will re-attempt it again later. In the past I found eclipse sluggish on low memory machines, like the one I was installing it on anyway.&lt;br /&gt;&lt;br /&gt;I saw this posting about installing scripts for nautilus in ubuntu.&lt;br /&gt;my version Jaunty 9.04.&lt;br /&gt;&lt;br /&gt;Link&lt;br /&gt;http://www.automaticable.com/2008-09-15/easy-subversion-gui-for-nautilus-and-ubuntu/&lt;br /&gt;&lt;br /&gt;steps it outlines:&lt;br /&gt;aptitude install nautilus-script-collection-svn&lt;br /&gt;&lt;br /&gt;nautilus-script-manager enable Subversion&lt;br /&gt;&lt;br /&gt;killall nautilus&lt;br /&gt;&lt;br /&gt;next step is for my to switch from file urls to svn urls.&lt;br /&gt;http://www.codeandcoffee.com/2007/06/how-to-setup-a-subversion-server-on-linux/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-4698237807065862338?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/4698237807065862338/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=4698237807065862338' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/4698237807065862338'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/4698237807065862338'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/07/simple-svn-gui-for-ubuntu.html' title='Simple svn gui for Ubuntu'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-8325636516884911036</id><published>2009-06-30T13:31:00.000-07:00</published><updated>2009-06-30T13:32:53.148-07:00</updated><title type='text'>freenx and Nomachine Client on XP - ALT-TAB</title><content type='html'>I have been using ubuntu 9.04 running freenx and a windows xp client - the alt-tab not working between apps was annoying. Found this article on how to configure the nomachine client to let the session capture the ALT-TAB and Print Screen.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.nomachine.com/ar/view.php?ar_id=AR04C00174"&gt;Link to article&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;"Ctrl + Alt + K  key combination to enable/disable the catching of Alt+Tab and Print Screen keys within the NX session."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-8325636516884911036?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/8325636516884911036/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=8325636516884911036' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/8325636516884911036'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/8325636516884911036'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/06/freenx-and-nomachine-client-on-xp-alt.html' title='freenx and Nomachine Client on XP - ALT-TAB'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-715327415957709430</id><published>2009-06-24T12:47:00.000-07:00</published><updated>2009-06-24T12:53:23.037-07:00</updated><title type='text'>Safe to check IP Address</title><content type='html'>DynDNS.org is well respected and here is a link to their IP address checker.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://checkip.dyndns.org/"&gt;http://checkip.dyndns.org/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I had heard in the past doing a google search for what is my ip may land you at a page with spyware, virus, etc.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-715327415957709430?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/715327415957709430/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=715327415957709430' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/715327415957709430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/715327415957709430'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/06/safe-to-check-ip-address.html' title='Safe to check IP Address'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-4796913788439155902</id><published>2009-05-20T10:18:00.000-07:00</published><updated>2009-05-20T10:21:52.274-07:00</updated><title type='text'>Uninstall  Perl Module</title><content type='html'>Found in a Google search that someone who goes by celso has perl script for removing modules.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.celsobarriga.com/2008/01/10/uninstall-perl-module/"&gt;http://www.celsobarriga.com/2008/01/10/uninstall-perl-module/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I wanted to remove Net::LDAP after I had done a force install of in in my win32 strawberry perl setup and had answered "y" to prompt for installing optional modules. I read on a wiki for strawberry perl the that module installed fine for a user with just the mandatory modules.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-4796913788439155902?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/4796913788439155902/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=4796913788439155902' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/4796913788439155902'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/4796913788439155902'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/05/uninstall-perl-module.html' title='Uninstall  Perl Module'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-3577814450671366991</id><published>2009-05-12T11:38:00.001-07:00</published><updated>2009-05-12T11:54:03.046-07:00</updated><title type='text'>Looking for FTP solutions</title><content type='html'>This is a great list of Linux FTP Server Programs&lt;br /&gt;&lt;a href="http://www.terinea.co.uk/blog/2008/03/27/linux-ftp-server-with-a-graphical-user-interface-gui/"&gt;http://www.terinea.co.uk/blog/2008/03/27/linux-ftp-server-with-a-graphical-user-interface-gui/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-3577814450671366991?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/3577814450671366991/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=3577814450671366991' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/3577814450671366991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/3577814450671366991'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/05/looking-for-ftp-solutions.html' title='Looking for FTP solutions'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-8370224523870083522</id><published>2009-05-06T18:09:00.000-07:00</published><updated>2009-05-06T18:10:56.991-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='recycle'/><title type='text'>geen way to get rid of CDs and DVDs</title><content type='html'>This place in NJ seems to handle hard drives and have links for PCs too.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.cdrecyclingforfree.com/"&gt;http://www.cdrecyclingforfree.com&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-8370224523870083522?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/8370224523870083522/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=8370224523870083522' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/8370224523870083522'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/8370224523870083522'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/05/geen-way-to-get-rid-of-cds-and-dvds.html' title='geen way to get rid of CDs and DVDs'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-6389533869830533988</id><published>2009-05-05T05:46:00.000-07:00</published><updated>2009-05-05T05:47:50.730-07:00</updated><title type='text'>Microsoft Active Directory Topology Diagrammer</title><content type='html'>Microsoft Active Directory Topology Diagrammer&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=cb42fc06-50c7-47ed-a65c-862661742764&amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=cb42fc06-50c7-47ed-a65c-862661742764&amp;displaylang=en&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Great tool from Microsoft automates creation of a Visio diagram of your Active Directory Layout. With options to include site connections, etc.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-6389533869830533988?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/6389533869830533988/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=6389533869830533988' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/6389533869830533988'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/6389533869830533988'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/05/microsoft-active-directory-topology.html' title='Microsoft Active Directory Topology Diagrammer'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-2661002190504872275</id><published>2009-05-04T18:35:00.000-07:00</published><updated>2009-05-04T18:37:10.808-07:00</updated><title type='text'>Bind 9 on Windows XP</title><content type='html'>I wanted a DNS server on my workstation to test some perl and powershell dns scripts. &lt;br /&gt;&lt;br /&gt;I downloaded Bind and had some trouble then find this page which had great directions.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://alex.charrett.com/technical/bind-on-windows.html"&gt;http://alex.charrett.com/technical/bind-on-windows.html&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-2661002190504872275?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/2661002190504872275/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=2661002190504872275' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/2661002190504872275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/2661002190504872275'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/05/bind-9-on-windows-xp.html' title='Bind 9 on Windows XP'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-1923404256089892535</id><published>2009-04-23T05:07:00.000-07:00</published><updated>2009-04-23T05:12:26.293-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Word Office'/><title type='text'>Word 2007 - tricky steps to add auto updating filename and path</title><content type='html'>Select the location,&lt;br /&gt;Insert tab ?(ribbon?),&lt;br /&gt;Quick Parts,&lt;br /&gt;field,&lt;br /&gt;Under Field Names, Select Filename ,&lt;br /&gt;Check add path to filename ,    ( not sure what that would look like for sharepoint stored documents?)&lt;br /&gt;ok.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here is a longer write up:&lt;br /&gt;http://tortoiseshell.net/coffeebreak/blog/index.php/67/how-to-add-the-filename-and-path-to-a-word-2007-document.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-1923404256089892535?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/1923404256089892535/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=1923404256089892535' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/1923404256089892535'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/1923404256089892535'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/04/word-2007-tricky-steps-to-add-auto.html' title='Word 2007 - tricky steps to add auto updating filename and path'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-3745025012721302274</id><published>2009-04-23T04:30:00.000-07:00</published><updated>2009-04-23T04:31:21.427-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='funny'/><title type='text'>Ammo with flavor</title><content type='html'>For some reason the marketing at this site interest me.&lt;br /&gt;&lt;br /&gt;Season Shot - Ammo with flavor.&lt;br /&gt;www.seasonshot.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;tags: hunter funny&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-3745025012721302274?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/3745025012721302274/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=3745025012721302274' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/3745025012721302274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/3745025012721302274'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/04/ammo-with-flavor.html' title='Ammo with flavor'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-3591875555217926609</id><published>2009-03-18T05:24:00.001-07:00</published><updated>2009-03-18T05:24:54.613-07:00</updated><title type='text'>timestamp - dos batch files</title><content type='html'>below is a link to a nice doc batch timestamp&lt;br /&gt;&lt;br /&gt;http://ings.ca/jim/2008/02/10/adding-timestamps-in-a-dos-batch-file/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-3591875555217926609?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/3591875555217926609/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=3591875555217926609' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/3591875555217926609'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/3591875555217926609'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/03/timestamp-dos-batch-files.html' title='timestamp - dos batch files'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-2245847623983854675</id><published>2009-03-09T09:11:00.000-07:00</published><updated>2009-03-09T09:13:53.946-07:00</updated><title type='text'>svn add via batch</title><content type='html'>problem &lt;br /&gt;files get added to svn, running a svn commit does not add them to the repro, since I am working to automate pulling config files from servers, etc. I want all the new files to go into the repro.&lt;br /&gt;&lt;br /&gt;Here are my research notes and answer.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SVN batch commands for adding or deleting multiple files (Linux)&lt;br /&gt;http://blog.gilluminate.com/2008/10/16/svn-batch-commands/&lt;br /&gt;&lt;br /&gt;I am using Windows XP, VisualSVN.&lt;br /&gt;took the svn file from http://unxutils.sourceforge.net/. &lt;br /&gt;&lt;br /&gt; &lt;br /&gt;"c:\Program Files\VisualSVN Server\bin\svn.exe" status | sed -e "/^?/ !d" -e "s/^?//g" &gt; filestoadd.txt&lt;br /&gt;&lt;br /&gt;FOR /F "eol=;" %%i in (filestoadd.txt) do "c:\Program Files\VisualSVN Server\bin\svn.exe" add %%i&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-2245847623983854675?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/2245847623983854675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=2245847623983854675' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/2245847623983854675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/2245847623983854675'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/03/svn-add-via-batch.html' title='svn add via batch'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-1840647011691471677</id><published>2009-02-26T17:31:00.000-08:00</published><updated>2009-02-26T17:34:45.218-08:00</updated><title type='text'>Powershell Encoding - Grep</title><content type='html'>I was writing something where powershell ran on the remote host and copied files to a second box. On the second box I would run a perl script and take any any lines containing "Time:" "Finished zone:", had trouble.&lt;br /&gt;&lt;br /&gt;Found out that &lt;br /&gt;cmd - "dnscmd /zoneprint zonename.com &gt; zone-zonename.com.txt "&lt;br /&gt;powershell - "dnscmd /zoneprint zonename.com &gt; zone-zonename.com.txt "&lt;br /&gt;&lt;br /&gt;give files with different encoding.&lt;br /&gt;&lt;br /&gt;I ended up using | Out-file -Encoding utf8 zone-zonename.com.txt&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-1840647011691471677?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/1840647011691471677/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=1840647011691471677' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/1840647011691471677'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/1840647011691471677'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/02/powershell-encoding-grep.html' title='Powershell Encoding - Grep'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-5414595776031103964</id><published>2009-02-26T17:30:00.000-08:00</published><updated>2009-02-26T17:31:40.240-08:00</updated><title type='text'>Getting the path of a running Batch file</title><content type='html'>Found on this blog, the trick &lt;br /&gt;echo %~dp0.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://weblogs.asp.net/whaggard/archive/2005/01/28/get-directory-path-of-an-executing-batch-file.aspx"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-5414595776031103964?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/5414595776031103964/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=5414595776031103964' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/5414595776031103964'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/5414595776031103964'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/02/getting-path-of-running-batch-file.html' title='Getting the path of a running Batch file'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-3017786107361749932</id><published>2009-02-26T17:28:00.000-08:00</published><updated>2009-02-26T17:30:18.790-08:00</updated><title type='text'>Vmware ESX 3.5 unable to mount DVD ISO</title><content type='html'>I was trying to mount a Windows 2008 DVD ISO file that someone else had downloaded, it was giving an error.&lt;br /&gt;&lt;br /&gt;Found one some other blog the answer could be one of two things, shorten the name (MS downloads have really long names, or change the .ISO to lowercase .iso.( this is what worked for me.)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-3017786107361749932?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/3017786107361749932/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=3017786107361749932' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/3017786107361749932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/3017786107361749932'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/02/vmware-esx-35-unable-to-mount-dvd-iso.html' title='Vmware ESX 3.5 unable to mount DVD ISO'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-4183096731802217183</id><published>2009-02-02T07:40:00.000-08:00</published><updated>2009-02-02T08:16:10.651-08:00</updated><title type='text'>custom command prompt</title><content type='html'>Found a great article.&lt;br /&gt;&lt;br /&gt;How to Create a Custom Windows Command Prompt&lt;br /&gt;http://www.wikihow.com/Create-a-Custom-Windows-Command-Prompt&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I went searching for this as the path is too long and then the command line is hard to read.&lt;br /&gt;&lt;br /&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]&lt;br /&gt;"PROMPT"="$P$_$G"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-4183096731802217183?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/4183096731802217183/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=4183096731802217183' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/4183096731802217183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/4183096731802217183'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/02/custom-command-prompt.html' title='custom command prompt'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-1372617129842544025</id><published>2009-01-27T21:29:00.000-08:00</published><updated>2009-01-27T21:31:52.173-08:00</updated><title type='text'>error with ms excel and powershell 0x800A03EC</title><content type='html'>Searched for answer and found other people who had the issue but no answer.&lt;br /&gt;Answer for me was I needed to use qoutes, I guess that way powershell does not send a blog but just the qouted string.&lt;br /&gt;&lt;br /&gt;here are more details.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; $strextensionattribute1 = $objUser.extensionattribute1&lt;br /&gt; $strextensionattribute12 = $objUser.extensionattribute12&lt;br /&gt; $strextensionattribute13 = $objUser.extensionattribute13&lt;br /&gt; $strextensionattribute14 = $objUser.extensionattribute14&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Exception setting "Item": "Exception from HRESULT: 0x800A03EC"&lt;br /&gt;At C:\code\ps-examples\list-proxy-search-samaccountname.ps1:55 char:15&lt;br /&gt;+     $c.Cells.Item &lt;&lt;&lt;&lt; ($strExcelRow,6) = $strextensionattribute1&lt;br /&gt;Exception setting "Item": "Exception from HRESULT: 0x800A03EC"&lt;br /&gt;At C:\code\ps-examples\list-proxy-search-samaccountname.ps1:56 char:15&lt;br /&gt;+     $c.Cells.Item &lt;&lt;&lt;&lt; ($strExcelRow,7) = $strextensionattribute12&lt;br /&gt;Exception setting "Item": "Exception from HRESULT: 0x800A03EC"&lt;br /&gt;At C:\code\ps-examples\list-proxy-search-samaccountname.ps1:57 char:15&lt;br /&gt;+     $c.Cells.Item &lt;&lt;&lt;&lt; ($strExcelRow,8) = $strextensionattribute13&lt;br /&gt;Exception setting "Item": "Exception from HRESULT: 0x800A03EC"&lt;br /&gt;At C:\code\ps-examples\list-proxy-search-samaccountname.ps1:58 char:15&lt;br /&gt;+     $c.Cells.Item &lt;&lt;&lt;&lt; ($strExcelRow,9) = $strextensionattribute14&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;answer was to use qoutes , I guess that way it gets passed as a string rather then a blob?"&lt;br /&gt; $c.Cells.Item($strExcelRow,6) = "$strextensionattribute1"&lt;br /&gt; $c.Cells.Item($strExcelRow,7) = "$strextensionattribute12"&lt;br /&gt; $c.Cells.Item($strExcelRow,8) = "$strextensionattribute13"&lt;br /&gt; $c.Cells.Item($strExcelRow,9) = "$strextensionattribute14"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-1372617129842544025?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/1372617129842544025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=1372617129842544025' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/1372617129842544025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/1372617129842544025'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/01/error-with-ms-excel-and-powershell.html' title='error with ms excel and powershell 0x800A03EC'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-8395603447450660035</id><published>2009-01-23T20:33:00.000-08:00</published><updated>2009-01-23T20:52:59.820-08:00</updated><title type='text'>Microsoft Access 2007 Unknown Errror</title><content type='html'>I had a database with several tables, all linked to Excel xlsx files.&lt;br /&gt;&lt;br /&gt;It was csv converted to xlxs files from the adfind tool, issue was trying to use a like with wildcard when running vbcript, then I found same issue existinged when I tried to query the database from within access. I am not sure if this was a no primary key issue or something else, however I know that once I imported the data and give a primary key the error didn't return.&lt;br /&gt;&lt;br /&gt;SELECT [adfind-users].*, [adfind-smg].proxyAddresses&lt;br /&gt;FROM [adfind-users]&lt;br /&gt;WHERE ((([adfind-users].proxyAddresses) Like "*math*"));&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-8395603447450660035?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/8395603447450660035/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=8395603447450660035' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/8395603447450660035'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/8395603447450660035'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2009/01/microsoft-access-2007-unknown-errror.html' title='Microsoft Access 2007 Unknown Errror'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-7930389109355550812</id><published>2008-12-12T11:09:00.000-08:00</published><updated>2008-12-12T11:10:33.953-08:00</updated><title type='text'>Advanced Registry Tracer</title><content type='html'>Advanced Registry Tracer&lt;br /&gt;http://www.elcomsoft.com/art.html&lt;br /&gt;&lt;br /&gt;Stores registry to database to allow for  changes and review.&lt;br /&gt;Seems interesting.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-7930389109355550812?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/7930389109355550812/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=7930389109355550812' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/7930389109355550812'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/7930389109355550812'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2008/12/advanced-registry-tracer.html' title='Advanced Registry Tracer'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-7000793314396750565</id><published>2008-11-19T19:05:00.000-08:00</published><updated>2008-11-19T19:07:41.160-08:00</updated><title type='text'>pop3 and MS Exchange 2007</title><content type='html'>Looked here to see how to test via telnet&lt;br /&gt;file:///c:/leddymj/research/exchange2007/testing-pop3-access-using-telnet.html&lt;br /&gt;&lt;br /&gt;Got error &lt;br /&gt;"Command is not valid in this state" after supplying credentials.&lt;br /&gt;found answer here:&lt;br /&gt;http://msexchangetips.blogspot.com/2007/11/exchange-2007-pop3-err-command-is-not.html&lt;br /&gt;&lt;br /&gt;need to use exchange shell command&lt;br /&gt;Set-PopSettings -LoginType PlainTextLogin&lt;br /&gt;then restart the service.&lt;br /&gt;&lt;br /&gt;I used &lt;br /&gt;Get-PopSettings -LoginType PlainTextLogin | fl &gt; before.txt&lt;br /&gt;and &lt;br /&gt;Get-PopSettings -LoginType PlainTextLogin | fl &gt; after.txt&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-7000793314396750565?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/7000793314396750565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=7000793314396750565' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/7000793314396750565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/7000793314396750565'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2008/11/pop3-and-ms-exchange-2007.html' title='pop3 and MS Exchange 2007'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-941429175510393920</id><published>2008-11-19T10:56:00.000-08:00</published><updated>2008-11-19T10:58:31.234-08:00</updated><title type='text'>when did a Active Directory User Last Logon</title><content type='html'>first let me say I think Novel Netware user login, I think Windows users Logon.&lt;br /&gt;&lt;br /&gt;With several DCs it used to be a bear to get the real last logon, as you would have to check the lastlogon timestamp on each DC, with Windows 2003 Native mode this has been changed. &lt;br /&gt;&lt;br /&gt;Details:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;lastLogon – old style not replicated to other DCs&lt;br /&gt;lastLogonTimestamp – replicated for each user if the user’s lastlogonTimestamp is older then 14 days ( This is the one to go by for the report. )&lt;br /&gt;&lt;br /&gt;http://www.microsoft.com/technet/scriptcenter/topics/win2003/lastlogon.mspx&lt;br /&gt;&lt;br /&gt;http://addicted-to-it.blogspot.com/2008/09/ad-how-to-determine-last-logon-time-of.html&lt;br /&gt;&lt;br /&gt;I included a hist01.txt which has the command line used to generate the report. The adfind tool is a command line utility, already on corpadmints1.&lt;br /&gt;Also found at http://www.joeware.net/freetools/tools/adfind/.&lt;br /&gt;&lt;br /&gt;adfind -b "base dn"&lt;br /&gt;-f filter - all user objects except disabled accounts&lt;br /&gt; -csv csv export &lt;br /&gt;-tdc time date change  - changed ldap time date into readable format&lt;br /&gt; then attributes DisplayName samaccountname lastLogon lastLogonTimestamp&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-941429175510393920?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/941429175510393920/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=941429175510393920' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/941429175510393920'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/941429175510393920'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2008/11/when-did-active-directory-user-last.html' title='when did a Active Directory User Last Logon'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11511865.post-8987282170021940106</id><published>2008-11-13T07:29:00.000-08:00</published><updated>2008-11-13T07:30:23.556-08:00</updated><title type='text'>Godo site with Lots of AD info and vbscript examples</title><content type='html'>good site they have vbscript examples and more&lt;br /&gt;&lt;br /&gt;http://www.computerperformance.co.uk/vbscript/&lt;br /&gt;&lt;br /&gt;they have great pages on using ldifde and csvde&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11511865-8987282170021940106?l=markslinuxblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://markslinuxblog.blogspot.com/feeds/8987282170021940106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=11511865&amp;postID=8987282170021940106' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/8987282170021940106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11511865/posts/default/8987282170021940106'/><link rel='alternate' type='text/html' href='http://markslinuxblog.blogspot.com/2008/11/godo-site-with-lots-of-ad-info-and.html' title='Godo site with Lots of AD info and vbscript examples'/><author><name>Mark</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01210332883846340493'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>