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: *

  • Users: RobPa
  • Order by date
  1. RobPa

    Active Directory

    I'm writing an ASP Application for our corporate intranet. I'd like to be able to pull user information from the active directory. Specifically group membership. Has anyone ever done this? How would I do it? I'm not really sure where to start. I've searched the web and found nothing. Any...
  2. RobPa

    Allowing specific groups/users to see folders

    I am also looking for a solution to this problem. I believe that this cannot be accomplished in windows 2000 at this time. I've mapped a few more drives for my users to help ease the confusion. That way they don't need to Search through 1000 directories to find thier most common drives. In...
  3. RobPa

    Logon script question

    I had the Same sort of problem. Drives would not map when using the net use command. I've since switched to kixtart and it works. this is the line of code that I use to map our user dir. use U: "\\ourserver\" + @userid The user dir must be shared or else it won't map. If you need...
  4. RobPa

    Cable Length

    I know theres a max length for twisted pair cable. Is there a minimum length? I need to connect 2 switches together that are mounted on top of each other. Thanks Rob
  5. RobPa

    Windows 2000 Domain Windows 9x clients

    I was having the same problem. To work around it I had to use kixtart to map the drive. The net use command only worked about 25% of the time. In order to map the users drive it has to be a share on the server. If you try to map \\computer\data\user where data is a share and user is not...
  6. RobPa

    Win 98 clients disconnect from Win2k Server

    I have a single server network with 30 windows 98 se clients. Lately I have been having problems with the clients randomly disconnecting from the server. It seems to be very random. Theres a KB article which almost describes this problem. Has anyone else encountered and solved this...
  7. RobPa

    Windows clients

    What happens when you click cancel? Are you still denied access to windows? If you are try typing a fake domain in and then try cancelling. Rob.
  8. RobPa

    How do I stop users creating shortcuts

    Shortcuts have a .lnk extension. You could delet them at startup with a logon script. You might be able to disable them in the registry. Rob
  9. RobPa

    Page Breaks.

    The report is only 8 inches wide and 2 tall. I created a new report and now it doesn't skip a page. Thanks Rob
  10. RobPa

    Page Breaks.

    I have designed a report that will print a detail on each page. However after a detail page there is another blank page. What have I done wrong? The report is for printing a batch of checks. It's quite simple. 5 fields and a page break at the end of the detail section. Thanks for any help...
  11. RobPa

    Windows programming question???

    Why don't you try using the windows scripting host (WSH)? Why not start here: http://www.sunny-beach.net/manual/385.htm Then you could use the windows task scheduler to run you WSH script. :) Rob.
  12. RobPa

    Windows 2000 Server and Windows 98

    I have also recently moved to Windows 2000 Server (Actually from novell to win2k). I agree with drees. Setup DHCP. It's simple to configure and it makes things a whole lot easier. Unless you need internet connections on each machine. Tip. Use kixtart for login scripts if you decide you use...
  13. RobPa

    Windows 98 Clients and Win2k Server

    Thanks for your post. Here's what I've figured out. The only way that I could map a drive and have it show up in My Computer (Other that Explicitly mapping it on every computer) is using kickstart. Other than a funny bug that wouldn't let me map a drive to drive z. Everything has worked...
  14. RobPa

    Windows 98 Clients and Win2k Server

    Hi. We're in the middle of moving from Novell 4.11 to windows 2000 server. I'm trying to write a login script for our clients (all are Windows 98 SE). I've had no success. All I want to do is map some network drives depending on what groups your a member of. I tried a .bat file with net...

Part and Inventory Search

Back
Top