Archive for June, 2009
06.05.09
Posted in OS, SBS2003 at 12:41 am by webmaster
While we are in the era of Windows 2008 (and SBS 2008) we need to consider new operating system tuning guidelines.
For example most partitions are aligned on 1 MByte boundries. To see what your boundries are use:
wmic partition get Index, Name, StartingOffset
Permalink
Comments off
06.04.09
Posted in OS, win2003, powershell at 11:01 am by webmaster
I have come accross the need to move public folder content from one machine to another (This is not a SBS environment.)
There are generally two ways in the Exchange 2007 era you can do this. If both machines are in the same forest you can use Powershell. If the machines are not in the same forest (not connected - migration scenerio) you can use Outlook.
Powershell
MoveAllReplicas.ps1 -Server -NewServer
How to Move Public Folder Content from one Public Folder Database to Another Public Folder Database
Outlook Method
- Use an account on Office Outlook 2003 or 2007 client computer that has administrative rights to log on to a mailbox on the Exchange Server 2007.
- In Outlook, on the File menu, click Import And Export. If the menu item is not available, hover your pointer over the chevrons at the bottom of the menu, and then click Import and Export.
- Click Export To File, and then click Next.
- Click Personal Folder File (.pst) , and then click Next. Click the public folder, check the option “Include Subfolders” and then click Next.
- Click the Browse button, and then select the location to save the .pst file.
- In the File Name box, type a descriptive file name for the .pst file, and then click OK.
- Click Finish.
- Log off the Outlook client.
- From the Outlook client, use an account that has administrative rights to log on to a mailbox that is homed on the Exchange 2003 computer.
- In Outlook, on the File menu, click “Data File Management”
- Click Add button, choose “Office Outlook Personal Folder File (.pst)” and click Ok
- On the open window, navigate to the PST we just exported.
- Choose it and click OK
- Then, check the added folder in Outlook.
- Drag the folders from the Personal Folders folder to All Public Folders in the Outlook folder list.
Permalink
Comments off
06.03.09
Posted in OS, sbs2008 at 12:58 pm by webmaster
This is a collection of links that describe Microsoft’s information on AntiVirus scanning in the SBS2008 era.
For Windows 2008, DNS, DHCP
Virus scanning recommendations for computers that are running Windows Server 2008, Windows Server 2003, Windows 2000, Windows XP, or Windows Vista
http://support.microsoft.com/?id=822158
For Exchange 2007
File-Level Antivirus Scanning on Exchange 2007
http://technet.microsoft.com/en-us/library/bb332342.aspx
For SQL 2005
Guidelines for choosing antivirus software to run on the computers that are running SQL Server
http://support.microsoft.com/kb/309422
For SharePoint 3.0
Microsoft’s Position on Antivirus Solutions for Microsoft SharePoint Portal Server
http://support.microsoft.com/kb/322941
For IIS 7 server, exclude the following folders:
- %systemroot%\system32\inetsrv folder
- Files that have the .log extension
Antivirus software may cause IIS to stop unexpectedly
http://support.microsoft.com/kb/821749
For WSUS Server
Drive:\MSSQL$WSUS
Drive:\WSUS
(where Drive: is the drive letter where you installed Windows Software Update Services)
Permalink
Comments off
06.02.09
Posted in OS, sbs2008 at 5:58 pm by webmaster
At all my Backup Exec 10D and above installs on SBS 2003 I am now creating two separate backup jobs to work around the issue of a compatibility problem when backuping up Exchange and System State at the same time.
-
The first backup job with AOFO which backs up everything but exchange
-
The second backup job without the AOFO on scheduled 30 minutes later, set to append to the tape that backs up Exchange
Note the following version is the most recent version of BackupExec available both released may 15, 2009:
BEWS_12.5.2213A_32BIT_VERSION.zip 12.5.2213A 557,764,568
BEWS_12.5.2213A_64BIT_VERSION.zip 12.5.2213A 597,707,883
Symatec article on the issue.
Consult the Administrators Guide and all the Best Practices Guides for all of the gory details. I found the Advanced Open File Option Best Practice Guide especially helpfull.
Permalink
Comments off
06.01.09
Posted in OS, sbs2008 at 7:30 pm by webmaster
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
-
URL https://remote.DN:987/mysite
-
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.
Permalink
Comments off