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 bkrike 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 JinNjuicE

  1. JinNjuicE

    .NET CR10 Viewer...

    Hello all. I am trying to program a CR Viewer with c#. What dlls do I need to deploy and is there a way so that we dont have to buy 100+ crystal report licenses? All reports will be saved on a network drive. The application only needs to view them. Any suggestions?
  2. JinNjuicE

    configuring w32time

    Thanks Jpoandl for the reply. I wish our web server was not part of the domain, but that's not the case. I think I just figured out the whole thing. Let's assume the following: Web Server: 'WEBSERV' Domain Ctrl (Primary): 'DC1' Domain Ctrl (Secondary): 'DC2', 'DC3', and etc. -WEBSERV-...
  3. JinNjuicE

    configuring w32time

    Hello all. No computer from our network has internet access except for one computer, our web server(behind firewall). We need to sync our time with NIST. Do you guys think I can manually configure my web server to get time from NIST, and make my DC to sync the time with my webserver? Then...
  4. JinNjuicE

    Another GPO vbscript

    Thank you Mark. If I am not mistaken, your script assigns attributes by grouping user's security/builtin groups. I am sorry if I wasn't too clear on what my script is for. My script is designed to assign printers and network drives by grouping Organizational Units (all of our OUs have unique...
  5. JinNjuicE

    Another GPO vbscript

    i am testing a simple printer/netdrive logon script. here is the code... -CODE--------------------------------------------------- option explicit on error resume next dim oNet, adsi, curUser const cert_group = "OU=ACCESSBILITY GROUP" const fin_group = "OU=FINANCE SUPPORT...
  6. JinNjuicE

    logon script (w2k server)

    I have a similar problem too! I've tried storing my logon script in two different places. 1.\\yourdomainname.com\netlogon 2.\\yourdomainname.com\SysVol\yourdomainname.com\Policies\{long random string...}\User\Logon They didn't work. Here is my script...

Part and Inventory Search

Back
Top