How to Configure Manual Failover – Activation – for DAG Member Exchange Server 2010

Exchange Server
Configure Manuel Failover for Entire Mailbox Server Let?s say you want to disable entire DAG member node from being considered in the Automatic Activation Process. In other words, you want to configure manual failover for DAG member. You can use the following command to prevent any databases on a specific mailbox server in DAG from being considered in the Automatic Activation (automatic failover) Process: Set-MailboxServer -Identity MailboxServerName -DatabaseCopyAutoActivationPolicy Blocked To allow database copies to be activated again, I would replace ?Blocked? with ?Unrestricted?: Set-MailboxServer -Identity MailboxServerName -DatabaseCopyAutoActivationPolicy Unrestricted  
Read More
How to Configure Local Continuous Replication (LCR) in Exchange Server 2007

How to Configure Local Continuous Replication (LCR) in Exchange Server 2007

Exchange Server
Local Continuous Replication (LCR) is a single server solution that provides high availability for Exchange Server 2007. Once you enable a local replica of a storage group, LCR copies any changes to the storage group to the replica. This process is called Log Shipping. In this how-to, you will learn how to configure Local Continuous Replication (LCR) in Exchange Server 2007 Mailbox Server Role. Log on to Exchange Server 2007. Click Start, and then point to All Programs, then Microsoft Exchange and click Exchange Management Console. Expand Microsoft Exchange and click the Server Configuration in the Console Tree. Click the server name that has mailbox server role in the results pane. And in the action page, click Manage Mailbox Role. In the work pane, right click  First Sorage Group and click…
Read More
How to Change Command Prompt CMD Default Startup Directory

How to Change Command Prompt CMD Default Startup Directory

Microsoft
The default Command Prompt (CMD.exe) directory is usually your Documents and Settings \ Username directory. Most of the time you navigate away from it because you need to access files that cannot be accessed from there. If you wish to change the default startup directory for Command Prompt, use the steps listed below To change the default Command Prompt directory: 1- Click Start, Run and type Regedit.exe 2- Navigate to the path HKEY_CURRENT_USER \ Software \ Microsoft \ Command Processor 3- In the right-pane, double-click Autorun and set the startup folder path, for example by " CD /d C:\ " without quotes. If Autorun value is missing, you need to create one, of type REG_SZ (String Value) in the above location. Example1: To set the startup directory to C:\Windows, set the Autorun…
Read More
How to Perform SYSVOL Migration from FRS to DFRS Replication

How to Perform SYSVOL Migration from FRS to DFRS Replication

Video Tutorials, Windows Server
Domain controllers use a special shared folder named SYSVOL to replicate logon scripts and Group Policy object files to other domain controllers. Windows 2000 Server and Windows Server 2003 use File Replication Service (FRS) to replicate SYSVOL, whereas Windows Server 2008 uses the newer DFS Replication service when in domains that use the Windows Server 2008 domain functional level, and FRS for domains that run older domain functional levels. To use DFS Replication to replicate the SYSVOL folder, you can use the procedure that is discussed in this video tutorial to migrate replication to DFS Replication. Pre-Requisites: Check Active Directory health using DCDiag and Repadmin and make sure there are not errors. Use net share from elevated command prompt on all DCs to check Netlogon and SYSVOL share status. Change…
Read More
How to Install Data Protection Manager 2010 on Windows Server 2008 R2 SP1

How to Install Data Protection Manager 2010 on Windows Server 2008 R2 SP1

System Center, Video Tutorials
A System Center Data Protection Manager (DPM) 2010 installation includes two primary tasks: installing the DPM prerequisite software and installing the DPM application. The DPM Setup Wizard guides you through the process of specifying the DPM installation settings, and automatically installs the prerequisite software as part of an integrated DPM installation process. Important Note: DPM 2010 is not supported on the Turkish language version of Windows Server 2008 or Windows Server 2008 R2. If the automatic installation of one or more of the DPM prerequisite software products fails, you can install the prerequisite software manually. Before installing DPM, note the following: All computers that you use for your DPM installation must meet at least the minimum hardware and software requirements. DPM Setup stops the Removable Storage service before installing DPM. After you install DPM, you…
Read More
Error 0x80092013: The revocation function was unable to check revocation because the revocation server was offline

Error 0x80092013: The revocation function was unable to check revocation because the revocation server was offline

Windows Server
Problem: You followed all steps from a Deploying SSTP Remote Access Step by Step Guide. However, when vista or windows 7 client tries to connect VPN server you get this error: " The revocation function was unable to check revocation because the revocation server was offline. " Workaround: The SSL VPN client needs to be able to download the CRL to confirm that the server certificate on the VPN server has not been revoked. You must either publish the CRL on a server that is accessible on the Internet or configure the client to not require CRL checking.. Because it exposes a private server name to the Internet, you can do the following as an alternative solution. Solution: Disable CRL Checking on VPN Client To disable CRL checking, create a…
Read More

How to Perform Authoritative DC Restore for Windows Server 2008

Video Tutorials, Windows Server
When a domain contains more than one domain controller, Active Directory replicates directory objects, such as users, groups, organizational units, and computers, to all the domain controllers in that domain. Authoritative restore is a method to recover objects and containers that have been deleted for AD DS. An authoritative restore marks specific data as current and prevents the replication from overwriting that data. The authoritative data is then replicated throughout the domain. The process for performing an authoritative restore of AD is the same as a Non-authoritative restore except for one step. After the restore of AD is complete in DSRM and then, before restarting, you manually run Ntdsutil, and the mark the object that you want to restore as Authoritative.
Read More

How to use Microsoft Outlook 2010 Inbox Repair Tool to Fix a PST File Automatically

Office
This article provides a step-by-step tutorial on how to use the included Outlook 2010 Inbox Repair Tool, also known as Scanpst.exe. From time to time, the .pst or Personal Folders file used for everything (email, calendar, contacts, tasks & more) in Outlook gets corrupted or damaged. The Outlook 2010 ScanPst.exe .PST Recovery Tool You need to navigate to this path using Windows Explorer: Hard Drive Letter:\Program Files\Microsoft Office\OFFICE14, inside this folder, you're looking for this particular setup file: "Scanpst.exe" When you run the .exe, you'll need to Browse to your current .pst file and hit Start: The Inbox Repair Tool will now scan the corrupted .PST file for errors: If your PST file is recoverable, you'll see the repairable errors show up in the scan results. To fix them, select…
Read More
How to Disable Negative DNS Caching (NAK) on Windows DNS Clients

How to Disable Negative DNS Caching (NAK) on Windows DNS Clients

Microsoft
If Windows DNS client gets a negative response from its DNS server, then the client caches this NAK responses for 15 minutes (negative responses) by default. You can use the Ipconfig tool to view and to flush the DNS resolver cache. After you flush the cache, the computer must query DNS servers again for records. To delete the entries in the DNS resolver cache, type ipconfig /flushdns at a command prompt. Sometimes you need to disable negative caching especially if you use unreliable Service Provider DNS Servers. Warning: Edit the Registry at your own risk. Steps to Disable Negative DNS Caching Start Registry Editor (Regedit.exe). Locate and then click the following key in the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters On the Edit menu, point to New , click DWORD (32-bit) Value, and then add the following registry…
Read More