by Tiempo | Jun 24, 2014 | Uncategorized
http://www.paulhite.com/2010/02/notification-wsb-can-do-notifications.html
by Tiempo | May 6, 2014 | Uncategorized
To check what supported ciphers running on server, use tool SSLScan to check. Download from here Download and extract downloaded file to your machine and run command line: SSLScan.exe domain.co.uk:443 Output would be something like this: _ ___ ___| |___ ___ __...
by Tiempo | Feb 12, 2014 | Uncategorized
BGInfo – Template
by Tiempo | Jul 29, 2012 | Uncategorized
Running Lion on ESXi 5 is simple enough, installing Lion Server on top of that is fine also – Although had issues setting the Lion Server as an Open Directory Master. Resolved this by setting the VM with dual core rather an single.
by Tiempo | May 21, 2012 | Uncategorized
Get-MailboxStatistics -Database “[DATABASE NAME]” | Select DisplayName, ItemCount, @{expression={$_.totalitemsize.value.ToMB()};label=”Mailbox Size(MB)”}, @{expression={$_.totaldeleteditemsize.value.ToMB()};label=”Deleted Items Size(MB)”} | Export-CSV...
by Tiempo | Feb 4, 2012 | Uncategorized
The MacMini Server (Lion Server) comes with 2 x 500 or 2×750 GB Hard drive. Unfortunetly these drives are set as two separate drives. The steps below were carried out to have the MacMini running RAID1 with the two 750 GB drives mirrored. Hopefully this can help...