|
Question : Hide MOSS "My Site"
|
|
How do I go about hiding the MY SITE option from my Sharepoint Site(s)? I would temporarily like to make this unavailable until I develop my game plan.
|
|
Answer : Hide MOSS "My Site"
|
|
You can do this without updating the CSS. I was able to remove the MySite link for all users by following the steps found on the following site: http://geekswithblogs.net/RogueCoder/archive/2006/11/01/95766.aspx -------------------------------------- Go to the Central Administration Web Page Click on the link for Shared Services Administration --If you have more than one SSP, select the one that is running the MySites functionality Under "User Profiles and My Sites" click Personalization Services Permissions
Select the group you want to limit the functionality for. More than likely you will just have NTAuthority\Authenticated Users.
In the next screen you will see a list of checkboxes, --To disable MySites uncheck "Create Personal Site" --To disable MyLinks uncheck "Use Personal Features" -----------------------------------
I ended up removing Authenticated Users from the Personalization Services Permissions list. I then ran the IISReset command on the server and the MySite link was no longer available for those users who don't have permissions.
|
|
|