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 Chriss Miller 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: DTracy
  • Content: Threads
  • Order by date
  1. DTracy

    DCPromo failure

    I have been trying to promote a 2012 server to a domain controller. My error is: Verification of user credential permissions failed. The wizard cannot gain access to the list of domains in the forest. This condition may be caused by a DNS lookup problem. For information about troubleshooting...
  2. DTracy

    DHCP location

    I have upgraded our domain controllers from 2003 to 2012. The DHCP used to be on the 2003 primary domain controller and as I would like to remove all the old 2003 domain controllers from the lan, I would therefore need to move the DHCP. Does the DHCP have to be located on a domain controller...
  3. DTracy

    Upgrade to Server 2012/2012 domain

    I am currently starting an upgrade from domain controller Server 2003 Standard x86 to Server 2012. I have studied the information in thread: http://www.tek-tips.com/viewthread.cfm?qid=1706296 I have a couple of questions: 1) First, I install the 2012 server and add to current domain and...
  4. DTracy

    What is needed to do an artificial "restore point" on a Server 2012

    We have a new 2012 server in the box and I want to do some lab work with it before is is incorporated into our domain. I understand that 2012 does not have registry restore points any longer. What is needed to create an artificial restore point so that when I'm done practicing I can just...
  5. DTracy

    -ComObject WScript.Network doesn't remove drives mapped with VBScript.

    This function doesn't remove drives that were mapped using vbscript. Why? # # Function RemoveMappedDrives() --> # FUNCTION RemoveMappedDrives{ # --------------------------------------------------------------------- PROCESS{ $oNet = New-Object -ComObject WScript.Network $n1...
  6. DTracy

    Correct parameter position for WScript.MapNetworkDrive

    I'm looking for the correct parameter positions for this call. Especially the persistent, username, and password positions. $( New-Object -ComObject WScript.Network).MapNetworkDrive( "K:", "\\server\share", $True, "username", "passwword" ) Using the above syntax the drive will map but...
  7. DTracy

    Access AD Primary Group using PowerShell 2.0

    We have a Server 2003 LAN with XP-Pro, Vista, and Win-7 workstations. Currently my login script is written using vbscript and controls drive mapping, printer mapping, and proxy server connections. We are considering a move to Server 2012 with XP-Pro, Vista, and Win-7 workstations and I have...
  8. DTracy

    Login script upgrade from server 2003 to server 2012

    I have this posted on the Server 2012 Forum as well. We are considering an upgrade from Server 2003 to Server 2012 using three domain controllers with XP Pro and Win-7 Pro workstations. Currently I have a 2003 VBS login script that maps drives and printers to each workstation, and does some...
  9. DTracy

    Server 2012 32 bit vs 64 bit for domain controller only

    Using a Server 2012 as a domain controller only, perhaps the DHCP and DNS, what would be the advantages/disadvantages to using 32/64 bit OS? Thanks for any thoughts, Dave.
  10. DTracy

    Login script upgrade from server 2003 to server 2012

    We are considering an upgrade from Server 2003 to Server 2012 using three domain controllers with XP Pro and Win-7 Pro workstations. Currently I have a 2003 VBS login script that maps drives and printers to each workstation, and does some registry stuff for the proxy server. I've noticed some...
  11. DTracy

    P2P from XP to Win7 for printer won't print

    I walked into a problem in my dentist's office yesterday and thought I would just help out to be nice. He has a lan with a workgroup, maybe a dozen XP workstations and a couple of printers. Anyway, the main printer for the lan went down and needed a new fuser - not available in town. There...
  12. DTracy

    How do I maximize Outlook 2003 when new mail received

    I would like to maximize Outlook 2003 from the minimized to taskbar state when a new email is received. Currently, all I can find and implement is the desktop alert message. Is this procedure possible? Thanks, David.
  13. DTracy

    Monitor Operations MsgBox

    I would like to add a messagebox to my script to monitor current operations showing cumulative messages. ie: when each drive that is mapped an additional message is added to the existing open messagebox I have tried WScript.Echo but it is modal, same with WScript.Popup Is there a modeless...
  14. DTracy

    Document modified indicator

    Is there such a feature in Word 2003 that will show if a document has been modified? I am aware of the undo arrow circle being disabled if the document has not been modified and enabled when modified, however if the document was modified and saved the undo cache is not cleared and the arrow...
  15. DTracy

    XP routing vs Win7 routing

    On my WinXP workstations I have - Persistent Routes: Network Address Netmask Gateway Address Metric 0.0.0.0 0.0.0.0 10.84.29.20 1 10.0.0.0 10.0.0.0 10.84.29.1 1 I use this to change between using the .1 gateway and the .20...
  16. DTracy

    Windows 7 connected to Server 2003 domain

    I am changing out some XP-Pro workstations for Windows 7 Pro workstations. The Win 7 W/S don't seem to honor the Domain policy, and I can see the login script execute but no mapping of drives and printers is taking place. What am I doing wrong? Thanks and regards, David.
  17. DTracy

    UNC being changed to Network Drive

    We have W2003 servers and XP-Pro workstations. I have noticed that when the workstations are inactive for a period of time and are disconnected by the server, the explorer shows the UNC as Disconnected Network Drive. When the user clicks on the drive it is reconnected without a problem, but...
  18. DTracy

    Intermittent login script execution

    Good Morning, So much for the nice stuff! I have an XP Pro workstation that will intermittently fail to execute the login script administered from a Server 2003/AD Group Policy VB script. The same user can login on a different w/s, no problem. I can login as Administrator on her w/s, no...
  19. DTracy

    Lost driver (configuration) of sound card

    Hardware and software. Motherboard: Intel D915G, P4, 3.0 Ghz, 1G RAM Sound card: DigiGram LCM440V2 four channel OS: XP Pro SP3 Error: "This device cannot start. (code 10)" The problem: I can install the sound card and it works ok. When I restart the system I get the error and have to...
  20. DTracy

    What stops login script from running?

    Morning - Server 2003 R2 XP workstations I have a VBScript for logins that is run by AD. On a specific workstation that had been operating properly the login script fails to execute for a specific user. Administrator works ok. There doesn't seem to be any problem with the user account, or...

Part and Inventory Search

Back
Top