Credit Report and Credit Scores

http://www.fcac-acfc.gc.ca/eng/resources/publications/budgetMoneyMgmt/CreditReportScore/ReportScore-4-eng.asp http://publications.gc.ca/collections/collection_2009/acfc-fcac/FC5-8-25-2008E.pdf

What is a good credit score?

http://answers.yahoo.com/question/index?qid=20091219012920AAypWwi This should help you to understand how credit scores work.. FICO scores from 300 to 850 and Vantage scores from 501 to 990. Here is the breakdown for both systems. Vantage Plus system scores from 501-990. A-901-990 B-801-900 C-701-800 D-601-700 F-501-600 FICO system scores from 300-850. Elite-740-& up Prime-700-739 Preferred-660-699 Standard-625-659 Sub-prime-624-& under FICO … Read more

Mailbox export requests in Exchange 2010

Get-MailboxExportRequest to see all the requests Get-MailboxExportRequest -Status Completed | Remove-MailboxExportRequest to remove the completed. Get-MailboxExportRequest | Remove-MailboxExportRequest to remove all of them http://www.falconitservices.com/support/KB/Lists/Posts/Post.aspx?ID=115 $mailboxes = get-mailbox foreach ($mailbox in $mailboxes) { new-mailboxexportrequest -mailbox $mailbox -FilePath \\server\share\$mailbox.pst }

15 Simple Yet Effective Techniques to Speed Up Your WordPress Site

http://internetwebsitedesign.biz/wordpress/15-simple-yet-effective-techniques-to-speed-up-your-wordpress-site Speed is a very important yet a quite over-looked factor among many webmasters and bloggers. There are many, who don’t understand the importance of having a fast loading website. If you write quality content and at least do some minimal promotion, then you may face situations when you can get overwhelming amount of traffic within a … Read more

What You Should Know About WSUS 3.0

What You Should Know About WSUS 3.0  Disclaimer: I wrote this document to be used as a training manual and/or “standard” when I was doing small-biz consulting, so rather than explain all the options available to you, sometimes I just say “do it this way”. Chances are (for most WSUS installations which are not integrating with … Read more

Windows Server 2008 R2 SP1 Hyper-V Best Practices and Tuning

http://blogs.technet.com/b/hollis/archive/2012/05/02/windows-server-2008-r2-sp1-hyper-v-best-practices-and-tuning.aspx   GENERAL (HOST): * Use Server Core if possible, to reduce OS overhead, reduce potential attack surface, and to minimize reboots (due to fewer software updates) * Hyper-V services should be configured to start automatically, to ensure uninterrupted VM services after reboots. (Verify in Administrative Tools à Services): Hyper-V Virtual Machine Management Service                … Read more

Hyper-v account does not have sufficient privilege to open attachment

http://support.microsoft.com/kb/2249906?wa=wsignin1.0 icacls “C:\Program Files\Microsoft Learning\20417\Drives\20417A-LON-DC1\Virtual Hard Disks\20417A-LON-DC1.vhd” /grant “NT VIRTUAL MACHINE\ 09C72D4C-53D1-44B5-A2F6-43830044D4C7”:F =============================================================== Hyper-V virtual machines may not start, and you receive an error: “‘General access denied error’ (0x80070005)” Article ID: 2249906 – View products that this article applies to. Expand all | Collapse all SYMPTOMS A Hyper-V virtual machine may fail to start and you receive … Read more