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!

Search results for query: *

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

    Access to Mailbox on another Domain

    If you have 2 trusted domains, A and B, and Joe was setup on domain B can he logon to Domain A and access his e-mail on Domain B through Outlook? Would they need to be setup with same username and password? Joe was initially setup in Domain B but is now part of Domain A and I suppose we could...
  2. vb8304

    250 clients accessing IIS - Encryption

    We are preparing for nearly 300 clients to start accessing our FTP server. Each client will have a unique username and password. Then, within their folder we need to encrypt each file using PGP freeware. One person ( night operator) cannot encrypt that many files nearly everynight, it would be a...
  3. vb8304

    RPC connects to old Server - Can't shutdown

    We have a new Exchange server. When I shutdown the old server 10-12 users out of 450 have problems with outlook. It freezes up or works very slow as if there is a RPC problem. There are no common threads that I can find between those users. I have never had trouble yet someone else with the...
  4. vb8304

    Compare 2 files based on date-Install Patch

    I need to install a patch on 450 plus computers for IE6. I will be comparing 2 files by their dates and based on that the script will determine if it needs to run the patch. The script has been done using Kix32 but it does not work. We currently use vbs but I am unceratin how to compare the 2...
  5. vb8304

    Add Printer in Win98-Nothing works. AHHH

    I am using the following part of our logon script (VBS) to try and map some printers to some Win 98 machines. I keep getting an error stating that the printer driver is unknown. It is probably something very simple yet I seem to be overlooking it. Any help would be great. Thanks. ' On Windows...
  6. vb8304

    Rights to install App using VBScript

    I currently use vbscripts for our logon scripts but I need to install an application that requires the user to be an administrator on their Win2K computer. Other than using the runs as command can I install the app with just vbs? Can you run a script in vbs as a administrator? Thanks, Vince.
  7. vb8304

    Pragma Pack 4? 32bit to 64 bit?

    We currently use Progress dbase on a 32bit RS/6000 box. We have decided to move up to a 64 bit platform while staying with AIX. One problem, Progress or IBM does not support 64 bit due to a problem with the Pragma Pack 4? I am not sure what is meant by Pragma Pack, I assume it is a Service Pack...
  8. vb8304

    Run based on Global Group in NT?

    Is it possible to have part of the script run based on what department (Global Group) a person is in? For example, I have many different DOS scripts, one for each department since they each have different printers or Folders copied over. Now I am using a VBscript and would like to use one script...
  9. vb8304

    Scan Mailboxes for Attachments-Report

    Is it possible to scan the IS for attachments in order to make a report of how many .jpg or .doc attachments are being sent and received within a given period of time? We may start blocking these extensions but the manager wants to know the useage of these attachments before blocking it. I have...
  10. vb8304

    Changing Outlook Profiles-Large scale

    By using the Modprof.exe command with the appropiate switches and .prf file it is possible to create, without any user intervention, profiles based on the username of who logs on and make it the default profile. This can also delete the exisisting profile if you so choose. Pretty neat to see it...
  11. vb8304

    New Exchange server-Change Outlook E-mail name

    We have just installed a new Exchange server, thanks to our new owners, and the server's name is quite different than our original exzchange server. We have approx. 500 users. Any ideas on how to change the field for the exchange server's name in outlook without going to each PC? Perhaps a...
  12. vb8304

    Use 36.4 or 18.2-7133 Performance

    We are currently putting together a new RS/6000 server and we have a choice of whether to use 1 7133 ssa array with 36.4 drives or 2 7133 disk arrays with 18.2 drives. Any suggestions? These will contain multiple progress databases and use RAID 0+1 or RAID 10. Thanks. Vince.
  13. vb8304

    Exmerge-Must be better way for large move.

    We will be moving over 400 mailboxes to a new exchange server in a different org and site. Our compnay has been bought out, to my dismay, and they are installing a new exchange server and want our dbases on it. If we use exmerge (if possible) it will take days to exmerge the data. Any...
  14. vb8304

    Exmerge-Must be better way for large move.

    We will be moving over 400 mailboxes to a new exchange server in a different org and site. Our compnay has been bought out, to my dismay, and they are installing a new exchange server and want our dbases on it. If we use exmerge (if possible) it will take days to exmerge the data. Any...
  15. vb8304

    Exchange 2000 Cert-Exchange Admin

    Has anyone taken the Exchange 2000 exam? I am considering it although most of my experience is with 5.5. I have taken the Exchange 2000 course, one of them, and we are just migrating to Exchange 2000. I would like to move into a role where I am a Exchange 2000 Administrator. Any suggestions...
  16. vb8304

    SSA drives - Databse, Mirror or Stripe?

    We have a progress database that resides on ssa drives. 16 drives that are mirrored hence 8 ssavg's. When accessing a database that resides only on ssavg1 only one drive light is showing activity. Would it be better to somehow involve other disks either by using a stripe set or somehting esle...
  17. vb8304

    Simple Logon script

    I realize this is really a basic question and this may not be the right forum but I am writing a simple script (DOS)that will check to see if a file is in a folder. If the file does not exist run the following command. @echo off SET PATH=Y:\;%PATH%;c:\windows\command c: cd "\program...
  18. vb8304

    How to compile?

    I realize this is a real beginers question but I wrote a simple program in C++ and compiled it in Visual C++ and it asks about a project space? I can't seem to actually run the program. All it does is average some numbers. Talk about a long way to go in terms of learning C++. Ouch. Thanks.
  19. vb8304

    Segment Network

    We are about to segment our network into 4 subnets. Using NT 4 we will place a BDC in each subnet with a PDC in the subnet that contains the firewall. We will install DHCP in each subnet. Then we will setup the routers accordingly. My questions is since we will be moving to Win2K in the next...
  20. vb8304

    AIX or NT for Progress Dbase

    Currently we use Progress with AIX on an older J40 RS/6000 server. Most of our network is based on NT except for Progress and Tivoli. I currently administer the AIX although I have only had one class on AIX and little previous experience. We are at a point where we need to make a major decision...

Part and Inventory Search

Back
Top