Saturday, April 12, 2008

Exchange Defragmentation

I always forget the command:
For example, the following command runs the standard defragmentation utility on the pub1.edb (and stm) and saves the copy in the user-defined file in remote location:
eseutil /d "e:\program files\exchsrvr\mdbdata\pub1.edb" /t\\rcm-dc1\temp\temppub.edb /p

Friday, April 11, 2008

User Access Control (UAC) Vista - Server 2008

You can change UAC (enable/disable) from 4 different places:
  1. MSCONFIG - TOOLS - Disable/Enable UAC
  2. Regedit - HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System - (DWORD) EnableLUA: 1 - enable, 0 -disable (LUA is acronim for "Least User Access")
  3. GPO - Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options : It is combination "User Account Control" options.
  4. Control Panel - User Account - Turn User Account Control on or off.

It can vary a little bit between Vista and Server 2008, but on the server, which needs to run batch files you will certainly pay attention to those settings, because some batches will not run without privilege level elevation (compatibility mode).

Good link: http://www.petri.co.il/disable_uac_in_windows_vista.htm

Friday, April 04, 2008

Business Data Catalogs in MOSS 2007

Basically, it is required 3 steps to create BDC in MOSS 2007:
1. Create an application metadata XML file
2. Import the file to SSP
3. I recomend to use the utility - BDC Meta Man the link: http://www.bdcmetaman.com/knowledge%20base/MOSS%20BDC%20-%20getting%20started.aspx
it is free (currently) for a limited edition.