I have a few batch files that run on a schedule, I have found though that they are not running properly? If I right click the batch file and run as administrator it works fine, after some research I came up with this. set __COMPAT_LAYER=RunAsInvoker I add this as the […]
Technical
You can increase the message size limit but I would strongly suggest you make sure you have the horsepower to do this or you WILL have performance issues trying to transfer large mail. That being said, from the Exchange Powershell run the following This command will display the current size […]
If you amend the shortcut for chome by appending this at the end of chrome.exe --user-data-dir="type the full path of your own cache folder here" You can change where your Google Chrome cache is.
Please see the below link, its to to with some an Office 2003 update for Excel Uninstall Excel update #KB2541025 and also #KB2502786 http://forums.techarena.in/ms-office-support/749154-2.htm If you like this post, then please consider retweeting it or sharing it on Facebook.
Using yum to manage installing, upgrading or removing packages in Linux is a great little tool. Sometimes when running a yum transaction you may get a warning that you need to run “yum-complete-transaction” as you have pending or incomplete transactions. Simply running yum-complete-transaction will not do the trick if you […]
A disgruntled customer has hacked in to the Twitter account of Paypal UK this evening. The Twitter account has now been suspended after anti paypal tweets were made.
Sometimes you may want to access more than one PC or Server via RDP through your firewall. This can be a problem if you only have one external IP address. One thing you can do to get round this is to change the listening port on the target PC. This […]
The other day one of my Server 2008’s failed to boot. The error on screen was winload.exe was missing or corrupt. After booting with the Server 2008 CD, entering “Repair my computer” and then launching the command prompt. I typed the following commands “bootrec /rebuildbcd” “bootrec /fixmbr” Once the commands […]
This needs to be edited and entered in the Exchange Shell, do so at your own risk – I will not be held liable for anything that happens. New-ExchangeCertificate -FriendlyName “SelfSigned Cert” -SubjectName “cn=mail.yourdomain.com” -DomainName your-Server,your-Server.yourlocaldomain.local,mail.yourdomainr.com -PrivateKeyExportable $True I have used this on Server 2008 and Exchange 2007
If you ever loose the “Unread Mail” folder in Outlook a quick way of getting it back is to press “CTRL + Shift + P” this will bring up the following; Click “OK” and you will have just created a search folder that looks for any unread emails in Outlook. You could […]
From time to time the maillog in mysql grows to big and eats up all the space on my mail filter, the end result it stops processing mail 🙁 The problem becomes worse if you have no space left to try and repair the MySQL file, so make sure you […]
Sometimes I have the need to send an email with an attachment directly from the console, to do this I use a small email client called “mutt” it can be installed in Centos using;