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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: spelk
  • Content: Threads
  • Order by date
  1. spelk

    DNS, DHCP, FILESERVER transition from W2003 to W2008R2 DC's

    We have a stable Windows 2003 Standard network. W2003 DC1 on x.x.x.10 - DC, DNS, DHCP, FILESERVER We are upgrading the network, and have a second server Windows 2008 R2 ready for insertion. W2008R2 DC2 on x.x.x.20 - DC For the transition, I plan to: a) Prepare the Active Directory...
  2. spelk

    Adding a W2008 Authenticating Server to existing W2003 Domain?

    I have an existing W2003 Domain, simple setup with one DC and a SQL Server (approx 100 users). There are issues with Windows 7 Clients and login scripts and we're now seeing much greater numbers of Windows 7 users turning up as they upgrade their PC/Laptops. What I want to do, is add another...
  3. spelk

    Capturing Logons and Logoffs with BgInfo & GPO?

    I've set up a fairly straightforward run of BgInfo with two different configuration files (bgi files). One to record Logon event and one to record Logoff/Shutdown event. I created an extra field, named Status, and in each of the config files, I load the contents of a different text file (one...
  4. spelk

    NTFS Permissions across Parent/Sub-folders

    We want a limited number of users to have full access to a sub-folder to the parent, but we don't want them to have any access to the parent folder, other than to see it and traverse it to the sub-folder. eg. PROJ PROJ/Data PROJ/Docs We have a group with full access to PROJ But we...
  5. spelk

    Default Printer - Login Script?

    I've got a login script setup, that removes all old printers, and then adds the current set of network printers. Set WSHPrinters = WSHNetwork.EnumPrinterConnections For LOOP_COUNTER = 0 To WSHPrinters.Count - 1 Step 2 If Left(WSHPrinters.Item(LOOP_COUNTER +1),2) = "\\" Then...
  6. spelk

    NTFS Permissions on Local Machine under Domain Account

    I'm hoping someone can explain whats happening, or advise on the best practice here.. We are migrating a number of PC's to a Windows Network, and previously software has been installed under the Administrators account of these Windows XP machines. Users files were also saved under the Admin...
  7. spelk

    Backup Software Recommendations?

    We've got two Windows Server 2003 machines, one a DC, one a SQL Server, and they both have LTO3 drives. I'm looking for a backup solution to take care of a daily backup system for both machines, but that is straight forward enough to allow specific file restorations and on the fly backing up. We...
  8. spelk

    SQL Server in Domain

    Can someone give me a brief overview of how you have your SQL Server log into your domain. I have placed the SQL Server W2003 Server into AD as a Server, do I have to create an account on the DC for the SQL Server to authenticate? Do you log in your SQL Server under your admin account or under...
  9. spelk

    RAID Setup for Win 2003 File Server

    We have a new server, A DELL poweredge 2900, that was bought with a RAID 5 setup, using 4 x 750Gb SATAu disks, upon booting the server its currently configured with Virtual Drive 0 as 1.7Tb and Virtual Drive 1 as 335Gb. Does this mean I can load the Win 2003 OS onto VD1 and use VD0 for the data...
  10. spelk

    Domain Name & Internet Domain Name Confusion

    We connect to the Internet via a University academic link, however network-wise we are isolated from the University's network - because we are a totally independant unit. Having said that we do have IP addresses that map to a University subdomain eg. xyz.university.ac.uk x.x.x.6 is...
  11. spelk

    Testing Win2003 DHCP with an established Novell DHCP

    I'm coming at Windows Networking with Windows 2003 Server (Standard edition) as a bit of a newbie, please forgive my inexperience. I'm trying to learn and test a small domain with about 80-100 users. We currently run a Novell Network, and I've sort nof inherited the running of it, without much...

Part and Inventory Search

Back
Top