I don't think there is a right or wrong answer to this question, I think it is just a matter of opinion/preference.
Personally, I would expose all functionality to the user and just grey it out when it is not accessible. However, there are some situations where I would consider removing the buttons from view e.g.
- Administrative options (probably don't want to expose this to users with lower priveledges)
- RunOnce functionality (activating product/registering)
Reasons for this is there is no point in exposing functionality when the user is not meant to access them or it will if the functionality is just going to sit there greyed out forever...
Hope that helps.
