0

How to configure public folder in Exchange server 2007

1. Create a pulic folder
open Exchange Management Console
=> Public Folder Management Console
=> Default Public Folder
=> New Public Folder(from right-click menu)

then follow the wizard to create a public folder. Fox example give it a name Test, so the public folder path will be "\Test";

2. Use the Exchange Management Shell to add public folder permissions for a client user
open Exchange Management Shell
=> Run command
"Add-PublicFolderClientPermission -Identity "\Test" -AccessRights Owner -User TestUser"

This will give user "TestUser" the "Owner" accessRights which has full permission of the public folder;

More info please go to:
http://technet.microsoft.com/en-us/library/aa998834.aspx

0

Enable or Disable UAC From Windows Command Line

This should apply to Windows 7 / Vista

Disable UAC

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

Enable UAC

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f

After you enable or disable UAC, you will have to reboot your computer for the changes to take effect.

Note: After disabling and turning off UAC, a red X shield icon of Windows Security Center will be displayed in the notification area (system tray).

The alert trigger events include the following:

* Disable Windows Firewall.
* Disable antivirus program.
* Do not install or uninstall anti-virus.
* Outdated virus definition and signature.
* Disable Automatic updates.
* Turf off User Account Control.
* Computer requires to restart after applying hotfix or update.

These security concerns is relatively minor and can be safely dismissed, especially if the issue is purposely or intentionally done. In this case, the WSC Alerts icon and message can be turned off so that the system no longer will trigger notification when a problem occurred.

1. If you can see the Security Center shield icon in the notification area, simply double click on the icon to open Windows Security Center. Else, click on Windows Start button, select Control Panel, and then Windows Security Center.
2. Click on “Change the way Security Center alerts me” link in the left pane in Windows Vista. In Windows XP, it’s located under Resources section.
3. In Windows Vista, choose either “Don’t notify me, but display the icon” or “Don’t notify me and don’t display the icon” option, with later as complete disable of all Security Center Alerts.

In Windows XP, a Alert Settings dialog box will appear. Clear the Firewall, Automatic Updates, and/or Virus Protection check boxes to disable the respective component’s alert, and then click OK.

0

Outlook: Folder sharing is not available

We have a user that wishes to share his contact list with other employees in his office.
Everyone receives email via the same Exchange 2007 server.

He did the Permissions for the contacts (Right click, permissions added the user) and when she selects "SHARE CONTACT" she gets the error
"Folder sharing is not available with the following entries because of permission settings on your network."

Possible Soulution
==================

If your user in cached mode? If yes, try to do a Send and Receive, if that fails, disable cached mode, restart outlook, try to share the contact again and then re-enable the cached mode.

Cache Mode Toggle in Outlook 2007:
Tools > Account Settings > Highlight your Exchange server account, and then click Change
To turn Cached Exchange Mode on or off, under "Microsoft Exchange Server:", check or uncheck Cached Exchange Mode. Click Next, and in the window that opens, click OK.
Click Finish. Restart Outlook for the change to take effect.

0

Outlook can't save password

The problem is Outlook ask for the password over and over again.

Solution
========

HKEY_CURRENT_USER\Software\Microsoft\Protected Storage System Provider

Delete the subkey

The user subkey folder resembles the following example:
S-1-5-21-124525095-708259637-1543119021-16701

Restart computer

Start Outlook, enter and save the password.