<?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' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-362215688385522777</id><updated>2011-11-29T10:27:40.035-08:00</updated><category term='scripting'/><category term='windows'/><category term='2008 DC migration'/><title type='text'>Dans Tech Notes</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>16</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-4973549479248597954</id><published>2011-08-02T09:05:00.000-07:00</published><updated>2011-08-02T09:25:28.483-07:00</updated><title type='text'>Powershell Script to Archive IIS Log Files</title><summary type='text'>Here's a script that I put together to deal with windows server log files (Mainly IIS) as previously it was a manual process for me and something I got sick of.  I found scripting pieces around that were close to what I wanted but didn't fine something exactly so mashed this script together.The script basically takes a list of servers you give it, checks each server to determine if it's 2003 or </summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/4973549479248597954/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=4973549479248597954' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/4973549479248597954'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/4973549479248597954'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2011/08/powershell-script-to-archive-iis-log.html' title='Powershell Script to Archive IIS Log Files'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-7477252466352621955</id><published>2011-04-11T10:46:00.000-07:00</published><updated>2011-04-11T10:54:53.414-07:00</updated><title type='text'>Sales Emails Yes. Sales Calls No.</title><summary type='text'>So yes I understand you're trying to sell your product, but I just spent 2.5 minutes on the phone with you (which was pretty short for a sales call) when I have zero interest in your product.  I wasted both your time and mine as well as broken my train of thought on whatever I was doing.  A couple of calls and I've wasted about 30 minutes of work time.Whereas if you send me an email I can within </summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/7477252466352621955/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=7477252466352621955' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/7477252466352621955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/7477252466352621955'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2011/04/sales-emails-yes-sales-calls-no.html' title='Sales Emails Yes. Sales Calls No.'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-744891931220119932</id><published>2010-08-04T18:25:00.000-07:00</published><updated>2010-08-04T18:31:58.197-07:00</updated><title type='text'>Finding Large Emails Transferred - Exchange Management Shell</title><summary type='text'>This Exchange management shell command will reach out to all your hub transport servers and then search through the tracking logs for messages greater than a given size.  Handy if you want to track down larger messages moving through your Exchange environment.  This particular example searches for stuff greater than 50MB.Get-ExchangeServer | where {$_.isHubTransportServer -eq $true} | </summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/744891931220119932/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=744891931220119932' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/744891931220119932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/744891931220119932'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2010/08/finding-large-emails-transferred.html' title='Finding Large Emails Transferred - Exchange Management Shell'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-2219385756945223065</id><published>2010-04-08T12:12:00.000-07:00</published><updated>2010-04-08T12:33:26.016-07:00</updated><title type='text'>Powershell script to find a specific OS in a domain</title><summary type='text'>Here's a piece of code modified from this scripting guy post that allows you to list computer accounts with specific operating systems that aren't disabled in your domain.  It's written as a function so you just have to write your query string and pass it to the function.  aka GetDomainComps *2008* will return all the AD computer accounts with 2008 in their name.Function GetDomainComps{param ($</summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/2219385756945223065/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=2219385756945223065' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/2219385756945223065'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/2219385756945223065'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2010/04/powershell-script-to-find-specific-os.html' title='Powershell script to find a specific OS in a domain'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-8012442060633717019</id><published>2010-03-15T11:18:00.000-07:00</published><updated>2010-03-15T11:30:21.515-07:00</updated><title type='text'>Setup Netapp System Manager Read-Only and Cifs Admins</title><summary type='text'>I had a need to create a read-only account to access our netapp filers from Netapp System Manager but also wanted to have an account that had read-only to everything but read and write to cifs configuration.Luckily creating a read-only account is clearly detailed in TR-3358 so I just had to add on the cifs read-write portion for my purposes.  The following are the commands that I used.  Note the </summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/8012442060633717019/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=8012442060633717019' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/8012442060633717019'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/8012442060633717019'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2010/03/setup-netapp-system-manager-read-only.html' title='Setup Netapp System Manager Read-Only and Cifs Admins'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-1634050239203663603</id><published>2010-02-09T11:54:00.001-08:00</published><updated>2010-04-06T15:37:52.678-07:00</updated><title type='text'>Expiring Users Script That Sends an Email</title><summary type='text'>Below is a script that I created to query AD for expiring user accounts and then to email the results out. The only flaw is that it doesn't filter account that have already expired, so those will show. Which yeah I could add that in but it would be MUCH easier to just re-write this in powershell to do the same.As always test and use at your own risk.' VB Script to scrape AD for users with </summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/1634050239203663603/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=1634050239203663603' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/1634050239203663603'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/1634050239203663603'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2010/02/expiring-users-script-that-sends-email.html' title='Expiring Users Script That Sends an Email'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-459492882605807664</id><published>2009-12-16T10:56:00.000-08:00</published><updated>2009-12-16T11:06:56.844-08:00</updated><title type='text'>Set Your McData/Brocade Spheron Fiber Switch Banner</title><summary type='text'>Had to do this today on a Sphereon 4400 switch and it wasn't quite the simplest procedure so figured I'd jot it down.-Enable SSH (configure-&gt;ssh)-Then SSH to the switch and use the following commands to set the banner text:config switch bannerbannerText 1 "================Banner============="bannerText 2 "This system is restricted....."bannerText 3 "authorized users..."bannerText 19 "All users </summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/459492882605807664/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=459492882605807664' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/459492882605807664'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/459492882605807664'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2009/12/set-your-mcdatabrocade-spheron-fiber.html' title='Set Your McData/Brocade Spheron Fiber Switch Banner'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-4932623664605572303</id><published>2009-11-25T09:17:00.000-08:00</published><updated>2009-11-25T11:21:20.579-08:00</updated><title type='text'>Netapp and Backup Exec Compression Vs Deduplication</title><summary type='text'>I recently did a small-scale test with our Netapp and Backup Exec 12.5 to determine if it would be best to compress or not compress backup data written to disk. (Either way the assumption was that the volume was to be deduplicated on the netapp post-process regardless of compression setting.)Note: Backup Exec handles the compression on the application level and the netapp handles the </summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/4932623664605572303/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=4932623664605572303' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/4932623664605572303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/4932623664605572303'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2009/11/netapp-and-backup-exec-compression-vs.html' title='Netapp and Backup Exec Compression Vs Deduplication'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-5001645892395720869</id><published>2009-08-07T09:47:00.000-07:00</published><updated>2009-08-07T10:00:55.670-07:00</updated><title type='text'>Powershell script for prepending and appending text</title><summary type='text'>I recently had the need to go through a text file and prepend a string to every line, and while that's ok for a couple of lines it doesn't work for a file with hundreds and thousands of lines.  So here's the powershell command to do that:&lt;!--[if gte mso 9]&gt;     Normal   0               false   false   false      EN-US   X-NONE   X-NONE                                                     </summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/5001645892395720869/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=5001645892395720869' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/5001645892395720869'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/5001645892395720869'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2009/08/powershell-script-for-prepending-and.html' title='Powershell script for prepending and appending text'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-4578118076829462792</id><published>2009-07-15T13:49:00.001-07:00</published><updated>2009-07-15T13:57:46.781-07:00</updated><title type='text'>Cisco DHCP options for Nortel IP Phones</title><summary type='text'>This took longer to track down via google than it should have when I was looking.  So here it is simple and to the point for running Nortel IP Phones with cisco DHCP:dhcpd option 128 ascii Nortel-i2004-A,1.1.1.1:4100,1,1;2.2.2.2:4100,1,10. interface insideI used examples of s1: 1.1.1.1 and s2: 2.2.2.2  Of course your IPs will substitute there.One thing to note, if you have a certain model of </summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/4578118076829462792/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=4578118076829462792' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/4578118076829462792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/4578118076829462792'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2009/07/nortel.html' title='Cisco DHCP options for Nortel IP Phones'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-1126491310494483604</id><published>2009-06-30T14:53:00.000-07:00</published><updated>2009-06-30T15:00:10.913-07:00</updated><title type='text'>Backup your Print Server (with server 2008)</title><summary type='text'>The handy printer migration tool you might have used in 03 has now morphed into the command line utility printbrm in server 08 (Syntax here).  Pretty straightforward, simply add print services to your 08 machine and then run the following command to backup:printbrm -s \\server_to_backup -b -f c:\PrintServerBackups\servername.printerExportThe printbrm command is located in %windir%\system32\spool\</summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/1126491310494483604/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=1126491310494483604' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/1126491310494483604'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/1126491310494483604'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2009/06/backup-your-print-server-with-server.html' title='Backup your Print Server (with server 2008)'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-4319663161592989997</id><published>2009-06-24T15:57:00.000-07:00</published><updated>2009-06-24T18:11:39.548-07:00</updated><title type='text'>What Computer Should I Buy?</title><summary type='text'>The following is my personal advice when people usually ask me the age-old question of "I need a computer, what should I buy?"This advice is for you if:You're a mainstream computer user who will use their computer like 75% of people out there (office documents, photos, Internet, music, email)You don't care or probably won't ever upgrade your machine, open it up, understand what a SATA cable is, </summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/4319663161592989997/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=4319663161592989997' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/4319663161592989997'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/4319663161592989997'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2009/06/what-computer-should-i-buy.html' title='What Computer Should I Buy?'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-6866349302146543280</id><published>2009-06-17T16:26:00.000-07:00</published><updated>2009-06-17T16:48:31.067-07:00</updated><title type='text'>Riverbed Note: Optimize (don't exclude) your KVM traffic</title><summary type='text'>Discovered this interesting tip today.  When connecting to our Dell (rebranded advocent) 2161DS KVM over the WAN it was taking up quite a bit of bandwidth. (up to about 1-2 Mb/s, depending on what was on the going on KVM)I had previously added a rule to NOT optimize traffic to the KVM thinking that since it was interactive that it would be best if the Riverbeds didn't optimize the traffic.  I </summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/6866349302146543280/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=6866349302146543280' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/6866349302146543280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/6866349302146543280'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2009/06/riverbed-note-optimize-dont-exclude.html' title='Riverbed Note: Optimize (don&apos;t exclude) your KVM traffic'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_Ie5RAdqNtuM/Sjl_SyoxfRI/AAAAAAAAAAw/hd1azHiF7_M/s72-c/riverbed-kvm.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-3074737973235714624</id><published>2009-04-29T11:31:00.000-07:00</published><updated>2009-06-12T09:46:25.925-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='2008 DC migration'/><title type='text'>2003 to 2008 Domain Controller Migration Checklist</title><summary type='text'>So I am all done now removing our 03 AD server and replacing it with new hardware running server 08.  Apart from a small exchange 2007 hiccup things went quite smoothly.  Since I didn't find a short and concise checklist out there on this process I figured I would post one.The following is my post-process brain-dump of the things to keep in mind along with a few comments and links I found helpful</summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/3074737973235714624/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=3074737973235714624' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/3074737973235714624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/3074737973235714624'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2009/04/2003-to-2008-domain-controller.html' title='2003 to 2008 Domain Controller Migration Checklist'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-4379413547701883374</id><published>2008-09-20T10:11:00.000-07:00</published><updated>2008-09-20T10:14:25.744-07:00</updated><title type='text'>KMS woes</title><summary type='text'>What's really frustrating is that there is no tool or command to see which hosts are listed in the "count" displayed when you run slmgr on your KMS server.I stood up some server 08 machines the other day (yes some were vms, yes I have read the piece about each physical machine being counted) and can't seem to get to the 5th host in the "count"I stood up vms on 3 different physical servers, then 2</summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/4379413547701883374/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=4379413547701883374' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/4379413547701883374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/4379413547701883374'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2008/09/kms-woes.html' title='KMS woes'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-362215688385522777.post-8427738188370158765</id><published>2008-04-25T15:30:00.000-07:00</published><updated>2010-04-06T15:39:56.739-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='scripting'/><title type='text'>Delete Cookies Script</title><summary type='text'>'Script is in testing as of 4.21.08On Error Resume Next' Parse time/date and then subtract a year from itConst CONVERT_TO_LOCAL_TIME = TrueSet dtmStart = CreateObject("WbemScripting.SWbemDateTime")dtmStart.SetVarDate Now, CONVERT_TO_LOCAL_TIMEdtmRegular = dtmStart.GetVarDate(CONVERT_TO_LOCAL_TIME)dtmRegular = DateAdd("yyyy", -1, dtmRegular)' not needed due to not needing to convert back the time/</summary><link rel='replies' type='application/atom+xml' href='http://danstechnotes.blogspot.com/feeds/8427738188370158765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=362215688385522777&amp;postID=8427738188370158765' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/8427738188370158765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/362215688385522777/posts/default/8427738188370158765'/><link rel='alternate' type='text/html' href='http://danstechnotes.blogspot.com/2008/04/delete-cookies-script.html' title='Delete Cookies Script'/><author><name>Dan</name><uri>http://www.blogger.com/profile/04358560695556753889</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
