To repair and reset the Windows Vista Click on Start button. Type Cmd in the Start Search text box. Press Ctrl-Shift-Enter keyboard shortcut to run command prompt as Administrator. Allow elevation request. Type netsh winsock reset in the Command Prompt shell, and then press the Enter key. Restart the computer. What netsh winsock reset command does are it resets Winsock Catalog to a clean […]
The location of the NK2 file of Outlook The location of the NK2 AutoCompelete file created by Outlook might be different from one computer to another, depending on the operating system and the version of Outlook. Here’s the rules for finding the location of your NK2 file: For Outlook 2003/2007 with Windows 2000, Windows XP, […]
You may receive an “Outlook blocked access to the following potentially unsafe attachments” message in Outlook Advanced troubleshooting If you do not use Outlook with an Exchange server or if the Exchange server administrator lets users change the Outlook attachment security behavior, use method 1: “Customize attachment security behavior.” If you use Outlook with an […]
When you have multiple domains configured for your users. You must redirect your autodiscover functionality to your primary SMTP domain. You can use these different methods: How does Outlook/Entourage check for autodiscover functionality? Autodiscover check https://<smtpdomain>/Autodiscover/Autodiscover.xml. Autodiscover check https://autodiscover.<smtpdomain>/Autodiscover/Autodiscover.xml. Autodiscover check http://autodiscover.<smtpdomain>/Autodiscover/Autodiscover.xml. Autodiscover check for SRV lookup for _autodiscover._tcp.<smtpdomain>. 1. DNS SRV Record (Service record) […]
Before you begin, make sure you are logged in to your server as Administrator. To run multiple services securely, such as SMTP, POP, IMAP, UM, and IIS, you must use a Multiple Domain (UCC) Certificate. To Install Your SSL Certificate in Microsoft Exchange Server 2007 From the Start menu, click Run… Type mmc and click OK. The Microsoft Management Console (Console) […]
Simple… when no one is complaining! Seriously though, it is preferable is to run diagnostics on Outlook Anywhere before subjecting it to thousands of users. The one tool that works pretty well in most cases is rpcping. Yes, it has a lot of parameters and is confusing, but it does provide pretty good diagnostic information […]
Exchange Database Recovery – Using eseutil commands The real job of an exchange administrator is to maintain high availability when it comes to a messaging environment. Below mentioned processes are not done on a day to day basis, but understanding how the process works is mandatory for every exchange administrator. A step by step walk-through […]
Apply this to Terminal Server 2008 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\NonEnum] “{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}”=dword:00000001 OR To create GPO Templet use below. ; Use this one for hiding the network icon in your explorer. CLASS MACHINE CATEGORY !!Custom CATEGORY !!ExplorerExtras POLICY !!HideNetworkInExplorer KEYNAME “SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\NonEnum” EXPLAIN !!HideNetworkInExplorer_Help VALUENAME “{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}” VALUEON NUMERIC 1 VALUEOFF NUMERIC 0 END POLICY END CATEGORY END CATEGORY [strings] Custom=”Custom […]
I have performed many 03 to 07 migrations and I can confirm that it is a very simple process. So all you need to do is: 1. Add BESadmin as a View-Only Admin and set the Send As, Receive As and Store Admin permissions on Exchange 2007 2. Start Migrating user to Exchange 2007 3. […]
First check file is not open anywhere, you can check if fileshare location in share & storage location and look for open files. C:\Users\You\Downloads\abctest.jpeg Type the following command, and then press ENTER to grant administrators full access to the file: icacls Path_And_File_Name /GRANT ADMINISTRATORS:F For example, type: icacls C:\Users\You\Downloads\abctest.jpeg /grant administrators:F Then try to delete […]