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!

Search results for query: *

  1. zpetersen

    Word 2007 Mapi Error

    I dont currently have any Exchange Management tools installed on my terminal server.
  2. zpetersen

    Word 2007 Mapi Error

    I am getting the same error message. We are currently running Office 2007 on a 2003 r2 terminal server. I'll post if I find anything.
  3. zpetersen

    Active Directory in BIND based network

    Thanks again for replying. http://zemanfortrustee.com/img/Drawing1.jpg The above link is a diagram that shows a general overview of what is happening here. Basically I have been asked to move the Windows infrastructure from NT4 to 2003 AD. They currently use BIND for all DNS and WINS for any...
  4. zpetersen

    Active Directory in BIND based network

    Thanks for your reply. Assuming that the company already has company.net for thier internal namespace could I simply add AD running on company.lcl (or .local) using AD DNS and have them set up to forward any requests for clients/servers on company.net out to the BIND DNS servers?
  5. zpetersen

    Active Directory in BIND based network

    Ok, here's the situation. I need to introduce a new MS Active Directory infrastructure into an existing network which uses BIND 9.x for DNS. The current namespace is "company.net" and I want to create set up AD in the "corp.company.net" namespace. I would also like to have MS DNS (Active...
  6. zpetersen

    DNS - Active Directory - BIND questions

    Ok, here's the situation. I need to introduce a new MS Active Directory infrastructure into an existing network which uses BIND 9.x for DNS. The current namespace is "company.net" and I want to create set up AD in the "corp.company.net" namespace. I would also like to have MS DNS (Active...
  7. zpetersen

    Help with a Logon script

    Use the logon script example that I have in my first post and just add the printer code listed above in with the drive mapping code.
  8. zpetersen

    Help with a Logon script

    Brandon, Heres some code that I have for future use in my logon scripts: wshNetwork.AddWindowsPrinterConnection "\\PrintServer\Printer" wshNetWork.SetDefaultPrinter "\\PrintServer\Printer" Also, check out FAQ329-5798
  9. zpetersen

    VBScript for disabling firewall in XP

    Set objFirewall = CreateObject("HNetCfg.FwMgr") Set objPolicy = objFirewall.LocalPolicy.CurrentProfile objPolicy.FirewallEnabled = FALSE
  10. zpetersen

    Help with a Logon script

    Thanks for the reply Skie. I modified the script to use multiple If statements and I'm pretty sure its going to work just fine now.
  11. zpetersen

    Help with a Logon script

    I was just thinking, what if I split this thing into multiple If statements? I dont see why that wouldnt work. I'm gonna give that a shot. I'm still open to suggestions however.
  12. zpetersen

    Help with a Logon script

    User1 is a member of Group2 and Group4 and needs both the i: drive and p: drive. When the logon scrip runs the i: drive maps and none of the drives after that map. Now, I realize that I am using an If statement and from what I know once one of the conditions is met the statement stops. I need...
  13. zpetersen

    Show username, hostname, and IP address on desktop

    I have yet to try it. I posted this in the VBscript forum and he replied stating that it wouldnt work for what I wanted so I didnt really pursue it any further.
  14. zpetersen

    Show username, hostname, and IP address on desktop

    mrmovie, Im liking the sound of #2... heck.. #1 would even be a viable alternative. I dont know that I am ready to restrict background images yet... I just hit them with a bunch of restrictions over the weekend with the Novell to Microsoft migration.... mobs, pitchforks, torches, etc.
  15. zpetersen

    Show username, hostname, and IP address on desktop

    I would be interested to know if anyone has ever done anything like this. This is something I would like to do in order to aid troubleshooting etc. When someone calls with an issue and I want to remote into their machine all I have to do is ask them what their screen lists for Hostname etc. I...
  16. zpetersen

    Show username, hostname, and IP address on desktop

    Thanks Steve, I will take a look at that but I am a little reluctant to use an app to do this. I was browsing through the logon script faq faq329-5798 and noticed this little bit of code: 'Configure the PC to show the Windows Version and Service Pack 'as an overlay to the desktop above the...
  17. zpetersen

    Show username, hostname, and IP address on desktop

    I would be interested to know if anyone has ever done anything like this. This is something I would like to do in order to aid troubleshooting etc. When someone calls with an issue and I want to remote into their machine all I have to do is ask them what their screen lists for Hostname etc. I...
  18. zpetersen

    Creating Select Boxes w/ functions

    Thanks for the info DRJ478! I guess I have some code to clean up after reading that.
  19. zpetersen

    Creating Select Boxes w/ functions

    OK, Ken, I used your code and it works great. Now I guess the question is.. What did I do wrong? What are the rules for calling variables in a function? I looked over the PHP manual and I couldnt extract any "useful" info on that topic. Nevertheless, thanks for the help guys!
  20. zpetersen

    Creating Select Boxes w/ functions

    Im creating a page that utilzes forms. In the forms there are a number of combo/drop down boxes. I will be using the same lists in many forms so I wanted to create a function... well.. this is my first time trying this and I'm having a little trouble. Here is my code: function listbldg () {...

Part and Inventory Search

Back
Top