InterviewSolution
| 1. |
How To Delete A .pst File From A Profile? |
|
Answer» When a user moves on, you should delete his or her .pst FILE from the local system, as follows:
Outlook needs a personal FOLDER, so after DELETING the current .pst file, create a NEW one by clicking Add. Be sure to set the new file as the default. Delete a user’s .pst file only when you’re certain that no one will need to access its contents. When a user moves on, you should delete his or her .pst file from the local system, as follows: Outlook needs a personal folder, so after deleting the current .pst file, create a new one by clicking Add. Be sure to set the new file as the default. Delete a user’s .pst file only when you’re certain that no one will need to access its contents. |
|