06.01.09
Isolated Sharepoint site on SBS2008
There are many applications that call for having the ability to have users share information in Sharepoint both internally and externally to organizations. It is very easy to setup this ability within Small Business Server 2008 and to provide isolation from the rest of the network resources as well. (The same concept can also be done in SBS2003 but it is done a bit differently)
The first step is to ensure you are currently licensed for the number of users you are going to be using.
The second step is create your users and to tweak them so they do not have access to your other resources:
-
Create new user using SBS Console
-
Users and Groups
-
Add a new User
-
First name
-
Last name
-
Username
-
Email Address (I add an external contact and forward later on)
-
Standard User
-
Type Strong Password
-
Add User
-
Do not allocate a computer just click finish
-
Edit Account Properties
-
Highlight User
-
Edit User Account Properties
-
Remove “Disable User can access RWW” on Remote Access menu
-
Groups
-
Remove “Sharepoint Membership Group” on Groups menu
-
Remove OWA from websites menu
The third step is to create a new Sharepoint site with unique permissions.
-
Login as Administrator
-
Navigate to companyweb in browser
-
Create a new Sharepoint Site with limited rights
- Companyweb –> Site Actions –> Create
- Sites and Workspace
- Name mysite
-
Description Mysite Description
-
Document Workspace
-
Permissions Use Unique Permmisions
-
Nav No
-
Yes
-
Nav inheritance No
- I prefer to create a seperate visitors groups so the site can be totally independant of all other sites/settings
- Visitors Mysite Visitors
- Members MysiteMembers
- Owners MysiteOwners
- Access the site https://remote.DN:987/mysite
That should do it.
-