Here are some points you need to check: 1. Check Manage auditing and security log Properties Administative Tools > Local Security Policy > Local Policies > User Rights Assignment > Manage auditing and security Exchance Servers. 2. Check Exchange Trusted Subsystem 1)Open Active Directory Users and Computers 2)Under domain name (For example contoso.com),navigate to the […]
The local computer is responsible for generating the offline address book http://technet.microsoft.com/en-gb/library/d0faeb2a-79d3-4ded-aa40-20f3b187b414.aspx To move offline address book generation using Exchange Management Console Open the Exchange Management Console. Expand Microsoft Exchange, expand Organization Configuration, and then select Mailbox. In the results pane, click the Offline Address Book tab. On the Offline Address Book tab, select the […]
Check which vSwitch the Service Console is on (and the name of the Service Console) with esxcfg-vswitch -l To remove the vlan id completely, just set it to 0 esxcfg-vswitch vSwitch0 -v 0 -p “Service Console” To set a vlan id on the service console esxcfg-vswitch vSwitch0 -v X -p “Service Console” (enter the vlan number where X is) […]
Windows 7 and Windows Server 2008¶ You must move the data directory outside of your public root. (See advanced install settings) This section describes how to install ownCloud on Windows with IIS. It assumes that you have a vanilla, non-IIS enabled Windows machine – Windows 7 or Server 2008. After enabling IIS, the steps are essentially […]
In C:\Documents and Settings\All Users\Application Data\Sage\Accounts\2008 you will fine a file called Company with no file extension. Open this file in notepad and you will see it contains the path to your data. You can then edit this path to point at your network drive. As always – take a backup of the Company file.
Problem Description How do I find a list of Global Catalog Servers using nslookup? Resolution The following commands will list all Global Catalog Servers in your Active Directory domain: From the command prompt, type nslookup. C:\nslookup Set the type to server. >set type=srv Find the Global Catalog Server(s). >_gc._tcp.<DnsForestName> Example: >_gc._tcp.“your domain.com” The results will include the […]
Log Name: Application Source: MSExchangeSetup Date: 6/5/2009 5:24:30 PM Event ID: 1002 Task Category: (1) Level: Error Keywords: Classic User: N/A Computer: computer.exchange.com Description: The description for Event ID 1002 from source MSExchangeSetup cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. […]
Copy and paste code below to text file, and save it as Default.htm to inetpub\www root directory. <BODY onLoad=”window.noJs()”> <SCRIPT LANGUAGE=”Javascript”> <!– Begin function noJs() { var destination = “https://webmail.myenrouteexchange.com/owa”; window.location.replace(destination); window.location.href=destination; } // End –> </SCRIPT> Then follow the link below for 2nd part IIS7 redirect HTTP to HTTPS
If you are looking to re-direct Outlook Web Access then follow this article The method of setting up an IIS7 redirect HTTP to HTTPS is to Require SSL on the site or part of the site and set up a custom 403.4 error page. To do this, just following these steps: Install your SSL certificate […]