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 | No 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
March 6th, 2009
Posted in Uncategorized | Comments Off
December 15th, 2008
This weekend I was playing crawler… I know almost all internet sites describing the problems around 0X8004010F - damn error regarding Offline address book distribution…
But nowhere I have encountered the problem describing this error code in combination with Windows Server 2008 and Exchange 2007 SP1 with rollup 5.
Well… As I figured out it apparently does not work - if you want OAB to be distributed by Web-based distribution…
You get this error in your Outlook 2007 SP1 clients (on Windows XP and on Windows Vista)
As I can see there is somekind of permission problem becoues OAB virtual directory points to:
C:\Program Files\Microsoft\Exchange Server\ClientAccess\OAB
This directory has NO NTFS permissions for Auhtenticated users… but in IIS there is on this folder a parameter: Pass-through authentication - but as I know it can not work becouse your credentials are not covered in NTFS permissions of that folder.
But it does not work even if you give NTFS permissions to authenticated users… (you are still prompted for username and password in Outlook…)
Maybe I am missing something but weekend is almost over and my users need to use Exchange and RPC over HTTP(s) feature in their Outlooks tomorow… What I did is that I disabled Web-based distribution of Offline address book and I left only Public folder distribution. It took a couple of minutes for autodiscover.xml to update and Outlooks to get new parameters about Offline address book distribution.
Everything works correctly now…
Comments / suggestions appriaciated…
PS.
Hey all you Exchangegurus!
I think you will find this link useful: https://www.testexchangeconnectivity.com/
Tags: 0X8004010F, exchange 2007 OAB error, Windows server 2008
Posted in E-mail related, MS Exchange server, MS Exchange server 2007, MS Windows server, Windows server 2008 | No Comments »
December 7th, 2008
Yes! I managed to make it work…
Exchange transport won’t start if you are installing Exchange 2007 SP1 on Windows server 2008 with Active directory on it even if you UNCHECK IPv6 on your network card properties…
The installation won’t complete…
You need to do it this way:
1. Uncheck Internet protocol version 6 (TCP/IPv6) in your network card properties
2. Delete localhost value for ipv6 in file called HOSTS in C:\Windows\System32\drivers\etc
::1 localhost
or comment it by using # at the start of line
3. Create/add a 32 bit DWORD with name DisabledComponents and value 0xFFFFFFFF to:
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters
My setup was Windows server 2008 standard as Hyper-V platform, inside Windows server 2008 standard with Active directory in functional level 2008 - everything updated and clean.
When I changed this three parameters exchange setup completed sucessfuly and now my testing Exchange 2007 is working! Wiiiii!!!
Tags: exchange transport won't start, Windows server 2008 ad Exchange 2007
Posted in MS Exchange server 2007, Windows server 2008 | 1 Comment »
November 24th, 2008
Today I had a session about Terminal services in Windows server 2008 on TechNET MSDN event in Ljubljana …
Here is my presentation…
Posted in Uncategorized | No Comments »