Author Archives: ~ Kam

Query Link Server Information SQL Server

By | 29 October, 2012

Sometimes, we required to gather info regarding link server in SQL Server. Below are the statement to query Link Server information in MS SQL Server 2005. If you need more information like account, etc, you can use below statement : Original post are from this source.

Category: SQL

OWA – Broken Again……….

By | 21 September, 2012

Salam, Sometimes, after patch or some miss configuration make our OWA down or something else. So, what we can do is to remove and recreate back virtual directory for OWA. Here is the step : 1) Identify all your virtual-directory using : Get-owavirtualdirectory 2) Remove OWA virtual directory using : get-owavirtualdirectory  | ? {$_.OwaVersion -eq… Read More: OWA – Broken Again………. »

What Is My Default Time-out in OWA

By | 21 September, 2012

We can check this setting at OWA’s server, in : HKLM:\SYSTEM\CurrentControlSet\Services\MSExchange OWA\PublicTimeout HKLM:\SYSTEM\CurrentControlSet\Services\MSExchange OWA\PrivateTimeout Only edit the value and then restart IIS to make the change. 🙂

How to resolve the Outlook or Entourage "Error 0X8004010F – Not downloading Offline address book files"

By | 21 September, 2012

If you are experiencing this error message when using Outlook 2003/2007 or Entourage 2004/2008, please do the following to resolve it. 1. Contact your current DNS host and create the following CNAME record for your domain. Name the CNAME record autodiscover.yourdomainname.com where “yourdomainname.com” should be your current domain name. For example if creating a CNAME… Read More: How to resolve the Outlook or Entourage "Error 0X8004010F –… »

How To Remove Multiple Public Folder

By | 21 September, 2012

I found one problem when I try to simulate implement two Public Folder in Exchange 2007. When I finish and want to delete test Public Folder, the Public Folder cannot delete with error : The public folder database Database_Name cannot be deleted. Error: The public folder database specified contains folder replicas. Before deleting the public… Read More: How To Remove Multiple Public Folder »

Outlook meeting requests: Essential do’s and don’ts

By | 21 September, 2012

Have you ever heard someone say, “We are meeting at 3:30 today? I never saw the meeting request!”? Whether you schedule or attend a meeting, you can help it run smoothly and on time with the following meeting request do’s and don’ts: Make a choice   Accept, accept as tentative, or decline each meeting request that… Read More: Outlook meeting requests: Essential do’s and don’ts »

Cleanmailbox All database

By | 21 September, 2012

In some cases we already delete user mailbox and after 5 minute, user need it back. So, our cleanup will run at midnight. How can we perform this? # Input parameter param([string]$CSVUpath) # Read input from the CSV file $users = (Import-Csv $CSVUpath) # Create the mailbox enabled accounts foreach ($user in $users) { $all… Read More: Cleanmailbox All database »

Exchange Server and Outlook clients

By | 21 September, 2012

Versions of Microsoft Exchange Server and Exchange clients have various port and protocol requirements. These requirements depend upon which version of Exchange Server or Exchange client is in use. For Outlook clients to connect to versions of Exchange prior to Exchange 2003, direct RPC connectivity to the Exchange server is required. RPC connections made from… Read More: Exchange Server and Outlook clients »