Export Exchange 2007/2010 tracking log
Wednesday, September 1st, 2010 Posted in Computer, Exchange, Windows | No Comments »To export Exchange 2007/2010 tracking log to a Excel, just run this command. get-messagetrackinglog -Start "31-08-2010 00:00:00" -End "01-09-2010 12:16:00" -resultsize Unlimited | select-object Timestamp,ClientIp,ClientHostname,ServerIp,ServerHostname,SourceContext,ConnectorId,Source,EventId,InternalMessageId,MessageId,TotalBytes,RecipientCount,MessageSubject,Sender,ReturnPath,@{Name="Recipients";Expression={$_.recipients}},MessageInfo | Export-Csv It will export all mails from 31/8-2010 to 1/9-2010, with the selected fiels.
Joomla – Warning! Failed to move file.
Friday, August 27th, 2010 Posted in Computer | No Comments »When you upload and extension (Components, Modules, Plugins, Languages Templates) to joomla I come across this error. The solution for this error was just chmod 777 tmp directory in the root directory of joomla.
Ubuntu and (dot).local addresses – Avahi
Thursday, August 26th, 2010 Posted in Debian, Linux | No Comments »I have a Ubuntu server where there was a problem with .local address, i could't look up the zone from the server. After a little search i found that Avahi (Zeroconf) was the problem. The default setup of Avahi, is to look ...
Network Policy Server problems
Friday, June 4th, 2010 Posted in Cisco, Windows | No Comments »I have a network policy server that din't work. There was nothing standing in the Event viewer. I have install Wireshack and could se the packets was incoming and a reject was coming back to the Radius Client. I was search ...
Exchange 2007 – Ahsay restore to a recovery group
Tuesday, May 25th, 2010 Posted in Exchange, Windows | No Comments »Ahsay have no support for native restore to Exchange recovery group, but here is a workaround of that problems. First create a recovery storagegroup new-storagegroup -LogFolderPath F:\Backup\Restore\Logs -Name ExchangeRestore -SystemFolderPath F:\Backup\Restore\Data -Recovery Then create a empty database new-mailboxdatabase -mailboxdatabasetorecover "Mailbox Database" -storagegroup ExchangeRestore -edbfilepath ...
Cisco ASA enable SSH
Thursday, May 20th, 2010 Posted in Cisco, Computer | No Comments »Follow this quick guide 1) username xxxx password xxxx 2) passwd xxxxx 3) ssh x.x.x.x x.x.x.x {inside/outside} (Example: SSH 130.226.1.2 255.255.255.255 outside, to enable SSH from 130.226.1.2) 4) crypto key generate rsa modulus 2048 5) aaa authentication ssh console LOCAL
Quick pingscan with nmap (ipscan / ip scan)
Thursday, May 20th, 2010 Posted in Debian, Linux | No Comments »root@ubuntu-server:~# nmap -sP 10.45.1.1-255 Starting Nmap 5.00 ( http://nmap.org ) at 2010-05-20 13:12 CEST Host 10.45.1.1 is up. Host 10.45.1.2 is up (0.0011s latency). MAC Address: 00:19:E0:12:26:1E (Tp-link Technologies Co.) Host 10.45.1.20 is up (0.040s latency). MAC Address: 00:1C:C4:0C:66:5F (Hewlett Packard) Host 10.45.1.30 is up (0.00093s latency). MAC ...
QMAIL + VPOPMAIL (with MySQL accounts) + COURIER-IMAP + Roundcube, QMAIL-SCANNER + CLAM ANTIVIRUS + SPAMASSASSIN
Wednesday, May 19th, 2010 Posted in Debian, Linux | No Comments »I have get the permission to copy paste this great guide and keep it updated. The Guide will soon come in a updated version on this homepage. Link to the Original is online here: http://www.bowe.id.au/michael/isp/webmail-server.htm INSTALL UCSPI-TCP cd /usr/local/src wget http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz wget http://www.qmail.org/ucspi-rss.diff tar xzf ucspi-tcp-0.88.tar.gz chown ...
Vmware ESX 3.5 and Dell openmanage
Monday, May 17th, 2010 Posted in Computer, Dell, Linux, Windows | No Comments »First you need to install: http://www.vmware.com/download/download.do?downloadGroup=VI-RCLI-U2 This is a vmware Remote CLI tools. Install it on a windows machine. After you install remember to log out and the log in, else you will get some error about libxml.dll cannot be found. Then download Dell ...
Outlook crash on opening a shared calendar
Thursday, April 29th, 2010 Posted in Exchange | No Comments »I have a problems today with an Outlook that keeps crash sometimes when a user is opening a share calendar. I tested it on my test machine and when the user opening the shared calendar at my test machine my ...