Friday, April 16, 2010
all DCs in a small environment should be a global catalog server
To make a domain controller a GC server, follow these steps:
1. Start the Active Directory Sites and Services snap-in.
2. In the console tree, double-click Sites, and then double-click the sitename where
your server resides.
3. Below the Site, double-click Servers, double-click your domain controller, right-click
NTDS Settings, and then click Properties.
4. On the General tab, click to select the Global catalog check box to assign the role of
global catalog to this server if it is not already enabled.
Tuesday, August 25, 2009
setting up shadow copy of folders to enable previous versions for users
Tuesday, February 5, 2008
Using Shadow Copies on Windows Server 2003
--------
Shadow Copy is only available on Server 2003 machines and naturally you need NTFS (not FAT32). Configuration is easy, just click on the root of the any drive, Select a Volume, now press the Settings button. A crucial point is that Shadow Copy only works on network shares, and not on plain un-shared folders. So in passing, note that the number of shares for each volume. 'Best Practice' suggests that you place the 'Shadow' on a separate disk or at least on a separate partition. Personally, I would dedicate a disk to this service thereby improving performance. To change the drive, select the 'Details Button'.
Microsoft provide a schedule of two shadow copies a day, at 7:00 am and 12:00. You may wish to adjust these timings. When you select a schedule bear in mind that when you reach 64 shadows, the system starts over-writing. So make a calculation of how far back you would like to keep copies. My point is that if you go mad and schedule every hour, then you will start over writing within 3 days. Is that desirable? Would you want copies to be over-written so soon? I think not both on the grounds of load on the server and on how long you would want to retain previous versions.
--------And then once it is enabled, here is how a user could retrieve files:
--------
To Recover a Deleted File
- Drill down to the folder the file was deleted from.
- Click in the list and then right-click the mouse to select Properties from the bottom of the menu. Select the Previous Versions tab from the Properties dialog box.
- Select the version of folder that contains the file before it was deleted. Then click View. This will open the folder showing you the last saved version of the file. You can now select the file and drag and drop or cut and paste it from the folder to the target destination.
It is easier to recover a corrupt or overwritten file because you have something to select in the folder:
- Right-click the bad file and click Properties.
- Select Previous Versions as described above. To view the safe version, click View. To copy the old version to another location, simply click Copy and to replace the current version with the older version, simply click Restore.
Tuesday, November 6, 2007
Connecting a Mac to a Windows 2003 file server (update)
And then I came across this:
http://allinthehead.com/retro/218/accessing-a-windows-2003-share-from-os-x
It talks about the change you need to make to the Windows server to allow SMB access, which is of course what we want. I guess the reason that I was able to make it work in Windows 2000 and not able to make it work in Windows 2003 is this requirement for digitally sign communications.
I haven't tried this out yet, but I will be able to this afternoon and not update this post if it is successful.