Author: Steve Man
user cannot find conversation history folder in Outlook 2007
meeting requests sent to a user gets sent to another outlook user
Update file distribution service on CAS servers with OAB
Sending on Behalf Permission for a Resource Room
2. Scroll to Control Panel
3. Click on Mail
4. Click on Show Profiles
5. Uncheck the Prompt for a profile to be used
6. Click on Add and use the name of the resource room
7. Click ok
8. Put a check in the Manually configure server settings or additional server types
9. click Microsoft Exchange
10. Uncheck Using as Cache Exchange Mode
11. Put in the correct server in the Microsoft Exchange Server box
12. In the User Name field put in the Resource room name and check name
13. Click Next
14. Click Finish
2. Scroll down to Options
3. Click on the Delegates tab
4. Click Add to add your name
5. Give yourself Editor permissions for the calendar and Inbox
Import contacts from Excel or Access to Outlook
-
Open Outlook and Click on Contacts
-
Choose File
-
Then Import and Export
-
In the new window that opens, choose Import from another program or file
-
Click Next
-
Scroll to the type of Spreadsheet Excel or Access
-
Click Next
-
Browse to find the file where you saved
-
Click Next
-
Select Contacts (Or the folder in Contacts that you set up if you used a folder)
-
Click Next
-
Click Finish
customer’s web mail launches only in lite/basic mode
fixing cas-mailboxes running in lite Mode for web experience
A funny Exchange Cmdlet, and how to fix it: Set-CASMailbox
In Exchange 2007 you can implement Outlook Web Access segmentation both server-side and client-side. The server-side segmentation can be done using both the power of the Exchange Management Shell, and the Exchange Management Console. To disable particular features, you will need the set-casmailbox to do so. Please read on
Issue: User can only run Outlook web access(owa) in lite version regardless of browser used
Solution: I have to use the EMS cmdlet Set-CASMailbox, as is stated in Technet “The Set-CASMailbox cmdlet sets client access-related attributes for Microsoft Exchange ActiveSync, Microsoft Office Outlook Web Access, Post Office Protocol version 3 (POP3), and Internet Message Access Protocol version 4rev1 (IMAP4) for a specified user.”
When running the cmdlet Get-CASMailbox ivancriekinge | fl, I can see that by default all features are enabled:
So, by running the following cmdlet I believe I’m disabling the ability to change my password using Outlook Web Access:Set-CasMailbox ivancriekinge -OWAChangePasswordEnabled:$False
But, it seems that running the specified line, it seems that all features are disabled…
And if you would on the other hand explicitely enable one feature, the result would be the same, all other features would be set to disabled 🙂
Solution = AdsiEdit…
When you check the properties of the mailbox using AdsiEdit, you can see that by running the cmdlet specified above, Exchange has changed the value of the attribute msExchMailboxFolderSet. By default this value is not set for a user, when all features are disabled, the value gets the value of 0.
If we change this value again, the default value would be reinstated.
In order to disable one feature, it’s very useful to first use AdsiEdit, or the Shell and set the value of MsExchMailboxFolderSet to 2147483647. And then, use the Set-CASMailbox cmdlet to disable the one feature wanted.
To use the shell, use the following commands:
To reset the value of the parameter to the default <not set>, just run the following line:
Set-QADUser ‘<domainname>/<OU>/username’ -objectattributes @{msExchMailboxFolderSet=$Null}
To set the value of all properties (starting with OWA) to $True, just run the following:
Set-QADUser ‘<domainname>/<OU>/username’ -objectattributes @{msExchMailboxFolderSet=2147483647}
Value of 2080374783 sets all to true except for ability to change password over the web
Reference:
Ilse, http://www.Proexchange.be, retrieved on November 13, 2008
How to Encrypt email messages
Encrypt a single message
- In the message, on the Message tab, in the Options group on the ribbon, click the Encrypt Message Contents and Attachments button
. Note If you don’t see this button, click the Options Dialog Box Launcher in the lower right corner of the group to open the Message Options dialog box. Click the Security Settings button and in the Security Properties dialog box, select Encrypt message contents and attachments. Click OK and then close the Message Options dialog box.
- Compose your message and send it.
Encrypt all outgoing messages
Choosing to encrypt all outgoing messages means, in effect, your e-mail is encrypted by default. You can write and send messages the same as with any other e-mail messages, but all potential recipients must have your digital ID to decode your messages.
- On the Tools menu, click Trust Center, and then click E-mail Security.
- Under Encrypted e-mail, select the Encrypt contents and attachments for outgoing messages check box.
- To change additional settings, such as choosing a specific certificate to use, click Settings.
- Click OK twice.
How to get messages sent from Delegates to appear in the Proxy’s Sent Items folder