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. SysAdmin3000

    Messages stuck in a queue

    I am not sure on the queue issue. The one thing I have seen is when a queue becomes to large and exceeds the preset connection size for that queue, messeages do not transfer. When the size for connections is adjusted to be larger than the queue size they flow through. We had Symantec email...
  2. SysAdmin3000

    Maibox Move, unable to view new mailboxes

    I went through and attempted to open an additional maibox through Outlook, 2003 latest patches. I am able to see the user and like before once I try to view the folder I am unable to view it. In outlook on a drop down menu it says outlook:00000000038b... I looked in AD at the permissions for...
  3. SysAdmin3000

    Maibox Move, unable to view new mailboxes

    I have migrated all of my users from Exchange 2k to Exchange 2k3 running on Windows 2k3e as a member server. A few users have mapped other mailboxes to their outlook client. Previously they were able to view these mailboxes, like there current mailbox and say a webmaster account. Now when they...
  4. SysAdmin3000

    Messages stuck in a queue

    I ended up powering down the old Exchange server, cleaned up dns, and that seemed to fix most of the problems. Now onto the next problem...
  5. SysAdmin3000

    Messages stuck in a queue

    I changed the queue settings messages tab. There were limits imposed that I altered and now the messages in the queue were released. Messages are still queueing up and I am not sure why they are doing this.
  6. SysAdmin3000

    Messages stuck in a queue xpost

    (This message was posted in the 2k Exchange forum as well. It involves both 2k and 2k3 Exchange.) I have a 2000 Exchange server that is being migrated to Exchange 2003. The 2003 exchange server is running concurrently on a new server. I have migrated most of the users over and followed all of...
  7. SysAdmin3000

    Messages stuck in a queue

    I have a 2000 Exchange server that is being migrated to Exchange 2003. The 2003 exchange server is running concurrently on a new server. I have migrated most of the users over and followed all of the steps on performing the migration, from Microsoft and MSExchange.org. Mail has been working...
  8. SysAdmin3000

    delete file remote workstations

    I have a login script already. I thought that this would be a simple, hopefully, script it would be a good place to start learning. I have several login scripts and GPO's running. Trying to replicate what some of them do via vbscript gives me the ability to compare the 2 and more...
  9. SysAdmin3000

    delete file remote workstations

    I am new to the scripting world and I need a script that will delete a file on each workstation. I have been trying to figure it out but...err..ahhh...I am lost as heck.... strComputer = "." Win32_Directory.Name='%systemroot%\system32\drivers\etc' Set objWMIService = GetObject("winmgmts:\\" &...
  10. SysAdmin3000

    Migrating 2k--->2k3 Exchange Ent problem

    The servers have been rebooted. Outlooks has been restarted and reloaded.
  11. SysAdmin3000

    Migrating 2k--->2k3 Exchange Ent problem

    Exchange 2k3E on Windows 2k3e Member Server Latest patches on Exchange, Windows, and Office. I have been migrating to a new exchange server solution. I have been following extremely documented and tested procedures. So far the move has been sucessful. I have run into a problem though. In...
  12. SysAdmin3000

    Security Audit via VB?

    Are these boxes part of AD?
  13. SysAdmin3000

    View network drives?

    I have scripts that will map drives and printers and delete drives and printers. My next goal is to figure out what everyone is mapped to. I just inherited a new shop that I have to completley redesign. I will be turning up a new file server and migrating user data to it. I wanted to take a...
  14. SysAdmin3000

    Checking for mapped network drives

    Thanks Mark. I had On Error Resume Next in the code. Initially I thought that it would be better to check for the drives then delete if they exist. After reading your post I asked myself, why? If the code debugs ok and the script runs why add another layer of complication? Thanks for replying...
  15. SysAdmin3000

    Checking for mapped network drives

    I have created a login script for my 2k3 environment. After reviewing the FAQ, great work btw, I added disconnect network drives. Right now when I run the script and it gets the the disconnect network drives section an error is posted stating 'This network connection does not exist.' Which is...

Part and Inventory Search

Back
Top