October 22nd, 2009
Posted in Uncategorized | No Comments »
October 9th, 2009
Posted in Uncategorized | No Comments »
September 21st, 2009
Posted in Uncategorized | No Comments »
August 24th, 2009
Almost two years ago I have posted a comment regarding Blacklist providers that I use and I trust… Well I would like to update this post by adding or commenting that now I use only two providers that sucessfuly eliminate or reduce spam that is coming to my mail servers …
I currently use:
zen.spamhaus.org provided by http://www.spamhaus.org
bl.spamcop.net provided by http://www.spamcop.net
As you should decide to use or not to use blocklist providers on your mail servers I am adding interesting article from august 2009 to better understand how this providers work: http://www.allspammedup.com/2009/08/understanding-blocklist-providers/
I wish you luck in fighting spam!
Posted in E-mail related, MS Exchange server, MS Exchange server 2003, MS Exchange server 2007 | 1 Comment »
June 22nd, 2009
For all you with any problems or concerns regarding Microsoft Exchange connectivity… You can test your Exchange server services like ActiveSync, Exchange Web services or Outlook connectivity by using: https://www.testexchangeconnectivity.com/ - fresh and new
EHLO team r0x! http://msexchangeteam.com/
Posted in MS Exchange server, MS Exchange server 2003, MS Exchange server 2007 | 2 Comments »
May 31st, 2009
Posted in Uncategorized | No Comments »
April 20th, 2009
This will give us a brand new experience of “VPN” like experience… Check this video out…
http://edge.technet.com/Media/DirectAccess-with-Devrim/
Posted in Uncategorized, Windows server 2008 R2 | No Comments »
April 20th, 2009
It is now possible to create a new VHD or attach an existing VHD to your Windows server 2008 R2…
Check the video…
There are some other features that you can do but it was possible also in non R2 version… That is shrinking and extending partition using Disk Management
Tags: attach vhd, R2
Posted in Video tutorials, Windows server 2008 R2 | Comments Off
April 20th, 2009
Sometimes you delete user from AD and it could cause a big headache
Well… No more. Windows server 2008 R2 Beta – which is by the way already publicly available has a new functional level for AD that allows you to activate so called Recycle Bin Feature…
In this demo you will se my AD server with a domain called demoadps.local on which I will enable this feature. As I mentioned before – functional level should be Windows server 2008 R2.
Watch the video
First of all you need to enable the feature by typing a Powershell cmdlet/command:
Enable-ADOptionalFeature ‘Recycle Bin Feature’ -Scope Forest -Target ‘domain.local‘
after that you can check for deleted items by typing:
Get-ADObject -SearchBase “CN=Deleted Objects,DC=domain,DC=local” -ldapFilter “(objectClass=*)” -includeDeletedObjects | FT ObjectGUID,Name -A
This will show you the deleted objects which you can restore by entering:
Restore-ADObject -Identity 6ff46162-15c2-4d42-8e15-2fcac5c8422e
** domain.local should be changed with your domain name
6ff46162-15c2-4d42-8e15-2fcac5c8422e should be changed with a ID that matches your deleted object…
To make it simplier I have recorded a video tutorial to do that…
Tags: ad, recycle bin feature, windows server 2008 r2
Posted in Video tutorials, Windows server 2008, Windows server 2008 R2 | Comments Off