Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sutors

  1. sutors

    Group Policy Files Missing

    Yes, you are correct. I would start with auditing then. You can set auditing on a single DC. FRS will replicate that everywhere. I've seen similar problem once, and we could not find a cause. As a workaround we made all files under that affected policy folder read only. I know it's kind of a...
  2. sutors

    Group Policy

    netadmin06, group policies apply based on the location of user/computer accounts and not by where the group is located. leave your group policy at top level (or at the level where your users are located) and use security filtering to apply this policy only to Sales Group. Lukasz
  3. sutors

    GPO - Disable USB _ Help Please

    555324KB explains how to use ADM template to push out registry changes to the machines. That's all this template does. I don't have 2000 machine to check, but just open registry and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cdrom. If that key exists then this GPO will...
  4. sutors

    Group Policy

    No. Alternative way: create the shortcut manually, then copy this shortcut file onto a network share. Create a logon script that copies this file onto user's desktop at logon. You can then deploy that logon script via group policy.
  5. sutors

    Group Policy Files Missing

    Do you have more than one domain controller? Wild guess, but I would start with checking FRS logs. Could be that FRS+AV could be wacking the files. I'd also put auditing on that file. Also I'd check if this file exists on all domain controllers under sysvol. Lukasz
  6. sutors

    DR Solution

    No, you cannot create trusts between SBS domains, hence this is not possible. As far I as I know, you need to have an exchange cluster if you want to have an exchange redudancy. There's really no easy solution for what you're trying to achieve. You will need to introduce multiple servers to have...
  7. sutors

    DR Solution

    You will only have the redudancy for AD and DNS if you have an integrated zone. You have to take care of all other server roles by yourself. If you want user's data replicated then you could setup DFS/FRS. Exchange will not be redundand as you only have one exchange server.
  8. sutors

    DR Solution

    if you promote it as an additional domain controller, then yes, it will replicate AD
  9. sutors

    Two Domains, One Organisation

    step1: networking; get it to the point where every machine can ping all other machines step2: DNS; you need full DNS resolution both ways between two domains, either by using forwarders or secondary zones step3; as lhuegele suggested, you need to create a trust between two domains lukasz
  10. sutors

    DR Solution

    yes, you can promote additional 2003 (non SBS) domain controllers to your existing SBS domain lukasz
  11. sutors

    FRS Staging

    Are you talking about sysvol here or your own DFS? How much data are you replicating? Are the servers on VAN or LAN? You do not want to manually delete any files from staging folders, if FRS can't find the file it needs, it will stop replicating. Yes, there are ways to invoke the cleanup, but...
  12. sutors

    Server will not DCPROMO

    target account name is incorrect = secure channel busted this is fixable without a rebuild. also if this DC was unplugged for more than the tombstone lifetime (usually 60days) and if it's windows 2003, then other DC will refuse to replicate with this DC anyways (there's a reg hack for that...
  13. sutors

    Save user setting for re-install

    If you only planning to have one server, you can always take a hard drive image and keep it just in case you need to rebuild it again. That way you'll have the same SID next time you image it back. (but only do it if you have one DC).
  14. sutors

    Save user setting for re-install

    Try using user state migration tool: http://www.microsoft.com/downloads/details.aspx?FamilyID=0caa294c-29d9-4449-81d5-4b69b97df7ae&displaylang=en This will save your MS settings; however i'm not sure about the apps though.. Lukasz
  15. sutors

    Prevent access from other domain

    If you have any other domains then transitive trust will allow eg. child domains to use that trust as well.. but if you only have those two domains then it doens't matter. So in your case, you need an incoming trust from B. Or in other words, domain B must trust domain A Have a look at this...

Part and Inventory Search

Back
Top