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 TouchToneTommy 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. cdcents

    Need to add a new subnet - should be an easy one for someone!

    Sorry forgot to add that you would have to do the vlan database part on every switch on your network. Then you need to assign specific devices to specific VLAN's Do this using the command int fa0/x (or gi0/x) switchport access vlan x (Replace the x as necessary. Remember by default all ports are...
  2. cdcents

    Need to add a new subnet - should be an easy one for someone!

    You could create multiple VLAN's on your switches to support the different subnets you intend creating. But it looks like you have only a single fast Ether net interface on your router which may slow things down a bit. One option is to create multiple subinterfaces on your router Fast Ethernet...
  3. cdcents

    Users' home shares

    We are in the process of applying quotas to users' home directories. I was hoping to get a feel for what some of you have set as limits on home shares. One number that we are using (we pulled this out of the air) is 200 MB. Is this too much in your experience. Some of our users are already...
  4. cdcents

    Mass creating mailboxes

    We are in the process of hiring new staff and have many requests in for setting up new users. I have automated creating NT accounts and am looking to automate to an extent mailbox creation. Is there a tool or utility that will help in creating many mailboxes on Exchange. Thanks
  5. cdcents

    Reduce size of the private info store

    Yes Z the space does not automatically get reclaimed on the automatic nightly maintenance runs. You have to run the defrag offline to reclaim space.
  6. cdcents

    Reduce size of the private info store

    Thanks for the info. Indeed ESEUtil (the succesor of EDBUTIL) does the trick. Unfortunately I cannot use it in the present circumstances since I do not have enough disk space to hold both the defragged version and the current store. If possible I will have to add some disk. Sometimes it is...
  7. cdcents

    Reduce size of the private info store

    The private info store on a server was growing too big. Some mailboxes were humongous. So I cleaned up the older files on the mailboxes and the resources used by the mailboxes dropped correspondingly. But the size of the info store has not reduced at all. I expected it to shrink overnight after...
  8. cdcents

    Flushing logs in Checkpoint Firewall-1

    Use %CPDIR%\BIN\fw logswitch where CPDIR is the folder where Checkpoint is installed - by default C:\WINNT\FW1\4.1 Do not remember the exact syntax but I believe it is fw logswitch outputfilename In any case a new file is opened. I think if you do not specify a filename the file is named with...
  9. cdcents

    How do I switch automatically between hardware profiles

    Your suggestion would help me create a new profile. That is not what I was attempting to do. I already have two profiles. My problem arises from the fact that at reboot you need to select the hardware profile. I need to do this unattended booting first into one profile running some processes...
  10. cdcents

    How do I switch automatically between hardware profiles

    Does anyone know of a utility that will allow you to automatically switch between hardware profiles. I have a system with 2 profiles and switch manually between them. The default profile can be booted into unattended (since it is the default). I need to switch into the other one unattended as...
  11. cdcents

    win2000 security locking every 5 mins

    Your logon screensaver is probably kicking in. To change these settings goto control Panel - display and change your screen saver settings. Hope this helps
  12. cdcents

    Need help parsing thru subdirs and files

    I am in the process of writing a script that will move old IIS log files from the %WINNT%\SYSTEM32\LOGFILES folder to a temporary repository. I've had no problems with files in a single directory but have no clue how to handle files in different subdirs. I have approx. 30 subdirs in the...
  13. cdcents

    Boobytrapped 2000 server !!

    Are the new users created disabled? Are you trying to log on as these new users frorm the server? (Non-admin users will not be able to log on from the server) More info needed to come up with a true solution
  14. cdcents

    Problem Copying files

    Yes I do have read permission. In fact I successfully opened the file for read and was able to read and display the first 150 characters. (That's all I tried) I am able to read and copy/move the file at the OS level (ie. from within Windows and a Command Prompt) I was hoping to develop the...
  15. cdcents

    Problem Copying files

    I have tried to copy files using the copy method and the copyfile methods. In either case I get a runtime error saying Permission denied. However the same script successfully creates a file in the destination directory using the OpenTextFile function. This leads me to think that this is not a...
  16. cdcents

    How do I read environment information (eg. COMPUTERNAMEetc)?

    I need to get information from the environment variables like COMPUTERNAME, HOMEPATH, HOMEDIR etc. Any tips on how to do this? Thanks..

Part and Inventory Search

Back
Top