Recent content by mmthomas

  1. mmthomas

    Modify Server Core To Full Installation

    There is no upgrade path from core to a full installation; you must do a clean install. Information that you can't export to other locations would be lost.
  2. mmthomas

    Logon Script For Mount Network Drive Based On Group Name

    Here is a sample from another site on mapping based on group memberships: ' GroupMap.vbs ' VBScript to test group membership ' Script can be amended to actually MapNetworkDrive ' Author Guy Thomas http://computerperformance.co.uk/ ' Version 3.3 - May 2010 '...
  3. mmthomas

    Startup Script To Map Network Drive

    Back in your gpedit local policy, what is your setting for Local Policies > Security Options > Network Security: LAN Manager authentication level ? You may need to check your NAS documentation to see if it recommends changing that to: Send LM and NTLM - use NTLMv2 session security if negotiated...
  4. mmthomas

    Startup Script To Map Network Drive

    Ok. Different tack. In your net use command, are you using a domain username and password, or is that a NAS device username and password?
  5. mmthomas

    Startup Script To Map Network Drive

    Carp! You're right. I was thinking of the Drive Maps option which is under the User Configuration which brings us back to the same problem. Hmm.
  6. mmthomas

    Startup Script To Map Network Drive

    Yes, you could put this in the Default Domain Controller Policy if this is the only domain controller (assuming domain controller from "domain server") and no other machines will apply that policy. If it is not a domain controller, but just a member server in the domain, you can make a new...
  7. mmthomas

    Startup Script To Map Network Drive

    Gpedit opens just your local computer policy. If you use gpmc.msc, that opens your domain group policies -- assuming that you have a domain, which you may not. The domain policies add the preferences section, which contain a lot more settings. Security filters are another gpmc addition. The...
  8. mmthomas

    Startup Script To Map Network Drive

    Hmm, does it need to be a script? You could map a share through your GPO in Computer>Preferences>Windows Settings>Network Shares. If it's not something you have an OU, you could security filter the gpo for that one (or more) computer account (or a group).
  9. mmthomas

    Startup Script To Map Network Drive

    Are you running your script via a GPO? If so, from the computer section or user section? If computer, try changing to user section. You might also enable "Always Wait for the Network at Startup and Logon" under Computer\Admin Templates\System\Logon. Perhaps also try net use /persistent:yes...
  10. mmthomas

    Startup Script To Map Network Drive

    How about if you add a line "net use z: /delete" before your other net use z: line?
  11. mmthomas

    Startup Script To Map Network Drive

    Is the script running on the server and mapping a drive from itself? Does this behavior change if you use the IP address instead of the FQDN?
  12. mmthomas

    New Installation, Very Slow Performance

    Do you have other workstations on the network? What kind of speed do you get copying files between workstations? Do you have a separate switch or is everything plugged into extra ports on the router? What speed is your server NIC autonegotiating? It's possibly it may be having trouble with...
  13. mmthomas

    Disaster Recovery And Dc

    Are you trying to save information on this server other than the Active Directory information? If not, it seems like it would be far easier to simply create a second domain controller and use active directory replication to update the info. If you don't have an always on WAN link to the...
  14. mmthomas

    File Version Management Software

    2008 has volume shadow copies. This works by backing up files on a set schedule, up to 64 versions retained. You can then revert to any of the backup versions. This doesn't help when all of the changes have been made after the last backup, though. Something like DocsOpenwould be a more...
  15. mmthomas

    Install New Netword

    It's really up to what you want, but if you are going to have 1 virtual server, then it's good to have 2 virtual servers. With 2 virtual servers you can move servers from one to the other if you need to, or recover your servers if one of the physical hosts dies. We're running just about...
Back
Top